Add Saturating type (based on Wrapping type)

This commit is contained in:
Michael Watzko 2021-08-10 19:22:06 +02:00
parent ae90dcf020
commit 709a6c913e
4 changed files with 821 additions and 0 deletions

View file

@ -308,6 +308,7 @@
#![feature(ptr_internals)]
#![feature(rustc_attrs)]
#![feature(rustc_private)]
#![feature(saturating_int_impl)]
#![feature(slice_concat_ext)]
#![feature(slice_internals)]
#![feature(slice_ptr_get)]