From e63970aa3fe4fc22a16d9a4c1558a2e1593ee613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:25:49 +0900 Subject: [PATCH] ices/82792.rs: fixed with no errors (#697) === stdout === === stderr === warning: the feature `const_generics_defaults` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/82792.rs:2:12 | 2 | #![feature(const_generics_defaults)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 for more information warning: 1 warning emitted ============== Co-authored-by: rustbot --- {ices => fixed}/82792.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/82792.rs (100%) diff --git a/ices/82792.rs b/fixed/82792.rs similarity index 100% rename from ices/82792.rs rename to fixed/82792.rs