From 966d6146e561ba00ea08bd93bfe68035d01b09e6 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 28 Dec 2020 12:25:34 +0000 Subject: [PATCH] ices/47814.rs: fixed with errors === stdout === === stderr === error: generic `Self` types are currently not permitted in anonymous constants --> /home/runner/work/glacier/glacier/ices/47814.rs:8:32 | 8 | pub fn to_buffer() -> [u8; Self::LENGTH] { | ^^^^^^^^^^^^ | note: not a concrete type --> /home/runner/work/glacier/glacier/ices/47814.rs:5:10 | 5 | impl<'a> ArpIPv4<'a> { | ^^^^^^^^^^^ error: aborting due to previous error ============== --- {ices => fixed}/47814.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/47814.rs (100%) diff --git a/ices/47814.rs b/fixed/47814.rs similarity index 100% rename from ices/47814.rs rename to fixed/47814.rs