We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851cc4b commit 51f49d8Copy full SHA for 51f49d8
compiler/rustc_codegen_llvm/src/lib.rs
@@ -245,9 +245,6 @@ impl WriteBackendMethods for LlvmCodegenBackend {
245
}
246
247
248
-unsafe impl Send for LlvmCodegenBackend {} // Llvm is on a per-thread basis
249
-unsafe impl Sync for LlvmCodegenBackend {}
250
-
251
impl LlvmCodegenBackend {
252
pub fn new() -> Box<dyn CodegenBackend> {
253
Box::new(LlvmCodegenBackend(()))
0 commit comments