Files
rust/tests/ui/check-cfg/invalid-arguments.boolean_after_values.stderr
2025-04-03 09:54:23 +00:00

6 lines
216 B
Plaintext

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