os-rust/tests/ui/check-cfg/invalid-arguments.multiple_values_any.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
265 B
Text
Raw Normal View History

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