rust/compiler/rustc_lint
Matthias Krüger 4d53a28cac
Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu
Move polarity into `PolyTraitRef` rather than storing it on the side

Arguably we could move these modifiers into `TraitRef` instead of `PolyTraitRef`, but I see `TraitRef` as simply the *path* part of the trait ref. It doesn't really matter -- refactoring this further is much easier now.
2024-10-15 05:11:37 +02:00
..
src Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu 2024-10-15 05:11:37 +02:00
Cargo.toml non_local_defs: point to Self and Trait to give more context 2024-05-27 23:59:18 +02:00
messages.ftl Remove deprecation note in the non_local_definitions warning 2024-10-11 21:21:32 +02:00