]> git.lizzy.rs Git - rust.git/commitdiff
Update the documentation of `-C force-unwind-tables`
authorhyd-dev <yd-huang@outlook.com>
Thu, 3 Jun 2021 03:46:53 +0000 (11:46 +0800)
committerhyd-dev <yd-huang@outlook.com>
Thu, 3 Jun 2021 03:46:53 +0000 (11:46 +0800)
src/doc/rustc/src/codegen-options/index.md

index 077c322bd773678c610be68221c1ace78894dca7..2921e365d7a7cd231dea96cba6dc4510b0bd6033 100644 (file)
@@ -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.