From 8eec3d6c19569b0ddfb8b276c3ca64ebf17bcc77 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 5 Nov 2020 12:19:32 +0000 Subject: [PATCH] ices/51173.rs: fixed with errors === stdout === === stderr === error: unexpected token: `("bug")` --> /home/runner/work/glacier/glacier/ices/51173.rs:2:32 | 2 | ( $doc:expr ) => { #[doc = $doc] enum Bug {} } | ^^^^ ... 5 | bug! { (stringify!(bug)) } | -------------------------- in this macro invocation | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) error: aborting due to previous error ============== --- {ices => fixed}/51173.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/51173.rs (100%) diff --git a/ices/51173.rs b/fixed/51173.rs similarity index 100% rename from ices/51173.rs rename to fixed/51173.rs