From 51d98e3d4eb91041d86c05ddf32fd838a0de7988 Mon Sep 17 00:00:00 2001 From: hyd-dev Date: Thu, 3 Jun 2021 11:46:53 +0800 Subject: [PATCH 1/1] Update the documentation of `-C force-unwind-tables` --- src/doc/rustc/src/codegen-options/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md index 077c322bd77..2921e365d7a 100644 --- a/src/doc/rustc/src/codegen-options/index.md +++ b/src/doc/rustc/src/codegen-options/index.md @@ -149,8 +149,7 @@ values: * `y`, `yes`, `on`, or no value: Unwind tables are forced to be generated. * `n`, `no`, or `off`: Unwind tables are not forced to be generated. If unwind - tables are required by the target or `-C panic=unwind`, an error will be - emitted. + tables are required by the target an error will be emitted. The default if not specified depends on the target. -- 2.44.0