about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorJules Bertholet <julesbertholet@quoi.xyz>2024-01-19 18:02:05 -0500
committerJules Bertholet <julesbertholet@quoi.xyz>2024-01-19 18:05:53 -0500
commitb72af9fe9b01002fd0e352cd7e98ab811a014452 (patch)
treeee55aa6e016c04868aa3ed33b4cb3ad46e976779 /src/tools
parent88189a71e4e4376eea82ac61db6a539612eb200a (diff)
downloadrust-b72af9fe9b01002fd0e352cd7e98ab811a014452.tar.gz
rust-b72af9fe9b01002fd0e352cd7e98ab811a014452.zip
Stabilize `round_ties_even`
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/miri/src/lib.rs1
-rw-r--r--src/tools/miri/tests/pass/float.rs1
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)]