mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Rollup merge of #41842 - Migi:patch-1, r=eddyb
Fix typo in subst.rs Changed "unknwon" to "unknown".
This commit is contained in:
@@ -102,7 +102,7 @@ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
} else if let Some(r) = self.as_region() {
|
||||
write!(f, "{:?}", r)
|
||||
} else {
|
||||
write!(f, "<unknwon @ {:p}>", self.ptr.get() as *const ())
|
||||
write!(f, "<unknown @ {:p}>", self.ptr.get() as *const ())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user