]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/issue-91434.stderr
Rollup merge of #106873 - BoxyUwU:ty_const_formatting, r=compiler-errors
[rust.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`.