about summary refs log tree commit diff
diff options
context:
space:
mode:
authorchansuke <chansuke@georepublic.de>2020-11-05 12:57:18 +0900
committerchansuke <chansuke@georepublic.de>2020-11-05 12:57:18 +0900
commitf9b139f9c4d0abc95dff1b103db0e0239ef3db8b (patch)
treeaec926b7a263e21fdf198ca35281a7bd77224e5a
parent97d5a1be3fa720af94467eb65de4f80eb1920539 (diff)
downloadrust-f9b139f9c4d0abc95dff1b103db0e0239ef3db8b.tar.gz
rust-f9b139f9c4d0abc95dff1b103db0e0239ef3db8b.zip
Add `mod nan` for test
-rw-r--r--library/core/tests/num/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/core/tests/num/mod.rs b/library/core/tests/num/mod.rs
index 378c8af344b..190528fd445 100644
--- a/library/core/tests/num/mod.rs
+++ b/library/core/tests/num/mod.rs
@@ -27,6 +27,8 @@ mod bignum;
 mod dec2flt;
 mod flt2dec;
 
+mod nan;
+
 /// Adds the attribute to all items in the block.
 macro_rules! cfg_block {
     ($(#[$attr:meta]{$($it:item)*})*) => {$($(