We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a4f934 + ee9709f commit 923dd8aCopy full SHA for 923dd8a
library/std/src/panic.rs
@@ -408,7 +408,7 @@ impl<S: Stream> Stream for AssertUnwindSafe<S> {
408
/// aborting the process as well. This function *only* catches unwinding panics,
409
/// not those that abort the process.
410
///
411
-/// Also note that unwinding into Rust code with a foreign exception (e.g. a
+/// Also note that unwinding into Rust code with a foreign exception (e.g.
412
/// an exception thrown from C++ code) is undefined behavior.
413
414
/// # Examples
0 commit comments