about summary refs log tree commit diff
path: root/tests/ui/check-cfg/invalid-arguments.unknown_meta_item_1.stderr
blob: f82c520c62a6eabb6c2604464f8ca63ac59dbc81 (plain)
1
2
3
4
5
error: invalid `--check-cfg` argument: `abc()`
   |
   = note: expected `cfg(name, values("value1", "value2", ... "valueN"))`
   = note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details