]> git.proxmox.com Git - rustc.git/blob - src/test/ui/asm/asm-bad-clobber.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / asm / asm-bad-clobber.stderr
1 error[E0664]: clobber should not be surrounded by braces
2 --> $DIR/asm-bad-clobber.rs:22:37
3 |
4 LL | asm!("xor %eax, %eax" : : : "{eax}");
5 | ^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0664`.