Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-no_sanitize.rs
blob: 66a9263e13a53168bf032ff971cad46deeab3343 [
file
] [
log
] [
blame
] [
edit
]
#[
no_sanitize
(
address
)]
//~^ the `#[no_sanitize]` attribute is an experimental feature
fn
main
()
{
}