Skip to content

Commit a5acdfa

Browse files
authored
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
2 parents cf5bc5b + 2c9992c commit a5acdfa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#![feature(variant_count)]
99
#![feature(yeet_expr)]
1010
#![feature(nonzero_ops)]
11-
#![feature(round_ties_even)]
1211
#![feature(let_chains)]
1312
#![feature(lint_reasons)]
1413
#![feature(int_roundings)]

tests/pass/float.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![feature(stmt_expr_attributes)]
2-
#![feature(round_ties_even)]
32
#![feature(float_gamma)]
43
#![allow(arithmetic_overflow)]
54

0 commit comments

Comments
 (0)