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

Invert cfgs that deal with old compiler support #304

Merged
merged 1 commit into from Dec 5, 2021
Merged

Invert cfgs that deal with old compiler support #304

merged 1 commit into from Dec 5, 2021

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Dec 5, 2021

It's better for absence of features to give you compatibility with our newest supported stable compiler, instead of our oldest supported one. This makes the most complete API available to non-Cargo build systems and direct rustc invocations without them needing to keep up with all the cfgs the proc-macro2 build script deals with.

@dtolnay dtolnay merged commit 366c402 into master Dec 5, 2021
@dtolnay dtolnay deleted the cfgno branch December 5, 2021 19:42
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.

None yet

1 participant