Rustup to rustc 1.42.0-nightly (fc5deca21 2019-12-21)

This commit is contained in:
bjorn3 2019-12-22 14:49:10 +01:00
parent 2485994803
commit e63a94fca6
5 changed files with 9 additions and 10 deletions

View file

@ -138,7 +138,7 @@ impl<'tcx> DebugContext<'tcx> {
let type_entry = self.dwarf.unit.get_mut(type_id);
//type_entry.set(gimli::DW_AT_mutable, AttributeValue::Flag(mutbl == rustc::hir::Mutability::MutMutable));
//type_entry.set(gimli::DW_AT_mutable, AttributeValue::Flag(mutbl == rustc::hir::Mutability::Mut));
type_entry.set(gimli::DW_AT_type, AttributeValue::ThisUnitEntryRef(pointee));
type_id