mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-15 15:03:30 +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"`)
|