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