summary refs log tree commit diff
path: root/src/test/ui/E0664.stderr
blob: 570811729be85a26bdb1142979a10a7cb0bb7807 (plain)
1
2
3
4
5
6
7
8
9
error[E0664]: clobber should not be surrounded by braces
  --> $DIR/E0664.rs:19:12
   |
LL |          : "{eax}" //~ ERROR E0664
   |            ^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0664`.