From 9b095056631b0b563ba323872bf04163b2b6de6d Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 12 Jun 2023 03:11:56 +0000 Subject: [PATCH] ices/99945.rs: fixed with errors === stdout === === stderr === error[E0792]: expected generic lifetime parameter, found `'a` --> /home/runner/work/glacier/glacier/ices/99945.rs:26:5 | 17 | type StateWidget<'a> = impl Widget<&'a ()>; | -- this generic parameter must be used with a generic lifetime parameter ... 26 | StatefulWidget(build) | ^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0792`. ============== --- {ices => fixed}/99945.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/99945.rs (100%) diff --git a/ices/99945.rs b/fixed/99945.rs similarity index 100% rename from ices/99945.rs rename to fixed/99945.rs