rust/tests/ui/check-cfg/invalid-arguments.unknown_m...

7 lines
267 B
Plaintext

error: invalid `--check-cfg` argument: `cfg(foo,test())`
|
= note: `test()` is invalid
= note: `cfg()` arguments must be simple identifiers, `any()` or `values(...)`
= note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details