-
Couldn't load subscription status.
- Fork 13.9k
macros: fix regression with include!()
#40583
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
|
Nominated for beta. |
|
Marking as beta-accepted, presuming the patch is r+'d. |
|
@bors: r+ |
|
📌 Commit 284ece3 has been approved by |
|
iirc, we leave the beta-nominated label on until merged to beta. |
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
|
@bors: r- I think this has a failure |
284ece3 to
cb96ade
Compare
|
@alexcrichton Indeed, problem was #37195 -- fixed. |
|
📌 Commit cb96ade has been approved by |
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
Fixes #40469, a regression when
include!()ing amacro_rules!containing$crate.r? @nrc