Rollup merge of #146822 - saethlin:bbbbbstd, r=Noratrieb
Fix old typo in lang_start_internal comment Noticed this when reading the rt cleanup code; the typo was introduced during a mass port of libstd to std in comments.
This commit is contained in:
commit
5224279572
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ fn lang_start_internal(
|
|||
// mechanism itself.
|
||||
//
|
||||
// There are a couple of instances where unwinding can begin. First is inside of the
|
||||
// `rt::init`, `rt::cleanup` and similar functions controlled by bstd. In those instances a
|
||||
// `rt::init`, `rt::cleanup` and similar functions controlled by std. In those instances a
|
||||
// panic is a std implementation bug. A quite likely one too, as there isn't any way to
|
||||
// prevent std from accidentally introducing a panic to these functions. Another is from
|
||||
// user code from `main` or, more nefariously, as described in e.g. issue #86030.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue