blob: 5e6836f28e3de584e51ba4a64a7c7b6a4b1d2e81 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0664]: clobber should not be surrounded by braces
--> $DIR/E0664.rs:10:17
|
LL | : "{eax}"
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0664`.
|