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
The parser/grammar doesn't seem to support type ascription. I would expect type ascription to be parsed the "same" as "cast expressions", however I am not sure if type ascription would really be an expression.
The parser/grammar doesn't seem to support type ascription. I would expect type ascription to be parsed the "same" as "cast expressions", however I am not sure if type ascription would really be an expression.
Ref: https://rust-lang.github.io/rfcs/0803-type-ascription.html
The text was updated successfully, but these errors were encountered: