about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorOrson Peters <orsonpeters@gmail.com>2021-09-07 18:46:49 +0200
committerUrgau <urgau@numericable.fr>2022-08-15 12:32:53 +0200
commit04681898f09dad23b2d282a541e1a3b181bed33e (patch)
tree0f119d948a262c6aeb7718cb25ab7b34284c9532 /library/std/src/lib.rs
parent6ce76091c7cef21692a15dce1f0a4c415d245be4 (diff)
downloadrust-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.rs1
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)]