Print def_id on EarlyBoundRegion debug
This commit is contained in:
parent
006a26c0b5
commit
3ef510ca80
2 changed files with 3 additions and 3 deletions
|
@ -1584,7 +1584,7 @@ pub struct EarlyBoundRegion {
|
|||
|
||||
impl fmt::Debug for EarlyBoundRegion {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f, "{}, {}", self.index, self.name)
|
||||
write!(f, "{:?}, {}, {}", self.def_id, self.index, self.name)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue