Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
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++"
{}