1
Fork 0

Add methods to add/sub uX to/from iX

This commit is contained in:
Benoît du Garreau 2021-08-07 12:11:59 +02:00
parent b5dd5227ee
commit 9faf621355
4 changed files with 204 additions and 14 deletions

View file

@ -297,6 +297,7 @@
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_uninit_array)]
#![feature(min_specialization)]
#![feature(mixed_integer_ops)]
#![cfg_attr(not(bootstrap), feature(must_not_suspend))]
#![feature(needs_panic_runtime)]
#![feature(negative_impls)]
@ -333,7 +334,6 @@
#![feature(try_blocks)]
#![feature(try_reserve)]
#![feature(try_reserve_kind)]
#![feature(uint_add_signed)]
#![feature(unboxed_closures)]
#![feature(unwrap_infallible)]
#![feature(vec_into_raw_parts)]