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

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

7 lines
257 B
Plaintext
Raw Permalink Normal View History

error: invalid `--check-cfg` argument: `cfg(foo,values(none("test")))`
|
= note: `none("test")` is invalid
= note: `none()` in `values()` takes no argument
= note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details