about summary refs log tree commit diff
path: root/tests/ui/check-cfg/invalid-arguments.mixed_values_any.stderr
blob: 2d59b12097d7d055f3ffc4ea80b64744989ec5a3 (plain)
1
2
3
4
5
error: invalid `--check-cfg` argument: `cfg(foo,values("bar",any()))`
   |
   = note: `values()` arguments cannot specify string literals and `any()` at the same time
   = note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details