rust/tests/ui/enum-discriminant/issue-41394.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
276 B
Plaintext
Raw Normal View History

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