From f9b139f9c4d0abc95dff1b103db0e0239ef3db8b Mon Sep 17 00:00:00 2001 From: chansuke Date: Thu, 5 Nov 2020 12:57:18 +0900 Subject: [PATCH] Add `mod nan` for test --- library/core/tests/num/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/core/tests/num/mod.rs b/library/core/tests/num/mod.rs index 378c8af344b59..190528fd445bf 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)*})*) => {$($(