Rollup merge of #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.
This commit is contained in:
commit
65152e7724
1 changed files with 0 additions and 2 deletions
|
|
@ -131,8 +131,6 @@ pub struct TraitPredicate<I: Interner> {
|
|||
/// If polarity is Negative: we are proving that a negative impl of this trait
|
||||
/// exists. (Note that coherence also checks whether negative impls of supertraits
|
||||
/// exist via a series of predicates.)
|
||||
///
|
||||
/// If polarity is Reserved: that's a bug.
|
||||
pub polarity: PredicatePolarity,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue