Add warn(unreachable_pub)
to rustc_trait_selection
.
This commit is contained in:
parent
c4f6f52139
commit
2e358e633d
6 changed files with 17 additions and 16 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