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