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

Support all/any cfg evaluation with not all clauses determinate #1003

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jan 18, 2022

For example in #[cfg(any(target_os = "android", unix))], if we know --cfg unix=true, the value of this cfg is known even if target_os is not known. Previously this would fail on the target_os without looking at unix.

@dtolnay dtolnay merged commit 7280493 into master Jan 18, 2022
@dtolnay dtolnay deleted the cfg branch January 18, 2022 23:48
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.

1 participant