-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
regression: cannot find macro in scope #125201
Comments
searched commit range: 4d570ee...aed2187 bisected with cargo-bisect-rustc v0.6.8Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --start=2024-04-01 Did this regress in #124382? cc @petrochenkov |
Specifically 7517a4f seems suspicious due to title alone, didn't look into it much though. |
This was reported by one of the affected crate authors in #124535. |
WG-prioritization assigning priority (Zulip discussion). Since these crates regressed, it could probably be good to keep this on the radar (release in 15 days) @rustbot label -I-prioritize +P-high |
I plan to fix it later this week (#124535 is assigned to me). |
Fixed in #125734. |
Thanks @petrochenkov! FWIW, I've since submitted a new version of |
@danielhenrymantilla |
ast: Revert a breaking attribute visiting order change Fixes rust-lang#124535 Fixes rust-lang#125201
Rollup merge of rust-lang#125734 - petrochenkov:macinattr, r=wesleywiser ast: Revert a breaking attribute visiting order change Fixes rust-lang#124535 Fixes rust-lang#125201
Reopening to track beta backport |
Closing, backported to beta. |
ast: Revert a breaking attribute visiting order change Fixes rust-lang/rust#124535 Fixes rust-lang/rust#125201
The text was updated successfully, but these errors were encountered: