Remove AttributeLintKind variants - part 6#155661
Remove AttributeLintKind variants - part 6#155661rust-bors[bot] merged 7 commits intorust-lang:mainfrom
AttributeLintKind variants - part 6#155661Conversation
|
Some changes occurred in compiler/rustc_attr_parsing cc @jdonszelmann, @JonathanBrouwer Some changes occurred to diagnostic attributes. cc @mejrs |
This comment has been minimized.
This comment has been minimized.
|
I just pushed #155662 which makes some changes to diagnostic format arg parsing (migrating the lint it in the process). Would you be willing to drop |
|
I'm about to completely remove |
a76c429 to
b716ebc
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
There was a problem hiding this comment.
@bors r+ rollup
Let's merge this first, rebasing on this shouldn't be too difficult I think
Rollup of 7 pull requests Successful merges: - #155469 (Account for titlecase in casing lints) - #155644 (delegation: support self ty propagation for functions in free to trait reuse) - #154957 (Fix ICE when const closure appears inside a non-const trait method) - #155442 (Change keyword order for `impl` restrictions) - #155561 (Use singular wording for single _ placeholders in type suggestions) - #155637 (Fix E0191 suggestion for empty dyn trait args) - #155661 (Remove `AttributeLintKind` variants - part 6)
Rollup merge of #155661 - GuillaumeGomez:rm-attributelintkind, r=JonathanBrouwer Remove `AttributeLintKind` variants - part 6 Part of #153099. r? @JonathanBrouwer
Part of #153099.
r? @JonathanBrouwer