2025-04-06 21:41:47 +02:00

8 lines
92 B
Rust

#![feature(intrinsics)]
#[rustc_intrinsic]
unsafe fn foo();
//~^ ERROR E0093
fn main() {}