Skip to content

Commit

Permalink
s/projections/params/
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Jan 5, 2020
1 parent 71d163b commit 464b58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/instance.rs
Expand Up @@ -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
);
Expand Down

0 comments on commit 464b58c

Please sign in to comment.