1
Fork 0

Bump version placeholders

This commit is contained in:
Mark Rousskov 2024-02-03 16:37:58 -05:00
parent af88f7db51
commit 8043821b3a
17 changed files with 47 additions and 47 deletions

View file

@ -114,7 +114,7 @@ impl f64 {
/// ```
#[rustc_allow_incoherent_impl]
#[must_use = "method returns a new number and does not mutate the original value"]
#[stable(feature = "round_ties_even", since = "CURRENT_RUSTC_VERSION")]
#[stable(feature = "round_ties_even", since = "1.77.0")]
#[inline]
pub fn round_ties_even(self) -> f64 {
unsafe { intrinsics::rintf64(self) }