rust/src/test/ui/E0663.stderr

10 lines
260 B
Plaintext
Raw Normal View History

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