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
1604: Fix failing type interference for floating point literal r=matklad a=theotherphil
Fixes#1592
Co-authored-by: Phil Ellison <phil.j.ellison@gmail.com>
In the following snippet:
x
is infered toi32
. It looks like lexer parsed 42f64 as int literal.Related: #5
The text was updated successfully, but these errors were encountered: