We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These all work: --cfg "a - b", --cfg a%, --cfg "a { b }".
--cfg "a - b"
--cfg a%
--cfg "a { b }"
The text was updated successfully, but these errors were encountered:
I'm giving this a shot with changing it to only accept identifiers as valid cfg's.
Sorry, something went wrong.
--cfg
Stricter matching of --cfg options on rustc
b122064
Includes compile-fail test to check that it fails on incomplete `--cfg` matches. Fixes rust-lang#31497.
Auto merge of #31530 - dirk:dirk/restrict-matching-of-cfg-opts, r=ale…
17d284b
…xcrichton Fixes #31497.
No branches or pull requests
These all work:
--cfg "a - b"
,--cfg a%
,--cfg "a { b }"
.The text was updated successfully, but these errors were encountered: