-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Port #[no_link] to use attribute parser #150072
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
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing Some changes occurred in compiler/rustc_hir/src/attrs Some changes occurred in compiler/rustc_passes/src/check_attr.rs |
|
r? @davidtwco rustbot has assigned @davidtwco. Use |
|
Reminder, once the PR becomes ready for a review, use |
7cc78cb to
d604279
Compare
|
@rustbot ready |
d604279 to
b09a9d0
Compare
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.
r=me when ci is green :)
seems like that author is unable to do so without delegate so, i will do this @bors r=JonathanBrouwer rollup |
|
@bors r+ rollup |
|
💡 This pull request was already approved, no need to approve it again.
|
|
Whoops that's some good timing lol. Thanks for the help! |
yeah :) |
Rollup of 4 pull requests Successful merges: - #150000 (Port `#[rustc_legacy_const_generics]` to use attribute parser ) - #150060 (autodiff: emit an error if we fail to find libEnzyme) - #150070 (Partially revert #147888 and print warning if LLVM CMake dir is missing when building Enzyme) - #150072 (Port #[no_link] to use attribute parser) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #150072 - Bryntet:parse_no_link, r=JonathanBrouwer Port #[no_link] to use attribute parser Adds `#[no_link]` to the attribute parser, as well as adds tests making sure to FCW warn on `field`, `arm`, and `macrodef `
Adds
#[no_link]to the attribute parser, as well as adds tests making sure to FCW warn onfield,arm, andmacrodef