Fix attribute target checking for macro calls#145788
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing |
|
Reminder, once the PR becomes ready for a review, use |
9dd2d71 to
e8f33c2
Compare
|
This PR was rebased onto a different master 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. |
|
@rustbot ready |
|
awesome, @bors r+ rollup |
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
e8f33c2 to
fe81a79
Compare
|
@jdonszelmann Whoops my bad I just realized this will fail PR CI, forgot to bless my test after fixing tidy :P Should be good now |
|
@bors r+ |
…get, r=jdonszelmann Fix attribute target checking for macro calls Fixes #145779 r? `@jdonszelmann`
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test failed - checks-actions |
|
^ A test in the mir-opt test suite failed due to a stack overflow in the compiler. @jdonszelmann Maybe lets do a try run for the failed job? Or just retry if you feel confident |
|
@bors2 try jobs=test-various |
…get, r=<try> Fix attribute target checking for macro calls try-job: test-various
This comment has been minimized.
This comment has been minimized.
|
(I assumed various was a collection of several tests, but I think that assumption was wrong? I'll also queue the specific one to make sure) @bors2 try x86_64-mingw-1 |
|
Unknown argument "x86_64-mingw-1". Run |
|
@bors2 try jobs=x86_64-mingw-1 |
This comment has been minimized.
This comment has been minimized.
…get, r=<try> Fix attribute target checking for macro calls try-job: x86_64-mingw-1
|
@bors r+ |
|
💡 This pull request was already approved, no need to approve it again.
|
Rollup of 10 pull requests Successful merges: - #135761 (Dial down detail of B-tree description) - #145620 (Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts) - #145788 (Fix attribute target checking for macro calls) - #145794 (bootstrap.py: Improve CPU detection on NetBSD) - #145817 (cg_llvm: Replace the `llvm::Bool` typedef with a proper newtype) - #145820 (raw-dylib-elf: set correct `DT_VERDEFNUM`) - #145828 (Update `bitflags` to 2.9.3.) - #145830 (Remove the lifetime from `ExpTokenPair`/`SeqSep`.) - #145836 (Remove outdated bug comments) - #145842 (rustc-dev-guide subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 10 pull requests Successful merges: - rust-lang/rust#135761 (Dial down detail of B-tree description) - rust-lang/rust#145620 (Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts) - rust-lang/rust#145788 (Fix attribute target checking for macro calls) - rust-lang/rust#145794 (bootstrap.py: Improve CPU detection on NetBSD) - rust-lang/rust#145817 (cg_llvm: Replace the `llvm::Bool` typedef with a proper newtype) - rust-lang/rust#145820 (raw-dylib-elf: set correct `DT_VERDEFNUM`) - rust-lang/rust#145828 (Update `bitflags` to 2.9.3.) - rust-lang/rust#145830 (Remove the lifetime from `ExpTokenPair`/`SeqSep`.) - rust-lang/rust#145836 (Remove outdated bug comments) - rust-lang/rust#145842 (rustc-dev-guide subtree update) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #145779
r? @jdonszelmann