From eab0f7c4863988760eb8d15546cabaca6151688a Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 7 Nov 2022 03:34:30 +0000 Subject: [PATCH] ices/57404.rs: fixed with errors === stdout === === stderr === error[E0277]: `&mut ()` is not a tuple --> /home/runner/work/glacier/glacier/ices/57404.rs:6:41 | 6 | handlers.unwrap().as_mut().call_mut(&mut ()); | -------- -^^^^^^ | | | | | the trait `Tuple` is not implemented for `&mut ()` | | help: consider removing the leading `&`-reference | required by a bound introduced by this call | note: required by a bound in `call_mut` error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/57404.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/57404.rs (100%) diff --git a/ices/57404.rs b/fixed/57404.rs similarity index 100% rename from ices/57404.rs rename to fixed/57404.rs