From 55dd82fd7ba85d98fdb3fd70695aaa347c913895 Mon Sep 17 00:00:00 2001 From: rustbot <rustbot@users.noreply.github.com> Date: Tue, 19 Jan 2021 12:45:02 +0000 Subject: [PATCH] ices/81006.rs: fixed with errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit === stdout === === stderr === error: 1 positional argument in format string, but no arguments were given --> /home/runner/work/glacier/glacier/ices/81006.rs:2:23 | 2 | let _ = format!("→{} \t"); | ^^ error: aborting due to previous error ============== --- {ices => fixed}/81006.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/81006.rs (100%) diff --git a/ices/81006.rs b/fixed/81006.rs similarity index 100% rename from ices/81006.rs rename to fixed/81006.rs