rust/src/test/ui/error-codes/E0664.stderr
2019-11-14 13:05:56 +01:00

9 lines
243 B
Text

error[E0664]: clobber should not be surrounded by braces
--> $DIR/E0664.rs:9:12
|
LL | : "{eax}"
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0664`.