From 21bbdf3ecaf52cd965fb29f9d8d0565150c37f44 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 31 Mar 2022 12:06:22 +0000 Subject: [PATCH] ices/88236.rs: fixed with no errors === stdout === === stderr === warning: function is never used: `make_impl` --> /home/runner/work/glacier/glacier/ices/88236.rs:9:4 | 9 | fn make_impl() -> impl for<'a> Hrtb<'a, Assoc = impl Send + 'a> {} | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/88236.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/88236.rs (100%) diff --git a/ices/88236.rs b/fixed/88236.rs similarity index 100% rename from ices/88236.rs rename to fixed/88236.rs