Skip to content

Commit 71d163b

Browse files
committed
Run rustfmt
1 parent d41f9dd commit 71d163b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/ty/instance.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ impl<'tcx> Instance<'tcx> {
8181
if self.substs.has_param_types() {
8282
bug!(
8383
"Instance.ty called for type {:?} with projections in substs: {:?}",
84-
ty, self.substs
84+
ty,
85+
self.substs
8586
);
8687
}
8788
tcx.subst_and_normalize_erasing_regions(self.substs, ty::ParamEnv::reveal_all(), &ty)

0 commit comments

Comments
 (0)