Fix hash impl for SimplifiedType
This commit is contained in:
parent
5d174f0035
commit
8bcafc5e17
1 changed files with 1 additions and 0 deletions
|
|
@ -696,6 +696,7 @@ impl_stable_hash_for!(enum ty::fast_reject::SimplifiedType {
|
|||
TupleSimplifiedType(size),
|
||||
TraitSimplifiedType(def_id),
|
||||
ClosureSimplifiedType(def_id),
|
||||
GeneratorSimplifiedType(def_id),
|
||||
AnonSimplifiedType(def_id),
|
||||
FunctionSimplifiedType(params),
|
||||
ParameterSimplifiedType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue