Derive Debug
for DebugInfo
This was useful during testing of `dsymutil` code paths.
This commit is contained in:
parent
192c7dbb6d
commit
8b18f41b98
@ -214,7 +214,7 @@ pub enum SymbolManglingVersion {
|
||||
|
||||
impl_stable_hash_via_hash!(SymbolManglingVersion);
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Hash)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Hash)]
|
||||
pub enum DebugInfo {
|
||||
None,
|
||||
Limited,
|
||||
|
Loading…
x
Reference in New Issue
Block a user