Files
rust/tests/ui/error-codes/E0092.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
98 B
Rust
Raw Normal View History

2016-05-25 13:58:07 +02:00
#![feature(intrinsics)]
2025-04-06 15:12:24 +02:00
#[rustc_intrinsic]
unsafe fn atomic_foo(); //~ ERROR E0092
fn main() {}