From 2cffe8a08b04aac62c1d1a6b350383704481e0fc Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 12 Jun 2022 03:31:05 +0000 Subject: [PATCH] ices/97806.rs: fixed with errors === stdout === === stderr === error[E0282]: type annotations needed for `Option` --> /home/runner/work/glacier/glacier/ices/97806.rs:11:13 | 11 | let variable = None; | ^^^^^^^^ | help: consider giving `variable` an explicit type, where the type for type parameter `T` is specified | 11 | let variable: Option = None; | +++++++++++ error: aborting due to previous error For more information about this error, try `rustc --explain E0282`. ============== --- {ices => fixed}/97806.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/97806.rs (100%) diff --git a/ices/97806.rs b/fixed/97806.rs similarity index 100% rename from ices/97806.rs rename to fixed/97806.rs