summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-10401.stderr
blob: 1b7daa9c2b9ba8bf03760cd40a376d456ae0f012 (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:3:5
   |
LL |     a += { "b" };
   |     -^^^^^^^^^^^
   |     |
   |     cannot use `+=` on type `&str`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0368`.