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