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