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

5 lines
117 B
Rust
Raw Normal View History

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