fix simplify_type
This commit is contained in:
parent
00755e4ca6
commit
db19e2bd01
9 changed files with 63 additions and 86 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue