about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-06-08 13:26:28 +0900
committerGitHub <noreply@github.com>2021-06-08 13:26:28 +0900
commit3502bff9002cc36b7cb3eeb58260e593c5d8af7c (patch)
tree9c41c1c65aff5c842fde915b9c57f5a0ea4a1110 /src/doc/rustc
parent472dbec026c03598747f6a7d5f75f164d107ce56 (diff)
parent51d98e3d4eb91041d86c05ddf32fd838a0de7988 (diff)
downloadrust-3502bff9002cc36b7cb3eeb58260e593c5d8af7c.tar.gz
rust-3502bff9002cc36b7cb3eeb58260e593c5d8af7c.zip
Rollup merge of #85951 - hyd-dev:force-unwind-tables, r=steveklabnik
Update the documentation of `-C force-unwind-tables` for #83482

`panic=unwind` does not require `force-unwind-tables` to be "yes" anymore.
I forgot to update this in #83482.
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/codegen-options/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md
index 7d86d4b0acd..05384117ac1 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.