summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-no_sanitize.rs
blob: 66a9263e13a53168bf032ff971cad46deeab3343 (plain)
1
2
3
4
#[no_sanitize(address)]
//~^ the `#[no_sanitize]` attribute is an experimental feature
fn main() {
}