From 26d818b31998bf8819a1893829604f60e3741660 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 29 Sep 2020 12:20:13 +0000 Subject: [PATCH] ices/74761.rs: fixed with errors === stdout === === stderr === error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates --> /home/runner/work/glacier/glacier/ices/74761.rs:8:6 | 8 | impl<'a, 'b> A for () { | ^^ unconstrained lifetime parameter error[E0207]: the lifetime parameter `'b` is not constrained by the impl trait, self type, or predicates --> /home/runner/work/glacier/glacier/ices/74761.rs:8:10 | 8 | impl<'a, 'b> A for () { | ^^ unconstrained lifetime parameter error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0207`. ============== --- {ices => fixed}/74761.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/74761.rs (100%) diff --git a/ices/74761.rs b/fixed/74761.rs similarity index 100% rename from ices/74761.rs rename to fixed/74761.rs