From 6ee96e3b7b04a8a2631909ae2f021be19e6a1fef Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 28 Oct 2020 12:24:13 +0000 Subject: [PATCH] ices/75962.sh: fixed with no errors === stdout === === stderr === /home/runner/work/glacier/glacier/ices/75962.sh: line 3: impl: command not found warning: the feature `impl_trait_in_bindings` is incomplete and may not be safe to use and/or cause compiler crashes --> :3:12 | 3 | #![feature(impl_trait_in_bindings)] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #63065 for more information warning: function is never used: `foo` --> :29:8 | 29 | fn foo>() { | ^^^ | = note: `#[warn(dead_code)]` on by default warning: 2 warnings emitted ============== --- {ices => fixed}/75962.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/75962.sh (100%) diff --git a/ices/75962.sh b/fixed/75962.sh similarity index 100% rename from ices/75962.sh rename to fixed/75962.sh