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

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

6 lines
218 B
Plaintext
Raw Normal View History

error: invalid `--check-cfg` argument: `abc()`
|
= note: expected `cfg(name, values("value1", "value2", ... "valueN"))`
= note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details