blob: 15a14e776babd681210ffd9205430b18b17f5feb [file] [log] [blame]
error[E0664]: clobber should not be surrounded by braces
--> $DIR/asm-bad-clobber.rs:22:37
|
LL | asm!("xor %eax, %eax" : : : "{eax}");
| ^^^^^^^
error: aborting due to previous error