Skip to content

Commit 5341d64

Browse files
author
Paul Liétar
committed
fix rebase
1 parent 398947d commit 5341d64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/util/ppaux.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,7 @@ define_print! {
10121012
Ok(())
10131013
}
10141014
}
1015+
TyForeign(def_id) => parameterized(f, subst::Substs::empty(), def_id, &[]),
10151016
TyProjection(ref data) => data.print(f, cx),
10161017
TyAnon(def_id, substs) => {
10171018
ty::tls::with(|tcx| {

0 commit comments

Comments
 (0)