Skip to content

Commit 90fe8cc

Browse files
committed
Adjust UWTableKind comment ref to llvm type
1 parent 581bf3c commit 90fe8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compiler/rustc_codegen_llvm/src/llvm

compiler/rustc_codegen_llvm/src/llvm/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ pub(crate) enum DLLStorageClass {
240240
DllExport = 2, // Function to be accessible from DLL.
241241
}
242242

243-
/// Must match the layout of `UWTableKind`.
243+
/// Must match the layout of `llvm::UWTableKind`.
244244
#[derive(Copy, Clone)]
245245
#[repr(C)]
246246
pub(crate) enum UWTableKind {

0 commit comments

Comments
 (0)