mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
1ba47ea06c
This prevents a follow-up type error in a test, which seems fine.
8 lines
249 B
Text
8 lines
249 B
Text
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
|
|
|