Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-no_sanitize.rs
blob: 5ac014f1c5bf420081caaaa4937ad00c41734876 [
file
] [
log
] [
blame
] [
edit
]
#[
no_sanitize
(
address
)]
//~^ ERROR the `#[no_sanitize]` attribute is an experimental feature
fn
main
()
{
}