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 b61c1d6 commit 27fd195Copy full SHA for 27fd195
compiler/rustc_target/src/abi/call/mod.rs
@@ -753,7 +753,7 @@ pub struct FnAbi<'a, Ty> {
753
pub fixed_count: u32,
754
755
pub conv: Conv,
756
- /// This variable desribes if unwind can cross this function, or if it is invalid to unwind troguh it.
+ /// When `true`, unwind can cross this function.
757
pub can_unwind: bool,
758
}
759
0 commit comments