]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-31076.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-31076.stderr
CommitLineData
46de9a89 1error[E0369]: cannot add `{integer}` to `{integer}`
532ac7d7 2 --> $DIR/issue-31076.rs:13:15
a1dfa0c6
XL
3 |
4LL | let x = 5 + 6;
532ac7d7
XL
5 | - ^ - {integer}
6 | |
7 | {integer}
a1dfa0c6 8
46de9a89 9error[E0369]: cannot add `i32` to `i32`
532ac7d7 10 --> $DIR/issue-31076.rs:15:18
a1dfa0c6
XL
11 |
12LL | let y = 5i32 + 6i32;
532ac7d7
XL
13 | ---- ^ ---- i32
14 | |
15 | i32
a1dfa0c6
XL
16
17error: aborting due to 2 previous errors
18
19For more information about this error, try `rustc --explain E0369`.