From 83d1f95b2a312ffa98be7c167acc1c158feafc32 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 16 Nov 2019 12:11:37 +0000 Subject: [PATCH] ices/62524-2.rs: fixed with errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit === stdout === === stderr === error: this file contains an un-closed delimiter --> /home/runner/work/glacier/glacier/ices/62524-2.rs:2:3 | 1 | y![ | - un-closed delimiter 2 | Ϥ, | ^ error: macros that expand to items must be delimited with braces or followed by a semicolon --> /home/runner/work/glacier/glacier/ices/62524-2.rs:1:3 | 1 | y![ | ___^ 2 | | Ϥ, | |__^ | help: change the delimiters to curly braces | 1 | y!{ 2 | Ϥ} | help: add a semicolon | 2 | Ϥ,; | ^ error: cannot find macro `y` in this scope --> /home/runner/work/glacier/glacier/ices/62524-2.rs:1:1 | 1 | y![ | ^ error: aborting due to 3 previous errors ============== --- {ices => fixed}/62524-2.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/62524-2.rs (100%) diff --git a/ices/62524-2.rs b/fixed/62524-2.rs similarity index 100% rename from ices/62524-2.rs rename to fixed/62524-2.rs