We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1511ccd + 86b53db commit 65152e7Copy full SHA for 65152e7
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