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 9ea83f9 commit 3c0ff12Copy full SHA for 3c0ff12
src/librustc_codegen_llvm/llvm/ffi.rs
@@ -569,7 +569,7 @@ pub mod debuginfo {
569
bitflags! {
570
#[repr(transparent)]
571
#[derive(Default)]
572
- pub struct DIFlags: ::libc::uint32_t {
+ pub struct DIFlags: u32 {
573
const FlagZero = 0;
574
const FlagPrivate = 1;
575
const FlagProtected = 2;
@@ -598,7 +598,7 @@ pub mod debuginfo {
598
599
600
601
- pub struct DISPFlags: ::libc::uint32_t {
+ pub struct DISPFlags: u32 {
602
const SPFlagZero = 0;
603
const SPFlagVirtual = 1;
604
const SPFlagPureVirtual = 2;
0 commit comments