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 65c0774 commit 534a510Copy full SHA for 534a510
1 file changed
library/compiler-builtins/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