mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
error: invalid `--check-cfg` argument: `cfg(foo,values("bar",bar,"bar"))`
|
|
|
|
|
= note: `bar` is invalid
|
|
= note: `values()` arguments must be string literals, `none()` or `any()`
|
|
= note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details
|
|
|