s/projections/params/
This commit is contained in:
parent
71d163b53c
commit
464b58ca11
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ impl<'tcx> Instance<'tcx> {
|
|||
// ParamEnv
|
||||
if self.substs.has_param_types() {
|
||||
bug!(
|
||||
"Instance.ty called for type {:?} with projections in substs: {:?}",
|
||||
"Instance.ty called for type {:?} with params in substs: {:?}",
|
||||
ty,
|
||||
self.substs
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue