diff options
| author | Jules Bertholet <julesbertholet@quoi.xyz> | 2024-01-19 18:02:05 -0500 |
|---|---|---|
| committer | Jules Bertholet <julesbertholet@quoi.xyz> | 2024-01-19 18:05:53 -0500 |
| commit | b72af9fe9b01002fd0e352cd7e98ab811a014452 (patch) | |
| tree | ee55aa6e016c04868aa3ed33b4cb3ad46e976779 /src | |
| parent | 88189a71e4e4376eea82ac61db6a539612eb200a (diff) | |
| download | rust-b72af9fe9b01002fd0e352cd7e98ab811a014452.tar.gz rust-b72af9fe9b01002fd0e352cd7e98ab811a014452.zip | |
Stabilize `round_ties_even`
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/miri/src/lib.rs | 1 | ||||
| -rw-r--r-- | src/tools/miri/tests/pass/float.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/miri/src/lib.rs b/src/tools/miri/src/lib.rs index cacd02bbfae..80a47c85269 100644 --- a/src/tools/miri/src/lib.rs +++ b/src/tools/miri/src/lib.rs @@ -8,7 +8,6 @@ #![feature(variant_count)] #![feature(yeet_expr)] #![feature(nonzero_ops)] -#![feature(round_ties_even)] #![feature(let_chains)] #![feature(lint_reasons)] #![feature(int_roundings)] diff --git a/src/tools/miri/tests/pass/float.rs b/src/tools/miri/tests/pass/float.rs index 5f2d4489f4a..1bb44d56bf6 100644 --- a/src/tools/miri/tests/pass/float.rs +++ b/src/tools/miri/tests/pass/float.rs @@ -1,5 +1,4 @@ #![feature(stmt_expr_attributes)] -#![feature(round_ties_even)] #![feature(float_gamma)] #![allow(arithmetic_overflow)] |
