We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce91d15 commit 75dced3Copy full SHA for 75dced3
library/core/src/intrinsics.rs
@@ -2392,9 +2392,9 @@ extern "rust-intrinsic" {
2392
pub fn variant_count<T>() -> usize;
2393
2394
/// Rust's "try catch" construct for unwinding. Invokes the function pointer `try_fn` with the
2395
- /// data pointer `data`, and calls `catch_fn` if a panic occurs while `try_fn` runs. (It is
+ /// data pointer `data`, and calls `catch_fn` if a panic occurs while `try_fn` runs. It is
2396
/// undefined behavior to catch an unwinding operation from another language with this
2397
- /// function.)
+ /// function.
2398
///
2399
/// `catch_fn` must not unwind.
2400
0 commit comments