Rollup merge of #95460 - nyurik:spelling-str, r=lcnr
Spellchecking compiler code Address some spelling mistakes in strings, private function names, and function params.
This commit is contained in:
commit
a629b2ac68
8 changed files with 10 additions and 10 deletions
|
@ -171,7 +171,7 @@ impl<Tag> Allocation<Tag> {
|
|||
panic!("Allocation::uninit called with panic_on_fail had allocation failure")
|
||||
}
|
||||
ty::tls::with(|tcx| {
|
||||
tcx.sess.delay_span_bug(DUMMY_SP, "exhausted memory during interpreation")
|
||||
tcx.sess.delay_span_bug(DUMMY_SP, "exhausted memory during interpretation")
|
||||
});
|
||||
InterpError::ResourceExhaustion(ResourceExhaustionInfo::MemoryExhausted)
|
||||
})?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue