From 31568a751acd88118210d249cd103c787a6f85c7 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 14 Apr 2020 12:07:21 +0000 Subject: [PATCH] ices/69130.rs: fixed with errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit === stdout === === stderr === error: unknown start of token: \u{a7} --> /home/runner/work/glacier/glacier/ices/69130.rs:2:8 | 2 | M (§& u8) | ^ error[E0106]: missing lifetime specifier --> /home/runner/work/glacier/glacier/ices/69130.rs:2:9 | 2 | M (§& u8) | ^ expected named lifetime parameter | help: consider introducing a named lifetime parameter | 1 | enum F<'a> { 2 | M (§&'a u8) | error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0106`. ============== --- {ices => fixed}/69130.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/69130.rs (100%) diff --git a/ices/69130.rs b/fixed/69130.rs similarity index 100% rename from ices/69130.rs rename to fixed/69130.rs