You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== 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`.
==============
0 commit comments