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
When unused the compiler issues the standard unused code warning.
As far as I can tell, there is no way to actually use the function without annotating the types for everything (foo::<&str, uint>(5u)) because otherwise the compiler can't infer the type of the function.