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.
AtomicU64
1 parent e8fc30e commit b49ca02Copy full SHA for b49ca02
compiler/rustc_data_structures/src/profiling.rs
@@ -88,7 +88,7 @@ use std::fmt::Display;
88
use std::intrinsics::unlikely;
89
use std::path::Path;
90
use std::sync::Arc;
91
-use std::sync::atomic::{AtomicU64, Ordering};
+use std::sync::atomic::Ordering;
92
use std::time::{Duration, Instant};
93
use std::{fs, process};
94
@@ -100,6 +100,7 @@ use tracing::warn;
100
101
use crate::fx::FxHashMap;
102
use crate::outline;
103
+use crate::sync::AtomicU64;
104
105
bitflags::bitflags! {
106
#[derive(Clone, Copy)]
0 commit comments