Skip to content

Commit 3502bff

Browse files
authored
Rollup merge of rust-lang#85951 - hyd-dev:force-unwind-tables, r=steveklabnik
Update the documentation of `-C force-unwind-tables` for rust-lang#83482 `panic=unwind` does not require `force-unwind-tables` to be "yes" anymore. I forgot to update this in rust-lang#83482.
2 parents 472dbec + 51d98e3 commit 3502bff

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)