mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 06:34:28 +00:00
7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
error: invalid `--check-cfg` argument: `cfg(true)`
|
|
|
|
|
= note: `true` is a boolean 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
|
|
|