about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-12-02 18:16:08 +0100
committerRalf Jung <post@ralfj.de>2022-12-02 18:16:08 +0100
commitb64d8670e4c512c29e6a58c73c0aba65f00bb800 (patch)
tree8ab5152a8172f85f987a6e84fa1e088e7d67339a /compiler/rustc_codegen_llvm/src/llvm/ffi.rs
parent80ab672b8611d34bf811d4498b9b9d116a085e7c (diff)
parentcef44f53034eac46be3a0e3eec7b2b3d4ef5140b (diff)
downloadrust-b64d8670e4c512c29e6a58c73c0aba65f00bb800.tar.gz
rust-b64d8670e4c512c29e6a58c73c0aba65f00bb800.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/ffi.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
index f4519849730..c14e1656291 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -35,7 +35,7 @@ pub enum LLVMRustResult {
 pub struct LLVMRustCOFFShortExport {
     pub name: *const c_char,
     pub ordinal_present: bool,
-    // value of `ordinal` only important when `ordinal_present` is true
+    /// value of `ordinal` only important when `ordinal_present` is true
     pub ordinal: u16,
 }