index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
feature-gates
/
feature-gate-cfg_sanitize.rs
blob: c3e7cc9ed8a9bcbe1252abf0cf281aaddcc2ac79 (
plain
)
1
2
3
#[cfg(not(sanitize =
"thread"
))]
//~^ `cfg(sanitize)` is experimental
fn
main
()
{}