Port #[no_link] to use attribute parser#150072
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
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