about summary refs log tree commit diff
path: root/tests/run-make/multiline-args-value/check-cfg-frontmatter.stderr
blob: 4a499cc0a1e246639ef063d0d16a21a46ec8c2b0 (plain)
1
2
3
4
5
6
7
error: invalid `--check-cfg` argument: `---
       ---
       cfg(key)`
  |
  = note: expected `cfg(name, values("value1", "value2", ... "valueN"))`
  = note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details