Rustup to rustc 1.42.0-nightly (fc5deca21 2019-12-21)
This commit is contained in:
parent
2485994803
commit
e63a94fca6
5 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue