Skip to content

Commit

Permalink
Rollup merge of rust-lang#85951 - hyd-dev:force-unwind-tables, r=stev…
Browse files Browse the repository at this point in the history
…eklabnik

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.
  • Loading branch information
JohnTitor committed Jun 8, 2021
2 parents 9df63ac + 51d98e3 commit 97a7828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/rustc/src/codegen-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 97a7828

Please sign in to comment.