]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
b7449926 1error[E0664]: clobber should not be surrounded by braces
0731742a 2 --> $DIR/asm-bad-clobber.rs:22:37
b7449926
XL
3 |
4LL | asm!("xor %eax, %eax" : : : "{eax}");
5 | ^^^^^^^
6
7error: aborting due to previous error
8
60c5eb7d 9For more information about this error, try `rustc --explain E0664`.