Add functions to add unsigned and signed integers
This commit is contained in:
parent
ed937594d3
commit
fe11483afa
5 changed files with 112 additions and 15 deletions
|
@ -333,6 +333,7 @@
|
|||
#![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