Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
Add `unreachable_pub`, round 4 A follow-up to #129732. r? `@Urgau`
This commit is contained in:
commit
6199b69c53
363 changed files with 504 additions and 487 deletions
|
@ -3127,7 +3127,7 @@ impl<'o, 'tcx> fmt::Debug for TraitObligationStack<'o, 'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
pub enum ProjectionMatchesProjection {
|
||||
pub(crate) enum ProjectionMatchesProjection {
|
||||
Yes,
|
||||
Ambiguous,
|
||||
No,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue