From 8cd18b361a880268473d46d33eca0c29b4d08167 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 28 Dec 2020 12:25:46 +0000 Subject: [PATCH] ices/54038.rs: fixed with errors === stdout === === stderr === error[E0601]: `main` function not found in crate `54038` --> /home/runner/work/glacier/glacier/ices/54038.rs:1:1 | 1 | / struct Foo<'a> { 2 | | data: &'a [u8], 3 | | } 4 | | ... | 9 | | } 10 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/54038.rs` error: generic `Self` types are currently not permitted in anonymous constants --> /home/runner/work/glacier/glacier/ices/54038.rs:7:27 | 7 | fn bar(buf: &mut [u8; Self::LEN]) { | ^^^^^^^^^ | note: not a concrete type --> /home/runner/work/glacier/glacier/ices/54038.rs:5:10 | 5 | impl<'a> Foo<'a> { | ^^^^^^^ error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0601`. ============== --- {ices => fixed}/54038.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/54038.rs (100%) diff --git a/ices/54038.rs b/fixed/54038.rs similarity index 100% rename from ices/54038.rs rename to fixed/54038.rs