From 0d05464211ecc74478633c90a99d46ec5b25875d Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 17 Oct 2019 12:09:33 +0000 Subject: [PATCH] ices/65159.rs: fixed with errors === stdout === === stderr === error[E0670]: `async fn` is not permitted in the 2015 edition --> /home/runner/work/glacier/glacier/ices/65159.rs:1:1 | 1 | async fn copy() -> Result<()> | ^^^^^ error[E0107]: wrong number of type arguments: expected 2, found 1 --> /home/runner/work/glacier/glacier/ices/65159.rs:1:20 | 1 | async fn copy() -> Result<()> | ^^^^^^^^^^ expected 2 type arguments error: aborting due to 2 previous errors Some errors have detailed explanations: E0107, E0670. For more information about an error, try `rustc --explain E0107`. ============== --- {ices => fixed}/65159.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/65159.rs (100%) diff --git a/ices/65159.rs b/fixed/65159.rs similarity index 100% rename from ices/65159.rs rename to fixed/65159.rs