From 6cda7fed7113b6f5372fca998691d8bf54414e1c Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 23 Jul 2020 12:14:27 +0000 Subject: [PATCH] ices/60814.rs: fixed with errors === stdout === === stderr === warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/60814.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 for more information error[E0771]: use of non-static lifetime `'a` in const generic --> /home/runner/work/glacier/glacier/ices/60814.rs:3:45 | 3 | pub fn function_with_str<'a, const STRING: &'a str>() { | ^^ | = note: for more information, see issue #74052 error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0771`. ============== --- {ices => fixed}/60814.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/60814.rs (100%) diff --git a/ices/60814.rs b/fixed/60814.rs similarity index 100% rename from ices/60814.rs rename to fixed/60814.rs