We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41f9dd commit 71d163bCopy full SHA for 71d163b
src/librustc/ty/instance.rs
@@ -81,7 +81,8 @@ impl<'tcx> Instance<'tcx> {
81
if self.substs.has_param_types() {
82
bug!(
83
"Instance.ty called for type {:?} with projections in substs: {:?}",
84
- ty, self.substs
+ ty,
85
+ self.substs
86
);
87
}
88
tcx.subst_and_normalize_erasing_regions(self.substs, ty::ParamEnv::reveal_all(), &ty)
0 commit comments