]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/issue-91434.rs
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / 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 }