From 3cb873b7a34aaa2582252529d958275f6725b301 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 20 Nov 2020 12:17:18 +0000 Subject: [PATCH] ices/69487.rs: fixed with errors === stdout === === stderr === warning: the feature `const_trait_impl` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/69487.rs:1:12 | 1 | #![feature(const_trait_impl)] | ^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #67792 for more information error: A function with the "rust-call" ABI must take a single non-self argument that is a tuple --> /home/runner/work/glacier/glacier/ices/69487.rs:10:5 | 10 | extern "rust-call" fn call_once(self, arg: &usize) -> Self::Output { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error; 1 warning emitted ============== --- {ices => fixed}/69487.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/69487.rs (100%) diff --git a/ices/69487.rs b/fixed/69487.rs similarity index 100% rename from ices/69487.rs rename to fixed/69487.rs