summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0092.stderr
blob: 50d6d63b99c270be8662387572785076ad3c63b9 (plain)
1
2
3
4
5
6
7
8
9
error[E0092]: unrecognized atomic operation function: `foo`
  --> $DIR/E0092.rs:13: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`.