2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-26 13:03:27 +00:00
rust-clippy/tests/ui/crashes/ice-10912.stderr

9 lines
249 B
Text
Raw Normal View History

error: expected at least one digit in exponent
--> tests/ui/crashes/ice-10912.rs:3:28
|
LL | fn f2() -> impl Sized { && 3.14159265358979323846E }
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error