mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
6 lines
259 B
Plaintext
6 lines
259 B
Plaintext
error: invalid `--check-cfg` argument: `cfg(foo,values("bar",any()))`
|
|
|
|
|
= note: `values()` arguments cannot specify string literals and `any()` at the same time
|
|
= note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details
|
|
|