rust/src/test/ui/E0664.stderr

10 lines
260 B
Plaintext
Raw Normal View History

error[E0664]: clobber should not be surrounded by braces
2018-08-16 08:37:33 -05:00
--> $DIR/E0664.rs:17:12
|
LL | : "{eax}" //~ ERROR E0664
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0664`.