blob: ffaa4d771d99b8ce0d66508fc53d6db3dcf80711 [file] [log] [blame] [edit]
#[rustc_safe_intrinsic]
//~^ ERROR the `#[rustc_safe_intrinsic]` attribute is used internally to mark intrinsics as safe
//~| ERROR attribute should be applied to intrinsic functions
fn safe() {}
fn main() {}