From a2bb28f47d9f821334334c8f83c5863ad7306858 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 14 Aug 2021 12:08:01 +0000 Subject: [PATCH] ices/87877.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `87877` --> /home/runner/work/glacier/glacier/ices/87877.rs:1:1 | 1 | / macro_rules! two_items {() => ( 2 | | extern {} 3 | | extern {} 4 | | )} ... | 9 | | single_item_funneler! { two_items! {} } 10 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/87877.rs` error: aborting due to previous error For more information about this error, try `rustc --explain E0601`. ============== --- {ices => fixed}/87877.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/87877.rs (100%) diff --git a/ices/87877.rs b/fixed/87877.rs similarity index 100% rename from ices/87877.rs rename to fixed/87877.rs