Remove AttributeLintKind variants - part 4#155560
Merged
rust-bors[bot] merged 5 commits intorust-lang:mainfrom Apr 20, 2026
Merged
Remove AttributeLintKind variants - part 4#155560rust-bors[bot] merged 5 commits intorust-lang:mainfrom
AttributeLintKind variants - part 4#155560rust-bors[bot] merged 5 commits intorust-lang:mainfrom
Conversation
Collaborator
|
Some changes occurred in compiler/rustc_attr_parsing |
3 tasks
JonathanBrouwer
approved these changes
Apr 20, 2026
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Apr 20, 2026
…d, r=JonathanBrouwer Remove `AttributeLintKind` variants - part 4 Part of rust-lang#153099. r? @JonathanBrouwer
This was referenced Apr 20, 2026
rust-bors Bot
pushed a commit
that referenced
this pull request
Apr 20, 2026
…uwer Rollup of 7 pull requests Successful merges: - #155556 (`rust-analyzer` subtree update) - #152162 (Suggest returning a reference for unsized place from a closure) - #155389 (Simplify macros for target-modifier and mitigation flags) - #155553 (miri subtree update) - #153546 (tests/ui/extern: add annotations for reference rules) - #155475 (Make reparsed guard metavars collect tokens) - #155560 (Remove `AttributeLintKind` variants - part 4)
rust-timer
added a commit
that referenced
this pull request
Apr 20, 2026
Rollup merge of #155560 - GuillaumeGomez:rm-attributelintkind, r=JonathanBrouwer Remove `AttributeLintKind` variants - part 4 Part of #153099. r? @JonathanBrouwer
pull Bot
pushed a commit
to LeeeeeeM/miri
that referenced
this pull request
Apr 24, 2026
…uwer Rollup of 7 pull requests Successful merges: - rust-lang/rust#155556 (`rust-analyzer` subtree update) - rust-lang/rust#152162 (Suggest returning a reference for unsized place from a closure) - rust-lang/rust#155389 (Simplify macros for target-modifier and mitigation flags) - rust-lang/rust#155553 (miri subtree update) - rust-lang/rust#153546 (tests/ui/extern: add annotations for reference rules) - rust-lang/rust#155475 (Make reparsed guard metavars collect tokens) - rust-lang/rust#155560 (Remove `AttributeLintKind` variants - part 4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #153099.
r? @JonathanBrouwer