trans: Use fmt::Debug for debugging instead of ad-hoc methods.

This commit is contained in:
Eduard Burtescu 2016-02-18 19:49:45 +02:00
parent abb1515c53
commit b47fcb8375
29 changed files with 280 additions and 392 deletions

View file

@ -133,6 +133,7 @@ pub enum DLLStorageClassTypes {
}
bitflags! {
#[derive(Debug)]
flags Attribute : u64 {
const ZExt = 1 << 0,
const SExt = 1 << 1,