summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-41394.stderr
blob: 47a24547d4533dcf333588d10315f2c42f942f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
error[E0369]: cannot add `{integer}` to `&str`
  --> $DIR/issue-41394.rs:2:12
   |
LL |     A = "" + 1
   |         -- ^ - {integer}
   |         |
   |         &str

error[E0080]: evaluation of constant value failed
  --> $DIR/issue-41394.rs:7:9
   |
LL |     A = Foo::A as isize
   |         ^^^^^^^^^^^^^^^ referenced constant has errors

error: aborting due to 2 previous errors

Some errors have detailed explanations: E0080, E0369.
For more information about an error, try `rustc --explain E0080`.