From 1e566a7f1e1f5f611313aede0d9cc41abfcdfd62 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 28 Feb 2021 12:21:54 +0000 Subject: [PATCH] ices/80779.rs: fixed with errors === stdout === === stderr === error[E0121]: the type placeholder `_` is not allowed within types on item signatures --> /home/runner/work/glacier/glacier/ices/80779.rs:7:28 | 7 | pub fn g(_: T<'static>) -> _ {} | ^ | | | not allowed in type signatures | help: replace with the correct return type: `()` error[E0121]: the type placeholder `_` is not allowed within types on item signatures --> /home/runner/work/glacier/glacier/ices/80779.rs:3:29 | 3 | pub fn f<'a>(val: T<'a>) -> _ { | ^ | | | not allowed in type signatures | help: replace with the correct return type: `()` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0121`. ============== --- {ices => fixed}/80779.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/80779.rs (100%) diff --git a/ices/80779.rs b/fixed/80779.rs similarity index 100% rename from ices/80779.rs rename to fixed/80779.rs