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
Support for generic function params was added in #710 but it doesn't yet allow generic params to be returned from functions. E.g. we can not yet do this:
structFoo{
fn bar<T>(self,val:T) -> T{returnT}}
The text was updated successfully, but these errors were encountered:
What is wrong?
Support for generic function params was added in #710 but it doesn't yet allow generic params to be returned from functions. E.g. we can not yet do this:
The text was updated successfully, but these errors were encountered: