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

5 lines
104 B
Rust
Raw Normal View History

2023-06-09 13:49:35 +00:00
#![warn(clippy::unreadable_literal)]
fn f2() -> impl Sized { && 3.14159265358979323846E }
fn main() {}