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

error: aborting due to previous error