Run rustfmt

This commit is contained in:
Aaron Hill 2020-01-02 22:27:26 -05:00
parent d41f9dd5dd
commit 71d163b53c
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -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)