2019-12-10 15:03:13 -06:00
|
|
|
error[E0369]: cannot add `{integer}` to `&str`
|
2019-03-27 12:13:09 -05:00
|
|
|
--> $DIR/issue-41394.rs:2:12
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | A = "" + 1
|
2019-03-27 12:13:09 -05:00
|
|
|
| -- ^ - {integer}
|
|
|
|
| |
|
|
|
|
| &str
|
2018-07-15 16:11:54 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-07-15 16:11:54 -05:00
|
|
|
|
2022-11-15 05:06:20 -06:00
|
|
|
For more information about this error, try `rustc --explain E0369`.
|