summary refs log tree commit diff
path: root/src/test/ui/issue-10401.stderr
blob: 94d13d5f26858b24cd9c32945afddb3498a6e574 (plain)
1
2
3
4
5
6
7
8
9
10
11
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`.