Derive Debug for CrateInfo

This commit is contained in:
bjorn3 2019-08-10 16:47:27 +02:00 committed by GitHub
parent 6f70adcb18
commit d809d6ee89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>,