]> git.proxmox.com Git - rustc.git/blame - src/test/ui/typeck/issue-79040.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / typeck / issue-79040.stderr
CommitLineData
6a06907d
XL
1error[E0369]: cannot add `{integer}` to `&str`
2 --> $DIR/issue-79040.rs:2:25
3 |
4LL | const FOO = "hello" + 1;
5 | ------- ^ - {integer}
6 | |
7 | &str
8
9error[E0369]: cannot add `{integer}` to `&str`
10 --> $DIR/issue-79040.rs:2:25
11 |
12LL | const FOO = "hello" + 1;
13 | ------- ^ - {integer}
14 | |
15 | &str
16
17error: aborting due to 2 previous errors
18
19For more information about this error, try `rustc --explain E0369`.