From d306183b534ae83784b692a192e669ae64c305d9 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 4 Dec 2021 12:06:38 +0000 Subject: [PATCH] ices/67684.sh: fixed with no errors === stdout === === stderr === warning: anonymous parameters are deprecated and will be removed in the next edition --> :16:19 | 16 | fn parse_mode(&Self, Self::PartialState) {} | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` | = note: `#[warn(anonymous_parameters)]` on by default = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! = note: for more information, see issue #41686 warning: anonymous parameters are deprecated and will be removed in the next edition --> :16:26 | 16 | fn parse_mode(&Self, Self::PartialState) {} | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::PartialState` | = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! = note: for more information, see issue #41686 warning: function is never used: `expr` --> :26:4 | 26 | fn expr() -> impl Parser | ^^^^ | = note: `#[warn(dead_code)]` on by default warning: function is never used: `parse_mode_impl` --> :32:4 | 32 | fn parse_mode_impl() | ^^^^^^^^^^^^^^^ warning: 4 warnings emitted ============== --- {ices => fixed}/67684.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/67684.sh (100%) diff --git a/ices/67684.sh b/fixed/67684.sh similarity index 100% rename from ices/67684.sh rename to fixed/67684.sh