blob: f6695d700fbd4ad88198c235e5da4572868186a5 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0662]: input operand constraint contains '='
--> $DIR/E0662.rs:9:17
|
LL | : "=test"("a")
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0662`.
|