about summary refs log tree commit diff
path: root/tests/ui/check-cfg/invalid-arguments.multiple_values.stderr
blob: 06060078bc02541e123d0db5f5f26eea2b4bf18b (plain)
1
2
3
4
5
error: invalid `--check-cfg` argument: `cfg(foo,values(),values())`
   |
   = note: `values()` cannot be specified multiple times
   = note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details