about summary refs log tree commit diff
path: root/tests/ui/check-cfg/invalid-arguments.boolean_after_values.stderr
blob: 3aa2205d3b18cc525dca65d70e7ac5787b62e9ad (plain)
1
2
3
4
5
error: invalid `--check-cfg` argument: `cfg(values(),true)`
   |
   = note: `values()` cannot be specified before the names
   = note: visit <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more details