about summary refs log tree commit diff
path: root/tests/ui/check-cfg/invalid-arguments.cfg_none.stderr
blob: ef464260c29dc44b6821ddca6de04067b4108b7a (plain)
1
2
3
4
5
6
error: invalid `--check-cfg` argument: `cfg(none())`
   |
   = note: `none()` is invalid
   = 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