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:
The following
produces a parse error, because the parser expects type parameters after
i32
, like in1 as i32<T>
. Is this intentional? Looks like there are no tests for this behavior:1 as i32 <= 1
and1 as i32 > 1
are parsed successfully.1 as i32 << 1
also fails.`
The text was updated successfully, but these errors were encountered: