compiler/rustc_data_structures/src/sync.rs: delete Sync and Send
This commit is contained in:
parent
4a2c7f48b5
commit
d79f9ca257
2 changed files with 5 additions and 11 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue