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