]> git.proxmox.com Git - rustc.git/blob - tests/ui/consts/issue-91434.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / consts / issue-91434.stderr
1 error: expected at least one digit in exponent
2 --> $DIR/issue-91434.rs:2:11
3 |
4 LL | [9; [[9E; h]]];
5 | ^^
6
7 error[E0425]: cannot find value `h` in this scope
8 --> $DIR/issue-91434.rs:2:15
9 |
10 LL | [9; [[9E; h]]];
11 | ^ not found in this scope
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0425`.