Skip to content

Commit 464b58c

Browse files
committed
s/projections/params/
1 parent 71d163b commit 464b58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/instance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl<'tcx> Instance<'tcx> {
8080
// ParamEnv
8181
if self.substs.has_param_types() {
8282
bug!(
83-
"Instance.ty called for type {:?} with projections in substs: {:?}",
83+
"Instance.ty called for type {:?} with params in substs: {:?}",
8484
ty,
8585
self.substs
8686
);

0 commit comments

Comments
 (0)