Skip to content

Commit 8b18f41

Browse files
committed
Derive Debug for DebugInfo
This was useful during testing of `dsymutil` code paths.
1 parent 192c7db commit 8b18f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pub enum SymbolManglingVersion {
214214

215215
impl_stable_hash_via_hash!(SymbolManglingVersion);
216216

217-
#[derive(Clone, Copy, PartialEq, Hash)]
217+
#[derive(Clone, Copy, Debug, PartialEq, Hash)]
218218
pub enum DebugInfo {
219219
None,
220220
Limited,

0 commit comments

Comments
 (0)