From 0ef3e8cc3c6a4b78b76c5e1156c2be0dc9315936 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 20 Oct 2021 12:06:58 +0000 Subject: [PATCH] ices/78561.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `78561` --> /home/runner/work/glacier/glacier/ices/78561.rs:1:1 | 1 | / #![feature(type_alias_impl_trait, member_constraints)] 2 | | 3 | | pub trait Trait { 4 | | type A; ... | 19 | | fn f() -> Self::A {} 20 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/78561.rs` error: aborting due to previous error For more information about this error, try `rustc --explain E0601`. ============== --- {ices => fixed}/78561.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/78561.rs (100%) diff --git a/ices/78561.rs b/fixed/78561.rs similarity index 100% rename from ices/78561.rs rename to fixed/78561.rs