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
Here the compiler produces the correct result for the literal value but the runtime parsing function produces a different, incorrect result. The difference is tiny, but of course it is enough to cause problems :)
For the record, here is the output of rustc --version --verbose on my system:
In at least one case (and presumably more),
FromStr::from_str()
produces a result that is off by one ulp.Example:
Here the compiler produces the correct result for the literal value but the runtime parsing function produces a different, incorrect result. The difference is tiny, but of course it is enough to cause problems :)
For the record, here is the output of
rustc --version --verbose
on my system:The text was updated successfully, but these errors were encountered: