We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858669f commit 0d5e03dCopy full SHA for 0d5e03d
library/std/src/f128/tests.rs
@@ -1,6 +1,7 @@
1
#![cfg(not(bootstrap))]
2
// FIXME(f16_f128): only tested on platforms that have symbols and aren't buggy
3
#![cfg(reliable_f128)]
4
+#![allow(unused)] // todo: remove
5
6
use crate::f128::consts;
7
use crate::num::FpCategory as Fp;
0 commit comments