Uh oh!
There was an error while loading. Please reload this page.
Remove AttributeLintKind variants - part 2 - #155504
Merged
rust-bors[bot] merged 6 commits intoApr 19, 2026
Merged
Conversation
rustbot
commented
Apr 19, 2026
Collaborator
Some changes occurred in compiler/rustc_attr_parsing |
| DocAutoCfgHideShowExpectsList { | ||
| attr_name: Symbol, | ||
| }, | ||
| DocAutoCfgHideShowUnexpectedItem { attr_name: Symbol }, |
MemberAuthor
There was a problem hiding this comment.
Weirdly enough, after a few variants removal, rustfmt decided to put the remaining variants on one line. Dark magic.
3 tasks
JonathanBrouwer
approved these changes
Apr 19, 2026
Contributor
jhpratt added a commit
to jhpratt/rust
that referenced
this pull request
Apr 19, 2026
…d, r=JonathanBrouwer Remove `AttributeLintKind` variants - part 2 Follow-up of rust-lang#154432. Part of rust-lang#153099. r? @JonathanBrouwer
rust-borsBot
pushed a commit
that referenced
this pull request
Apr 19, 2026
Rollup of 10 pull requests Successful merges: - #155370 (Add regression test for dead code elimination with drop + panic) - #154823 (Replace the spdx-rs dependency with a minimal in-tree SPDX tag-value parser) - #155294 (Add test for coalescing of diagnostic attribute duplicates) - #155352 (triagebot.toml: Sync `assign.owners` with `autolabel."T-compiler"`) - #155431 (Add temporary scope to assert_matches) - #152995 (ACP Implementation of PermissionsExt for Windows ) - #153873 (deprecate `std::char` constants and functions) - #154865 (libtest: use binary search for --exact test filtering) - #154979 (add #[must_use] macros for floats) - #155504 (Remove `AttributeLintKind` variants - part 2)
rust-borsBot
pushed a commit
that referenced
this pull request
Apr 19, 2026
…uwer Rollup of 12 pull requests Successful merges: - #155370 (Add regression test for dead code elimination with drop + panic) - #154823 (Replace the spdx-rs dependency with a minimal in-tree SPDX tag-value parser) - #155294 (Add test for coalescing of diagnostic attribute duplicates) - #155352 (triagebot.toml: Sync `assign.owners` with `autolabel."T-compiler"`) - #155431 (Add temporary scope to assert_matches) - #153873 (deprecate `std::char` constants and functions) - #154865 (libtest: use binary search for --exact test filtering) - #154979 (add #[must_use] macros for floats) - #155486 (c-variadic: add roundtrip test) - #155504 (Remove `AttributeLintKind` variants - part 2) - #155510 (Update Tidy python executable path) - #155514 (codegen-options docs: remove -Csoft-float)
Uh oh!
There was an error while loading. Please reload this page.
rust-timer added a commit
that referenced
this pull request
Apr 19, 2026
Rollup merge of #155504 - GuillaumeGomez:rm-attributelintkind, r=JonathanBrouwer Remove `AttributeLintKind` variants - part 2 Follow-up of #154432. Part of #153099. r? @JonathanBrouwer
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 freeto 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.
Follow-up of #154432.
Part of #153099.
r? @JonathanBrouwer