From 8777e965cc92ea4181603061af2a4079f5cf54dc Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 12 Jun 2023 03:12:00 +0000 Subject: [PATCH] ices/108399.rs: fixed with errors === stdout === === stderr === error[E0792]: expected generic lifetime parameter, found `'any` warning: unused variable: `x` --> /home/runner/work/glacier/glacier/ices/108399.rs:7:20 | 7 | async fn operation(x: &mut ()) -> () { | ^ help: if this is intentional, prefix it with an underscore: `_x` | = note: `#[warn(unused_variables)]` on by default error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0792`. ============== --- {ices => fixed}/108399.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/108399.rs (100%) diff --git a/ices/108399.rs b/fixed/108399.rs similarity index 100% rename from ices/108399.rs rename to fixed/108399.rs