Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
consts
/
issue-91434.rs
blob: 001dc708f893210ec189f1542906ba2340a17499 [
file
] [
log
] [
blame
]
fn
main
()
{
[
9
;
[[
9E
;
h
]]];
//~^ ERROR: expected at least one digit in exponent
//~| ERROR: cannot find value `h` in this scope [E0425]
}