about summary refs log tree commit diff
path: root/tests/ui/check-cfg/invalid-arguments.anything_else.stderr
blob: f3bc0b782e22f1859e31319fcbbaaaa8f285d696 (plain)
1
2
3
4
5
error: invalid `--check-cfg` argument: `anything_else(...)`
   |
   = note: expected `cfg(name, values("value1", "value2", ... "valueN"))`
   = note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details