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
In the following function, -1 is silently converted to std::u32::max_value, which makes it hard to figure out why the expression -1 < x is false without looking up the type of x.