blob: a279421241facb67424d8d0940118f2643e8edfb [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
For more information about this error, try `rustc --explain E0664`.