We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156c822 commit da8fed5Copy full SHA for da8fed5
src/test/compile-fail/E0092.rs
@@ -11,7 +11,7 @@
11
#![feature(intrinsics)]
12
extern "rust-intrinsic" {
13
fn atomic_foo(); //~ ERROR E0092
14
-}
+} //~| NOTE unrecognized atomic operation
15
16
fn main() {
17
}
0 commit comments