2023-07-02 14:35:19 +02:00
|
|
|
error: expected at least one digit in exponent
|
2024-02-27 15:25:18 +01:00
|
|
|
--> tests/ui/crashes/ice-10912.rs:3:28
|
2023-07-02 14:35:19 +02:00
|
|
|
|
|
|
|
|
LL | fn f2() -> impl Sized { && 3.14159265358979323846E }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2024-02-28 15:49:48 +11:00
|
|
|
error: aborting due to 1 previous error
|
2023-07-02 14:35:19 +02:00
|
|
|
|