Skip to content

Commit da8fed5

Browse files
Update unit test for E0092
1 parent 156c822 commit da8fed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/E0092.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#![feature(intrinsics)]
1212
extern "rust-intrinsic" {
1313
fn atomic_foo(); //~ ERROR E0092
14-
}
14+
} //~| NOTE unrecognized atomic operation
1515

1616
fn main() {
1717
}

0 commit comments

Comments
 (0)