blob: 81ab006a18ad32eb0a39f1dc029dca508a011cf1 [file] [log] [blame]
error[E0664]: clobber should not be surrounded by braces
--> $DIR/asm-bad-clobber.rs:32:37
|
LL | asm!("xor %eax, %eax" : : : "{eax}");
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0664`.