1
Fork 0

Remove redundant InferCtxtExt::fresh_item_substs

This commit is contained in:
Michael Goulet 2023-06-05 20:05:08 +00:00
parent bbc536d3ac
commit b0eaaca314
4 changed files with 3 additions and 41 deletions

View file

@ -129,7 +129,6 @@ pub enum TypeVariableOriginKind {
/// (before it has been determined).
// FIXME(eddyb) distinguish upvar inference variables from the rest.
ClosureSynthetic,
SubstitutionPlaceholder,
AutoDeref,
AdjustmentType,