]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/issue-91434.rs
Rollup merge of #106962 - compiler-errors:use-sugg-span, r=oli-obk
[rust.git] / tests / ui / consts / issue-91434.rs
1 fn main() {
2     [9; [[9E; h]]];
3     //~^ ERROR: expected at least one digit in exponent
4     //~| ERROR: cannot find value `h` in this scope [E0425]
5 }