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