2021-12-11 15:42:25 +01:00
|
|
|
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
|
|
|
|
|
2022-04-13 14:37:36 +00:00
|
|
|
error: aborting due to 2 previous errors
|
2021-12-11 15:42:25 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|