We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad27045 commit 86b53dbCopy full SHA for 86b53db
compiler/rustc_type_ir/src/predicate.rs
@@ -131,8 +131,6 @@ pub struct TraitPredicate<I: Interner> {
131
/// If polarity is Negative: we are proving that a negative impl of this trait
132
/// exists. (Note that coherence also checks whether negative impls of supertraits
133
/// exist via a series of predicates.)
134
- ///
135
- /// If polarity is Reserved: that's a bug.
136
pub polarity: PredicatePolarity,
137
}
138
0 commit comments