We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d93f678 + 244e92b commit 80934c6Copy full SHA for 80934c6
library/core/src/intrinsics/mod.rs
@@ -3002,6 +3002,7 @@ pub const fn discriminant_value<T>(v: &T) -> <T as DiscriminantKind>::Discrimina
3002
3003
/// Rust's "try catch" construct for unwinding. Invokes the function pointer `try_fn` with the
3004
/// data pointer `data`, and calls `catch_fn` if unwinding occurs while `try_fn` runs.
3005
+/// Returns `1` if unwinding occurred and `catch_fn` was called; returns `0` otherwise.
3006
///
3007
/// `catch_fn` must not unwind.
3008
0 commit comments