summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/issue-91434.stderr
blob: 08d3ad77053d5d6502d44ff295bad05bf64926e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: expected at least one digit in exponent
  --> $DIR/issue-91434.rs:2:11
   |
LL |     [9; [[9E; h]]];
   |           ^^

error[E0425]: cannot find value `h` in this scope
  --> $DIR/issue-91434.rs:2:15
   |
LL |     [9; [[9E; h]]];
   |               ^ not found in this scope

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0425`.