about summary refs log tree commit diff
path: root/tests/ui/check-cfg/invalid-arguments.string_for_name_2.stderr
blob: ea96b913907a98c60eb4ca81c303e564904e2e79 (plain)
1
2
3
4
5
6
error: invalid `--check-cfg` argument: `cfg(foo,"NOT_IDENT",bar)`
   |
   = 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