From aabcae0d5bc9cf81926b44045f7a873e9750a070 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 28 Dec 2020 12:26:59 +0000 Subject: [PATCH] ices/73980.rs: fixed with errors === stdout === === stderr === error: generic parameters may not be used in const operations --> /home/runner/work/glacier/glacier/ices/73980.rs:8:21 | 8 | impl X::S]> {} | ^ cannot perform const operation using `T` | = note: type parameters may not be used in const expressions = help: use `#![feature(const_generics)]` and `#![feature(const_evaluatable_checked)]` to allow generic const expressions error: aborting due to previous error ============== --- {ices => fixed}/73980.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/73980.rs (100%) diff --git a/ices/73980.rs b/fixed/73980.rs similarity index 100% rename from ices/73980.rs rename to fixed/73980.rs