Skip to content

Commit 27fd195

Browse files
FractalFirestebank
andauthored
Update compiler/rustc_target/src/abi/call/mod.rs
Co-authored-by: Esteban Kuber <[email protected]>
1 parent b61c1d6 commit 27fd195

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_target/src/abi/call

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/abi/call/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ pub struct FnAbi<'a, Ty> {
753753
pub fixed_count: u32,
754754

755755
pub conv: Conv,
756-
/// This variable desribes if unwind can cross this function, or if it is invalid to unwind troguh it.
756+
/// When `true`, unwind can cross this function.
757757
pub can_unwind: bool,
758758
}
759759

0 commit comments

Comments
 (0)