diff options
| author | chansuke <chansuke@georepublic.de> | 2020-11-05 12:57:18 +0900 |
|---|---|---|
| committer | chansuke <chansuke@georepublic.de> | 2020-11-05 12:57:18 +0900 |
| commit | f9b139f9c4d0abc95dff1b103db0e0239ef3db8b (patch) | |
| tree | aec926b7a263e21fdf198ca35281a7bd77224e5a | |
| parent | 97d5a1be3fa720af94467eb65de4f80eb1920539 (diff) | |
| download | rust-f9b139f9c4d0abc95dff1b103db0e0239ef3db8b.tar.gz rust-f9b139f9c4d0abc95dff1b103db0e0239ef3db8b.zip | |
Add `mod nan` for test
| -rw-r--r-- | library/core/tests/num/mod.rs | 2 |
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)*})*) => {$($( |
