Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
unsafe-mod.rs
blob: 9996b06271a5ab93d3b93a5c9bc029dd9f1009db [
file
]
// These are supported by rustc syntactically but not semantically.
#[
cfg
(
any
())]
unsafe
mod
m
{
}
#[
cfg
(
any
())]
unsafe
extern
"C++"
{
}