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.
unstable_name_collisions
1 parent 52a27fc commit 3eb4dfaCopy full SHA for 3eb4dfa
1 file changed
libm-test/tests/u256.rs
@@ -2,6 +2,7 @@
2
//! routines, so this only does a few million fuzz iterations against GMP.
3
4
#![cfg(feature = "build-mpfr")]
5
+#![allow(unstable_name_collisions)] // for the integer_widen_truncate feature
6
7
use std::sync::LazyLock;
8
0 commit comments