Skip to content

Commit bc156cc

Browse files
committed
test without i_to_f
1 parent 0a58245 commit bc156cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testcrate/tests/conv.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use testcrate::*;
22

3+
/*
34
macro_rules! i_to_f {
45
($($from:ty, $into:ty, $fn:ident);*;) => {
56
$(
@@ -66,6 +67,7 @@ fn int_to_float() {
6667
i128, f64, __floattidf;
6768
);
6869
}
70+
*/
6971

7072
macro_rules! f_to_i {
7173
($x:ident, $($f:ty, $fn:ident);*;) => {

0 commit comments

Comments
 (0)