rust/tests/ui/crashes/ice-10912.rs
2023-08-11 14:02:28 +00:00

5 lines
117 B
Rust

#![warn(clippy::unreadable_literal)]
fn f2() -> impl Sized { && 3.14159265358979323846E }
//@no-rustfix
fn main() {}