1
Fork 0

compiler/rustc_data_structures/src/sync.rs: delete Sync and Send

This commit is contained in:
Askar Safin 2025-02-11 09:15:54 +03:00
parent 4a2c7f48b5
commit d79f9ca257
2 changed files with 5 additions and 11 deletions

View file

@ -97,7 +97,6 @@ mod mode {
// FIXME(parallel_compiler): Get rid of these aliases across the compiler.
pub use std::marker::{Send, Sync};
pub use std::sync::OnceLock;
// Use portable AtomicU64 for targets without native 64-bit atomics
#[cfg(target_has_atomic = "64")]