We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ae6de commit efbce22Copy full SHA for efbce22
library/std/src/rt.rs
@@ -161,7 +161,7 @@ fn lang_start_internal(
161
// mechanism itself.
162
//
163
// There are a couple of instances where unwinding can begin. First is inside of the
164
- // `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
165
// panic is a std implementation bug. A quite likely one too, as there isn't any way to
166
// prevent std from accidentally introducing a panic to these functions. Another is from
167
// user code from `main` or, more nefariously, as described in e.g. issue #86030.
0 commit comments