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