2018-07-15 16:11:54 -05:00
|
|
|
error: could not evaluate float literal (see issue #31407)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-31109.rs:4:18
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | let _: f64 = 1234567890123456789012345678901234567890e-340;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|