Generate better debuginfo for directly tagged enums
This commit is contained in:
parent
1e13a9bb33
commit
f353cbf1a1
5 changed files with 52 additions and 22 deletions
|
@ -2038,7 +2038,7 @@ extern "C" {
|
|||
|
||||
pub fn LLVMRustDIBuilderCreateUnionType(
|
||||
Builder: &DIBuilder<'a>,
|
||||
Scope: &'a DIScope,
|
||||
Scope: Option<&'a DIScope>,
|
||||
Name: *const c_char,
|
||||
NameLen: size_t,
|
||||
File: &'a DIFile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue