mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
s/projections/params/
This commit is contained in:
parent
71d163b53c
commit
464b58ca11
@ -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…
Reference in New Issue
Block a user