Do not emit errors on non-metaitem diagnostic attr input#151516
Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom Jan 24, 2026
Merged
Do not emit errors on non-metaitem diagnostic attr input#151516rust-bors[bot] merged 1 commit intorust-lang:mainfrom
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
Collaborator
|
Some changes occurred in compiler/rustc_attr_parsing |
Contributor
|
r? me I can finish this one tomorrow morning, looked through most of it already just now |
Contributor
|
I'd also like to take a quick look at this before merging, will take a look in the afternoon today |
JonathanBrouwer
approved these changes
Jan 23, 2026
Contributor
|
@bors r=jdonszelmann,jonathanbrouwer |
Contributor
Contributor
|
@bors rollup |
rust-timer
added a commit
that referenced
this pull request
Jan 24, 2026
Rollup merge of #151516 - mejrs:ignore_nonmeta, r=jdonszelmann,jonathanbrouwer Do not emit errors on non-metaitem diagnostic attr input This unblocks porting over diagnostic attributes by properly addressing #151056 (comment) r? @JonathanBrouwer
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Jan 25, 2026
Rollup of 4 pull requests Successful merges: - rust-lang/rust#149174 (`const` blocks as a `mod` item) - rust-lang/rust#151282 (THIR patterns: Explicitly distinguish `&pin` from plain `&`/`&mut`) - rust-lang/rust#151593 (miri subtree update) - rust-lang/rust#151516 (Do not emit errors on non-metaitem diagnostic attr input) r? @ghost
vinDelphini
pushed a commit
to vinDelphini/rust
that referenced
this pull request
Jan 25, 2026
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#149174 (`const` blocks as a `mod` item) - rust-lang#151282 (THIR patterns: Explicitly distinguish `&pin` from plain `&`/`&mut`) - rust-lang#151593 (miri subtree update) - rust-lang#151516 (Do not emit errors on non-metaitem diagnostic attr input) r? @ghost
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.
This unblocks porting over diagnostic attributes by properly addressing #151056 (comment)
r? @JonathanBrouwer