fix simplify_type
This commit is contained in:
@@ -1832,7 +1832,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
|
||||
let simplified_self_ty = fast_reject::simplify_type(
|
||||
self.tcx,
|
||||
trait_ref.self_ty(),
|
||||
TreatParams::AsPlaceholders,
|
||||
TreatParams::AsInfer,
|
||||
);
|
||||
|
||||
fx_hash_map
|
||||
|
||||
Reference in New Issue
Block a user