Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-cfg_sanitize.rs
blob: 0933f43e76b6ea0fef14b3b53a08c63cc71a0fc5 [
file
] [
log
] [
blame
]
#[
cfg
(
not
(
sanitize
=
"thread"
))]
//~^ ERROR `cfg(sanitize)` is experimental
fn
main
()
{}