Skip to content

Commit 51d98e3

Browse files
author
hyd-dev
committed
Update the documentation of -C force-unwind-tables
1 parent da86509 commit 51d98e3

File tree

1 file changed

+1
-2
lines changed
  • src/doc/rustc/src/codegen-options

1 file changed

+1
-2
lines changed

src/doc/rustc/src/codegen-options/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ values:
149149

150150
* `y`, `yes`, `on`, or no value: Unwind tables are forced to be generated.
151151
* `n`, `no`, or `off`: Unwind tables are not forced to be generated. If unwind
152-
tables are required by the target or `-C panic=unwind`, an error will be
153-
emitted.
152+
tables are required by the target an error will be emitted.
154153

155154
The default if not specified depends on the target.
156155

0 commit comments

Comments
 (0)