blob: a453517752691392c8591a808c794b543bd8d24e (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0092]: unrecognized atomic operation function: `foo`
--> $DIR/E0092.rs:3:5
|
LL | fn atomic_foo(); //~ ERROR E0092
| ^^^^^^^^^^^^^^^^ unrecognized atomic operation
error: aborting due to previous error
For more information about this error, try `rustc --explain E0092`.
|