0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-24 18:21:15 +01:00
rust/tests/ui/check-cfg/invalid-arguments.mixed_any.stderr

6 lines
222 B
Plaintext

error: invalid `--check-cfg` argument: `cfg(any(),values(any()))`
|
= note: `values()` cannot be specified before the names
= note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details