1
Fork 0

add DynSend / DynSync for CopyTaggedPtr

This commit is contained in:
SparrowLii 2023-05-06 10:23:51 +08:00
parent bffccddac3
commit d7e3e5bede
3 changed files with 11 additions and 7 deletions

View file

@ -52,8 +52,9 @@ use rustc_data_structures::fingerprint::Fingerprint;
use rustc_data_structures::fx::{FxHashMap, FxIndexMap, FxIndexSet};
use rustc_data_structures::steal::Steal;
use rustc_data_structures::svh::Svh;
use rustc_data_structures::sync::AtomicU64;use rustc_data_structures::sync::WorkerLocal;
use rustc_data_structures::sync::{self, Lrc};
use rustc_data_structures::sync::AtomicU64;
use rustc_data_structures::sync::Lrc;
use rustc_data_structures::sync::WorkerLocal;
use rustc_data_structures::unord::UnordSet;
use rustc_errors::ErrorGuaranteed;
use rustc_hir as hir;