about summary refs log tree commit diff
path: root/tests/ui/check-cfg/invalid-arguments.values_any_missing_values.stderr
blob: ad1af73c690127e6b8c0a238fdb64e80968a7320 (plain)
1
2
3
4
5
error: invalid `--check-cfg` argument: `cfg(foo,any())`
   |
   = note: `cfg(any())` can only be provided in isolation
   = note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details