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