mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
6 lines
117 B
Rust
6 lines
117 B
Rust
//@ compile-flags: --cfg )
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR invalid `--cfg` argument: `)` (expected `key` or `key="value"`)
|