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