rust/tests/ui/crashes/ice-10912.rs

7 lines
170 B
Rust
Raw Normal View History

#![warn(clippy::unreadable_literal)]
//@no-rustfix
fn f2() -> impl Sized { && 3.14159265358979323846E }
//~^ ERROR: expected at least one digit in exponent
fn main() {}