From 2f4884527bfbaaba6a2449e59a0aba54c6da9fd0 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 28 Dec 2020 12:27:19 +0000 Subject: [PATCH] ices/80077.rs: fixed with errors === stdout === === stderr === error: expected identifier, found keyword `use` --> /home/runner/work/glacier/glacier/ices/80077.rs:5:5 | 5 | use std::intrinsics::assume; | ^^^ expected identifier, found keyword error: expected one of `(`, `,`, `::`, or `=`, found `std` --> /home/runner/work/glacier/glacier/ices/80077.rs:5:9 | 5 | use std::intrinsics::assume; | ^^^ expected one of `(`, `,`, `::`, or `=` error: generic parameters may not be used in const operations --> /home/runner/work/glacier/glacier/ices/80077.rs:13:44 | 13 | impl Bar where [(); foo(N)]: { | ^ cannot perform const operation using `N` | = help: const parameters may only be used as standalone arguments, i.e. `N` = help: use `#![feature(const_generics)]` and `#![feature(const_evaluatable_checked)]` to allow generic const expressions error: aborting due to 3 previous errors ============== --- {ices => fixed}/80077.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/80077.rs (100%) diff --git a/ices/80077.rs b/fixed/80077.rs similarity index 100% rename from ices/80077.rs rename to fixed/80077.rs