From 91fe557050e637fe8c39f2affcc6d8e59007cb73 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 22 Jan 2020 12:06:20 +0000 Subject: [PATCH] ices/68396.rs: fixed with errors === stdout === === stderr === error[E0080]: could not evaluate float literal (see issue #31407) --> /home/runner/work/glacier/glacier/ices/68396.rs:2:9 | 2 | let 1234567890123456789012345678901234567890e-340: f64 = 0.0; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0080`. ============== --- {ices => fixed}/68396.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/68396.rs (100%) diff --git a/ices/68396.rs b/fixed/68396.rs similarity index 100% rename from ices/68396.rs rename to fixed/68396.rs