Skip to content

Commit

Permalink
Derive Debug for CrateInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 10, 2019
1 parent 6f70adc commit d809d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_codegen_ssa/lib.rs
Expand Up @@ -128,6 +128,7 @@ bitflags::bitflags! {
}

/// Misc info we load from metadata to persist beyond the tcx.
#[derive(Debug)]
pub struct CrateInfo {
pub panic_runtime: Option<CrateNum>,
pub compiler_builtins: Option<CrateNum>,
Expand Down

0 comments on commit d809d6e

Please sign in to comment.