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;
| ^
pepyakin, LooMaclin, jplatte and andresilvahanna-kruppe and goffrieberkus