add unused NormalizesTo
predicate
This commit is contained in:
parent
40aa9f4fd9
commit
3978f545ba
18 changed files with 128 additions and 64 deletions
|
@ -820,6 +820,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
|
|||
// the `ParamEnv`.
|
||||
ty::PredicateKind::Clause(ty::ClauseKind::WellFormed(..))
|
||||
| ty::PredicateKind::Clause(ty::ClauseKind::ConstArgHasType(..))
|
||||
| ty::PredicateKind::NormalizesTo(..)
|
||||
| ty::PredicateKind::AliasRelate(..)
|
||||
| ty::PredicateKind::ObjectSafe(..)
|
||||
| ty::PredicateKind::Subtype(..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue