From 870ef138bc824e03a88de0f4d2c79cd812344cfd Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 19 Jan 2022 12:04:41 +0000 Subject: [PATCH] ices/83704.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `83704` --> /home/runner/work/glacier/glacier/ices/83704.rs:1:1 | 1 | / use std::ops::Deref; 2 | | 3 | | struct VecWrapper(Vec); 4 | | ... | 22 | | tv 23 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/83704.rs` error: aborting due to previous error For more information about this error, try `rustc --explain E0601`. ============== --- {ices => fixed}/83704.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/83704.rs (100%) diff --git a/ices/83704.rs b/fixed/83704.rs similarity index 100% rename from ices/83704.rs rename to fixed/83704.rs