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

Commit 2e74d1a

Browse files
committed
ices/98897.rs: fixed with errors
=== stdout === === stderr === warning: unreachable expression --> /home/runner/work/glacier/glacier/ices/98897.rs:2:27 | 2 | (|_, ()| ())([return, ()]); | ------ ^^ unreachable expression | | | any code following this expression is unreachable | = note: `#[warn(unreachable_code)]` on by default error[E0057]: this function takes 2 arguments but 1 argument was supplied --> /home/runner/work/glacier/glacier/ices/98897.rs:2:5 | 2 | (|_, ()| ())([return, ()]); | ^^^^^^^^^^^^-------------- an argument of type `()` is missing | note: closure defined here --> /home/runner/work/glacier/glacier/ices/98897.rs:2:6 | 2 | (|_, ()| ())([return, ()]); | ^^^^^^^ help: provide the argument | 2 | (|_, ()| ())([return, ()], ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0057`. ==============
1 parent b96dae6 commit 2e74d1a

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)