-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Partially revert 674a5db "Fix undesirable fallout [from macro modularization]" #54209
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@petrochenkov um, none of those tests appear to be named Was this meant to be tagged as fixing a different issue? Or am I missing something? |
(okay, I am starting to see a connection, in that this PR moves a bunch of macros in various tests from statement back to expression position, which was identified as the root cause here: #53675 (comment) ) |
In any case this PR seems like it is worth landing, but I don't think it should be tagged as "fixing" #53675 since it doesn't have a test of the original regression. (I'll just make a PR with that trivial test now.) |
@bors r+ rollup |
📌 Commit 0a0d642 has been approved by |
Partially revert 674a5db "Fix undesirable fallout [from macro modularization]" Partially revert rust-lang@674a5db ~~Closes~~ (see pnkfelix comments below) rust-lang#53675
Rollup of 5 pull requests Successful merges: - #53941 (rustdoc: Sort implementors) - #54181 (Suggest && and || instead of 'and' and 'or') - #54209 (Partially revert 674a5db "Fix undesirable fallout [from macro modularization]") - #54213 (De-overlap the lifetimes of `flow_inits` and `flow_{un,ever_}inits`.) - #54244 (Add a small search box to seach Rust's standary library) Failed merges: r? @ghost
Partially revert 674a5db
Closes(see pnkfelix comments below) #53675