rust/src/test/ui/E0663.stderr
2018-05-15 14:29:57 +02:00

9 lines
260 B
Text

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