mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-20 19:52:48 +00:00
8 lines
139 B
Rust
8 lines
139 B
Rust
// These are supported by rustc syntactically but not semantically.
|
|
|
|
#[cfg(any())]
|
|
unsafe mod m { }
|
|
|
|
#[cfg(any())]
|
|
unsafe extern "C++" { }
|