Skip to content

Commit 534a510

Browse files
committed
test: Allow unstable_name_collisions
Avoid a new error about `.widen()`.
1 parent 65c0774 commit 534a510

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • library/compiler-builtins/libm-test/tests

library/compiler-builtins/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)