From 958c241a66d779b83010f8e3499ed5e001e2a8ab Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 2 Oct 2022 04:34:52 +0000 Subject: [PATCH] ices/102219.rs: fixed with no errors === stdout === === stderr === warning: the feature `async_fn_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/102219.rs:2:12 | 2 | #![feature(async_fn_in_trait)] | ^^^^^^^^^^^^^^^^^ | = note: see issue #91611 for more information = note: `#[warn(incomplete_features)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/102219.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/102219.rs (100%) diff --git a/ices/102219.rs b/fixed/102219.rs similarity index 100% rename from ices/102219.rs rename to fixed/102219.rs