rust/src/test/ui/issues/issue-10401.stderr

12 lines
320 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error[E0368]: binary assignment operation `+=` cannot be applied to type `&str`
--> $DIR/issue-10401.rs:13:5
|
LL | a += { "b" };
| -^^^^^^^^^^^
| |
| cannot use `+=` on type `&str`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0368`.