From 5fd8cf1592c42355e99e5c9967aef2b702407c0e Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 5 Oct 2021 12:07:32 +0000 Subject: [PATCH] ices/87771.rs: fixed with errors === stdout === === stderr === error[E0308]: mismatched types --> /home/runner/work/glacier/glacier/ices/87771.rs:3:17 | 3 | arr[0][0] = arr[0][0] = true; | ^^^^^^^^^^^^^^^^ expected `bool`, found `()` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. ============== --- {ices => fixed}/87771.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/87771.rs (100%) diff --git a/ices/87771.rs b/fixed/87771.rs similarity index 100% rename from ices/87771.rs rename to fixed/87771.rs