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

error: aborting due to previous error