1 2 3 4 5 6
fn f() -> impl Sized { 2.0E //~^ ERROR expected at least one digit in exponent } fn main() {}