Skip to content

Commit 63daa11

Browse files
committed
Auto merge of #120157 - matthiaskrgr:rollup-f0p3wkk, r=matthiaskrgr
Rollup of 10 pull requests Successful merges: - #103730 (Added NonZeroXxx::from_mut(_unchecked)?) - #113142 (optimize EscapeAscii's Display and CStr's Debug) - #118799 (Stabilize single-field offset_of) - #119613 (Expose Obligations created during type inference.) - #119752 (Avoid ICEs in trait names without `dyn`) - #120132 (Teach tidy about line/col information for malformed features) - #120135 (SMIR: Make the remaining "private" fields actually private) - #120148 (`single_use_lifetimes`: Don't suggest deleting lifetimes with bounds) - #120150 (Stabilize `round_ties_even`) - #120155 (Don't use `ReErased` to detect type test promotion failed) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 02804e0 + 9b729e1 commit 63daa11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

-1
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

-1
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)