Skip to content

Commit 3eb4dfa

Browse files
committed
test: Allow unstable_name_collisions
Avoid a new error about `.widen()`.
1 parent 52a27fc commit 3eb4dfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libm-test/tests/u256.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//! routines, so this only does a few million fuzz iterations against GMP.
33
44
#![cfg(feature = "build-mpfr")]
5+
#![allow(unstable_name_collisions)] // for the integer_widen_truncate feature
56

67
use std::sync::LazyLock;
78

0 commit comments

Comments
 (0)