mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 10:48:26 +00:00
4 lines
57 B
Rust
4 lines
57 B
Rust
pub fn main() {
|
|
if cfg!(not()) { } //~ ERROR E0536
|
|
}
|