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

5 lines
117 B
Rust
Raw Normal View History

2023-06-09 13:49:35 +00:00
#![warn(clippy::unreadable_literal)]
fn f2() -> impl Sized { && 3.14159265358979323846E }
2023-07-27 11:40:22 +00:00
//@no-rustfix
2023-06-09 13:49:35 +00:00
fn main() {}