We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71c375 commit 404089fCopy full SHA for 404089f
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