Skip to content
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

Fix usage of proc_macro::is_available() #303

Merged
merged 2 commits into from Dec 5, 2021

Conversation

bjorn3
Copy link
Contributor

@bjorn3 bjorn3 commented Dec 2, 2021

In #300 I made a mistake with the #[cfg] causing proc_macro::is_available() to never actually be used. I have now double checked that it is actually used on Rust 1.57+.

Closes rust-lang/rustc_codegen_cranelift#1101
Closes rust-lang/rustc_codegen_cranelift#1209

In dtolnay#300 I made a mistake with the #[cfg] causing
proc_macro::is_available() to never actually be used. I have now
double checked that it is actually used on Rust 1.57+.
@dtolnay dtolnay merged commit 28514c6 into dtolnay:master Dec 5, 2021
@bjorn3 bjorn3 deleted the fix_is_available branch December 5, 2021 19:40
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.

markup5ever aborts in build.rs Fails to compile cssparser 0.25.9
2 participants