-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Port #[used]
to new attribute parsing infrastructure
#142818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing Some changes occurred in compiler/rustc_codegen_ssa Some changes occurred in compiler/rustc_codegen_ssa/src/codegen_attrs.rs Some changes occurred in compiler/rustc_attr_data_structures Some changes occurred in compiler/rustc_passes/src/check_attr.rs |
} | ||
|
||
if let Some(prev) = &group.result { | ||
cx.emit_lint( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some infra that makes this nicer merges with #142493 so let 's sequence this after that and rebase onto
44fa5f0
to
073e2c6
Compare
073e2c6
to
468dd68
Compare
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
☔ The latest upstream changes (presumably #142826) made this pull request unmergeable. Please resolve the merge conflicts. |
468dd68
to
674be35
Compare
@rustbot ready |
674be35
to
e70cbef
Compare
Signed-off-by: Jonathan Brouwer <[email protected]>
e70cbef
to
30d851d
Compare
Rebased to solve merge conflicts |
☔ The latest upstream changes (presumably #142878) made this pull request unmergeable. Please resolve the merge conflicts. |
Ports
used
to the new attribute parsing infrastructure for #131229 (comment)r? @jdonszelmann