about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2021-02-21 14:25:21 -0800
committerCamelid <camelidcamel@gmail.com>2021-03-05 18:08:01 -0800
commitc4bb66c2842cdd433ad6dbe1168726ff1ca148d3 (patch)
treed11934421449ce94ca10d9e0f143729a359a3f90 /compiler/rustc_codegen_llvm/src
parent9763eb87a3a389b90c6540f56194d2f7f78d62be (diff)
downloadrust-c4bb66c2842cdd433ad6dbe1168726ff1ca148d3.tar.gz
rust-c4bb66c2842cdd433ad6dbe1168726ff1ca148d3.zip
rustdoc: Replace `Arc` around `SharedContext` with `Rc`
It doesn't look like it's shared across threads, so it doesn't need to
be thread-safe. Of course, since we're using Rust, we'll get an error if
we try to share it across threads, so this should be safe :)
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions