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.
1 parent 4a4cbf8 commit e6c060bCopy full SHA for e6c060b
library/core/benches/num/int_log/mod.rs
@@ -1,3 +1,4 @@
1
+#![cfg(all(not(target_arch = "bpf"), not(target_arch = "sbf")))]
2
use rand::Rng;
3
use test::{black_box, Bencher};
4
library/core/tests/array.rs
@@ -1,3 +1,5 @@
+
use core::num::NonZero;
use core::sync::atomic::{AtomicUsize, Ordering};
5
use core::{array, assert_eq};
library/core/tests/future.rs
use std::future::{join, Future};
use std::pin::Pin;
use std::sync::Arc;
0 commit comments