Fix typo in subst.rs
This commit is contained in:
parent
20de961226
commit
dfd584997b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ impl<'tcx> fmt::Debug for Kind<'tcx> {
|
||||||
} else if let Some(r) = self.as_region() {
|
} else if let Some(r) = self.as_region() {
|
||||||
write!(f, "{:?}", r)
|
write!(f, "{:?}", r)
|
||||||
} else {
|
} else {
|
||||||
write!(f, "<unknwon @ {:p}>", self.ptr.get() as *const ())
|
write!(f, "<unknown @ {:p}>", self.ptr.get() as *const ())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue