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
This lint warns of misleading floating-point literals.
In the example, a has type i32 because floating-point literals must start with a decimal literal.
Instead of suffixes, we should use type ascriptions.