trans: Use fmt::Debug for debugging instead of ad-hoc methods.
This commit is contained in:
parent
abb1515c53
commit
b47fcb8375
29 changed files with 280 additions and 392 deletions
|
@ -133,6 +133,7 @@ pub enum DLLStorageClassTypes {
|
|||
}
|
||||
|
||||
bitflags! {
|
||||
#[derive(Debug)]
|
||||
flags Attribute : u64 {
|
||||
const ZExt = 1 << 0,
|
||||
const SExt = 1 << 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue