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