Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplett

Stabilize `#![feature(mixed_integer_ops)]`

Tracked and FCP completed in #87840.

````@rustbot```` label +T-libs-api +S-waiting-on-review +relnotes

r? rust-lang/t-libs-api
This commit is contained in:
Matthias Krüger
2022-09-27 21:42:21 +02:00
committed by GitHub
4 changed files with 24 additions and 38 deletions

View File

@@ -294,7 +294,6 @@
#![feature(is_some_with)]
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_write_slice)]
#![feature(mixed_integer_ops)]
#![feature(nonnull_slice_from_raw_parts)]
#![feature(panic_can_unwind)]
#![feature(panic_info_message)]