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
error: return type should be `!`
--> src/main.rs:9:39
|
9 | let foo: fn(usize) -> usize = |i| i + 1;
| ^
error: argument should be `&PanicInfo`
--> src/main.rs:9:37
|
9 | let foo: fn(usize) -> usize = |i| i + 1;
| ^
The text was updated successfully, but these errors were encountered:
Minimal reproduction:
This produces the error:
The text was updated successfully, but these errors were encountered: