blob: 3c98e16a136a8b8af2e3fe1a7b21a3c9a07bc310 [file] [log] [blame]
#![forbid(unstable_features)]
#![feature(intrinsics)] //~ ERROR unstable feature
fn main() { }