Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Jan 5, 2020
1 parent d41f9dd commit 71d163b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc/ty/instance.rs
Expand Up @@ -81,7 +81,8 @@ impl<'tcx> Instance<'tcx> {
if self.substs.has_param_types() {
bug!(
"Instance.ty called for type {:?} with projections in substs: {:?}",
ty, self.substs
ty,
self.substs
);
}
tcx.subst_and_normalize_erasing_regions(self.substs, ty::ParamEnv::reveal_all(), &ty)
Expand Down

0 comments on commit 71d163b

Please sign in to comment.