Tracking issue for the convert::FloatToInt
trait
#67057
Labels
A-floating-point
Area: Floating point numbers and arithmetic
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Tracked
Libs issues that are tracked on the team's project board.
S-tracking-perma-unstable
Status: The feature will stay unstable indefinitely.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
PR #66841 adds this supporting trait for the
{f32,f64}::approx_unchecked_to
method (tracking issue: #67058) to thecore::convert
andstd::convert
modules:The name and location (and usage of the sealed-trait pattern) are chosen to allow later adding additional methods with different conversion semantics between those types, as proposed in https://internals.rust-lang.org/t/pre-rfc-add-explicitly-named-numeric-conversion-apis/11395
The text was updated successfully, but these errors were encountered: