1
Fork 0

Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviper

Stabilize `round_ties_even`

Closes  #96710

`@rustbot` label -T-libs T-libs-api
This commit is contained in:
Matthias Krüger 2024-01-20 09:37:29 +01:00 committed by GitHub
commit 862d3fe769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 2 additions and 9 deletions

View file

@ -337,7 +337,6 @@
#![feature(prelude_2024)]
#![feature(ptr_as_uninit)]
#![feature(raw_os_nonzero)]
#![feature(round_ties_even)]
#![feature(slice_internals)]
#![feature(slice_ptr_get)]
#![feature(slice_range)]