s/projections/params/

This commit is contained in:
Aaron Hill 2020-01-02 23:03:05 -05:00
parent 71d163b53c
commit 464b58ca11
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -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
);