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:
bors 2024-09-03 01:27:20 +00:00
commit 6199b69c53
363 changed files with 504 additions and 487 deletions

View file

@ -3127,7 +3127,7 @@ impl<'o, 'tcx> fmt::Debug for TraitObligationStack<'o, 'tcx> {
}
}
pub enum ProjectionMatchesProjection {
pub(crate) enum ProjectionMatchesProjection {
Yes,
Ambiguous,
No,