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
produces a parse error, because the parser expects type parameters after i32, like in 1 as i32<T>. Is this intentional? Looks like there are no tests for this behavior: