about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2022-06-27 15:49:59 -0700
committerJosh Stone <jistone@redhat.com>2022-06-27 15:49:59 -0700
commit6400736142172ea0cd64e742bf43cd119e24f02a (patch)
tree905243dae1b32bcf4c3e20e35066e0c52ae66967 /compiler/rustc_codegen_llvm/src
parent2f3ddd9f594adf9773547aa7cedb43c4ac8ffd2f (diff)
downloadrust-6400736142172ea0cd64e742bf43cd119e24f02a.tar.gz
rust-6400736142172ea0cd64e742bf43cd119e24f02a.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions