Add methods to add/sub uX
to/from iX
This commit is contained in:
parent
b5dd5227ee
commit
9faf621355
4 changed files with 204 additions and 14 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue