diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-03-03 01:09:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-03 01:09:15 +0100 |
| commit | 878a4ff90e5987027f8ce3d350faaad02e0c83c9 (patch) | |
| tree | 58c9e240fbbb366d99880f74d49ab390c79285fb /compiler/rustc_codegen_llvm/src | |
| parent | 3e6abf0c35da7e6906033ba6020af45f0dcab28d (diff) | |
| parent | 6f0eb2a4e17a952302f4ee8e0a2cc7c43d71d766 (diff) | |
| download | rust-878a4ff90e5987027f8ce3d350faaad02e0c83c9.tar.gz rust-878a4ff90e5987027f8ce3d350faaad02e0c83c9.zip | |
Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebank
Unused doc comments blocks Fixes #77030.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm/ffi.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs index 4a8894983b9..6e9e0332faf 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -576,12 +576,12 @@ pub enum PassKind { Module, } -/// LLVMRustThinLTOData +// LLVMRustThinLTOData extern "C" { pub type ThinLTOData; } -/// LLVMRustThinLTOBuffer +// LLVMRustThinLTOBuffer extern "C" { pub type ThinLTOBuffer; } |
