1 2 3 4 5 6 7
// These are supported by rustc syntactically but not semantically. #[cfg(any())] unsafe mod m { } #[cfg(any())] unsafe extern "C++" { }