drop derive helpers during attribute parsing#153540
Open
scrabsha wants to merge 3 commits intorust-lang:mainfrom
Open
drop derive helpers during attribute parsing#153540scrabsha wants to merge 3 commits intorust-lang:mainfrom
scrabsha wants to merge 3 commits intorust-lang:mainfrom
Conversation
Collaborator
|
Some changes occurred in compiler/rustc_attr_parsing cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_passes/src/check_attr.rs |
mejrs
reviewed
Mar 7, 2026
38f62ee to
676a6d9
Compare
Collaborator
|
Reminder, once the PR becomes ready for a review, use |
jdonszelmann
reviewed
Mar 9, 2026
676a6d9 to
88e1141
Compare
88e1141 to
3b5896d
Compare
This comment has been minimized.
This comment has been minimized.
3b5896d to
0dfbffd
Compare
This comment has been minimized.
This comment has been minimized.
JonathanBrouwer
requested changes
Mar 20, 2026
This comment has been minimized.
This comment has been minimized.
0dfbffd to
a01ee9d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
da15086 to
54402b6
Compare
Collaborator
|
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. |
scrabsha
commented
Mar 21, 2026
Contributor
Author
|
@rustbot ready |
This comment has been minimized.
This comment has been minimized.
54402b6 to
443cce5
Compare
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
443cce5 to
29e9273
Compare
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.
fixes #153102.
first two commits (7db3f6e, 0033b31) move attribute target checks from
rustc_passestorustc_attr_parsing. last commit (38f62ee) actually fixes the issue.the diagnostics slightly regressed and i'm not super happy about it, but i doubt there's much we can do to avoid that.
r? @jdonszelmann
r? @JonathanBrouwer