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 71d163b commit 464b58cCopy full SHA for 464b58c
src/librustc/ty/instance.rs
@@ -80,7 +80,7 @@ impl<'tcx> Instance<'tcx> {
80
// ParamEnv
81
if self.substs.has_param_types() {
82
bug!(
83
- "Instance.ty called for type {:?} with projections in substs: {:?}",
+ "Instance.ty called for type {:?} with params in substs: {:?}",
84
ty,
85
self.substs
86
);
0 commit comments