diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-06-28 15:30:07 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-28 15:30:07 +0530 |
| commit | e5b82de04c8925411a91110c1e67e68052e183dd (patch) | |
| tree | 792a17d14ef2c5f38f35b37218d9bfde196fdc22 /compiler/rustc_codegen_llvm/src/common.rs | |
| parent | f181ae99464f94fc1d641fa652dec06af0547ceb (diff) | |
| parent | 6400736142172ea0cd64e742bf43cd119e24f02a (diff) | |
| download | rust-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
