diff options
| author | Tobias Rapp <t.rapp@noa-archive.com> | 2020-05-04 17:32:27 +0200 |
|---|---|---|
| committer | Tobias Rapp <t.rapp@noa-archive.com> | 2020-05-04 17:32:27 +0200 |
| commit | f99344ace44abc91f76df276625e048f1e8a9536 (patch) | |
| tree | ab122be879fc6d9f4e93b1719f0b080744e4aa43 /src/libcore/tests | |
| parent | ff4df04799c406c8149a041c3163321758aac924 (diff) | |
| download | rust-f99344ace44abc91f76df276625e048f1e8a9536.tar.gz rust-f99344ace44abc91f76df276625e048f1e8a9536.zip | |
Stabilize saturating_abs and saturating_neg
Stabilizes the following signed integer functions with saturation mechanics: * saturating_abs() * saturating_neg() Closes #59983
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index e7d36d327cd..6a297f0dc03 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -17,7 +17,6 @@ #![feature(pattern)] #![feature(range_is_empty)] #![feature(raw)] -#![feature(saturating_neg)] #![feature(sort_internals)] #![feature(slice_partition_at_index)] #![feature(specialization)] |
