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 581bf3c commit 90fe8ccCopy full SHA for 90fe8cc
1 file changed
compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -240,7 +240,7 @@ pub(crate) enum DLLStorageClass {
240
DllExport = 2, // Function to be accessible from DLL.
241
}
242
243
-/// Must match the layout of `UWTableKind`.
+/// Must match the layout of `llvm::UWTableKind`.
244
#[derive(Copy, Clone)]
245
#[repr(C)]
246
pub(crate) enum UWTableKind {
0 commit comments