Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit d306183

Browse files
committed
ices/67684.sh: fixed with no errors
=== stdout === === stderr === warning: anonymous parameters are deprecated and will be removed in the next edition --> <anon>: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 <rust-lang/rust#41686> warning: anonymous parameters are deprecated and will be removed in the next edition --> <anon>: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 <rust-lang/rust#41686> warning: function is never used: `expr` --> <anon>:26:4 | 26 | fn expr<A>() -> impl Parser | ^^^^ | = note: `#[warn(dead_code)]` on by default warning: function is never used: `parse_mode_impl` --> <anon>:32:4 | 32 | fn parse_mode_impl<A>() | ^^^^^^^^^^^^^^^ warning: 4 warnings emitted ==============
1 parent 6f5c053 commit d306183

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)