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