mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
5 lines
74 B
Rust
5 lines
74 B
Rust
#[cfg(unknown())] //~ ERROR E0537
|
|
pub fn something() {}
|
|
|
|
pub fn main() {}
|