We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf8fe7 commit 006f173Copy full SHA for 006f173
tests/floattidf.rs
@@ -4,5 +4,6 @@
4
not(any(target_env = "gnu", target_env = "musl")),
5
target_os = "linux",
6
test), no_std)]
7
+#![cfg(not(target_arch = "mips"))] // FIXME(#168)
8
9
include!(concat!(env!("OUT_DIR"), "/floattidf.rs"));
0 commit comments