blob: 768417cfae8a879846d94c1cc641b24609353f93 [file] [log] [blame]
#![feature(no_sanitize)] //~ ERROR feature has been removed
#[sanitize(address = "on")]
//~^ ERROR the `#[sanitize]` attribute is an experimental feature
fn main() {
}