Skip to content

Commit d4468d3

Browse files
authored
Unrolled build for rust-lang#137600
Rollup merge of rust-lang#137600 - davidtwco:predicate-polarity-comment, r=fmease type_ir: remove redundant part of comment This comment refers to a `PredicatePolarity::Reserved` which no longer exists.
2 parents 4ecd70d + 86b53db commit d4468d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_type_ir/src/predicate.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ pub struct TraitPredicate<I: Interner> {
131131
/// If polarity is Negative: we are proving that a negative impl of this trait
132132
/// exists. (Note that coherence also checks whether negative impls of supertraits
133133
/// exist via a series of predicates.)
134-
///
135-
/// If polarity is Reserved: that's a bug.
136134
pub polarity: PredicatePolarity,
137135
}
138136

0 commit comments

Comments
 (0)