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