Skip to content

Conversation

@dtolnay
Copy link
Owner

@dtolnay dtolnay commented May 23, 2020

This allows a non-macro tool that uses proc-macro2 = { default-features = false } to contain an unconditional call to proc_macro2::fallback::force() (#220). Previously, such a tool would either need to not use default-features = false, or not use proc_macro2::fallback::force() and hope that nothing else in the dependency graph enables proc-macro2's default feature.

@dtolnay dtolnay merged commit d1d8d75 into dtolnay:master May 23, 2020
@dtolnay dtolnay deleted the force branch May 23, 2020 21:52
Repository owner locked and limited conversation to collaborators May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant