Derive Debug
for DebugInfo
This was useful during testing of `dsymutil` code paths.
This commit is contained in:
parent
192c7dbb6d
commit
8b18f41b98
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue