From 6bbc3829c7910436724b9fb431bdd040f859e8ed Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 5 Oct 2022 03:35:25 +0000 Subject: [PATCH] ices/102114-2.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `102114_2` --> /home/runner/work/glacier/glacier/ices/102114-2.rs:13:2 | 13 | } | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/102114-2.rs` error[E0049]: type `B` has 1 type parameter but its trait declaration has 0 type parameters --> /home/runner/work/glacier/glacier/ices/102114-2.rs:11:12 | 2 | type B<'b>; | -- expected 0 type parameters ... 11 | type B = Wrapper; | ^ found 1 type parameter error: aborting due to 2 previous errors Some errors have detailed explanations: E0049, E0601. For more information about an error, try `rustc --explain E0049`. ============== --- {ices => fixed}/102114-2.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/102114-2.rs (100%) diff --git a/ices/102114-2.rs b/fixed/102114-2.rs similarity index 100% rename from ices/102114-2.rs rename to fixed/102114-2.rs