rust/tests/ui/check-cfg/invalid-arguments.values_any_before_ident.stderr

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

6 lines
220 B
Plaintext
Raw Normal View History

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