Skip to content

Fully qualify recursive macro calls #1310

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

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

adamgemmell
Copy link
Contributor

Allows these edge-cases to be used without useing the std::arch module.

This doesn't happen on x86 due to the macro existing in the std root but all other platforms seem to see a cryptic "macro not found" error.

Allows these edge-cases to be used without `use`ing the `std::arch`
module
@rust-highfive
Copy link

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

@Amanieu Amanieu merged commit f3f33b5 into rust-lang:master Jun 20, 2022
@Amanieu
Copy link
Member

Amanieu commented Jun 20, 2022

Nice catch!

@adamgemmell adamgemmell deleted the dev/adagem01/qualify-macros branch June 21, 2022 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants