Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
consts
/
invalid-const-in-body.rs
blob: f0fa3bb7bd13622ce111a12d1705c851decc96b3 [
file
] [
log
] [
blame
]
fn
f
()
->
impl
Sized
{
2.0E
//~^ ERROR expected at least one digit in exponent
}
fn
main
()
{}