From f3571653daeb3f61b5f5e7e1356d15a27ff34499 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 7 Feb 2022 12:04:54 +0000 Subject: [PATCH] ices/93647-1.sh: fixed with errors === stdout === error[E0308]: mismatched types --> :4:5 | 4 | async move {} | ^^^^^^^^^^^^^ expected `usize`, found opaque type | = note: expected type `usize` found opaque type `impl Future` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. === stderr === ============== --- {ices => fixed}/93647-1.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/93647-1.sh (100%) diff --git a/ices/93647-1.sh b/fixed/93647-1.sh similarity index 100% rename from ices/93647-1.sh rename to fixed/93647-1.sh