We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eab3c4 commit 3636530Copy full SHA for 3636530
library/core/tests/num/dec2flt/mod.rs
@@ -5,6 +5,7 @@ mod decimal_seq;
5
mod float;
6
mod lemire;
7
mod parse;
8
+mod slow;
9
10
// Take a float literal, turn it into a string in various ways (that are all trusted
11
// to be correct) and see if those strings are parsed back to the value of the literal.
0 commit comments