From 776e4b4e6dd6c5295cba7fe86a94af2dac69ed43 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 28 Dec 2020 12:25:50 +0000 Subject: [PATCH] ices/56445-1.rs: fixed with errors === stdout === === stderr === error: generic `Self` types are currently not permitted in anonymous constants --> /home/runner/work/glacier/glacier/ices/56445-1.rs:6:38 | 6 | fn lfn_contents(&self) -> [char; Self::LFN_FRAGMENT_LEN] { loop { } } | ^^^^^^^^^^^^^^^^^^^^^^ | note: not a concrete type --> /home/runner/work/glacier/glacier/ices/56445-1.rs:3:10 | 3 | impl<'a> OnDiskDirEntry<'a> { | ^^^^^^^^^^^^^^^^^^ error: aborting due to previous error ============== --- {ices => fixed}/56445-1.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/56445-1.rs (100%) diff --git a/ices/56445-1.rs b/fixed/56445-1.rs similarity index 100% rename from ices/56445-1.rs rename to fixed/56445-1.rs