Files
rust/tests/ui/check-cfg/invalid-arguments.boolean_after_values.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
216 B
Plaintext
Raw Normal View History

2025-03-21 05:09:57 +00:00
error: invalid `--check-cfg` argument: `cfg(values(),true)`
|
= note: `values()` cannot be specified before the names
= note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details