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
Compiling playground v0.0.1 (file:///playground)
error[E0061]: this function takes 1 parameter but 0 parameters were supplied
--> src/main.rs:18:13
|
18 | closure.call_once();
| ^^^^^^^^^
|
help: expected the unit value `()`. You can create one with a pair of parenthesis
|
18 | closure.call_onc()e();
|