rust/src/test/ui/E0662.stderr
2018-12-25 21:08:33 -07:00

10 lines
259 B
Plaintext

error[E0662]: input operand constraint contains '='
--> $DIR/E0662.rs:6:12
|
LL | : "=test"("a") //~ ERROR E0662
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0662`.