diff options
| author | Orson Peters <orsonpeters@gmail.com> | 2021-09-07 18:46:49 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2022-08-15 12:32:53 +0200 |
| commit | 04681898f09dad23b2d282a541e1a3b181bed33e (patch) | |
| tree | 0f119d948a262c6aeb7718cb25ab7b34284c9532 /library/std/src/lib.rs | |
| parent | 6ce76091c7cef21692a15dce1f0a4c415d245be4 (diff) | |
| download | rust-04681898f09dad23b2d282a541e1a3b181bed33e.tar.gz rust-04681898f09dad23b2d282a541e1a3b181bed33e.zip | |
Added next_up and next_down for f32/f64.
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 475a1d9fd99..e0473f746e5 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -273,6 +273,7 @@ #![feature(exclusive_wrapper)] #![feature(extend_one)] #![feature(float_minimum_maximum)] +#![feature(float_next_up_down)] #![feature(hasher_prefixfree_extras)] #![feature(hashmap_internals)] #![feature(int_error_internals)] |
