about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/common.rs
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-06-28 15:30:07 +0530
committerGitHub <noreply@github.com>2022-06-28 15:30:07 +0530
commite5b82de04c8925411a91110c1e67e68052e183dd (patch)
tree792a17d14ef2c5f38f35b37218d9bfde196fdc22 /compiler/rustc_codegen_llvm/src/common.rs
parentf181ae99464f94fc1d641fa652dec06af0547ceb (diff)
parent6400736142172ea0cd64e742bf43cd119e24f02a (diff)
downloadrust-e5b82de04c8925411a91110c1e67e68052e183dd.tar.gz
rust-e5b82de04c8925411a91110c1e67e68052e183dd.zip
Rollup merge of #98595 - cuviper:send-sync-thinbox, r=m-ou-se
Implement `Send` and `Sync` for `ThinBox<T>`

Just like `Box<T>`, `ThinBox<T>` owns its data on the heap, so it should
implement `Send` and `Sync` when `T` does.

This extends tracking issue #92791.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/common.rs')
0 files changed, 0 insertions, 0 deletions