about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2023-03-16 12:26:20 +0100
committerMara Bos <m-ou.se@m-ou.se>2023-03-16 12:26:20 +0100
commita08016514847d39ae3096ff41f98759abf59bee8 (patch)
tree2917a3e708b431f5e813558367497768dc755510 /tests
parent4d840223b004aac41a2307fdd4aba07082164731 (diff)
downloadrust-a08016514847d39ae3096ff41f98759abf59bee8.tar.gz
rust-a08016514847d39ae3096ff41f98759abf59bee8.zip
Bless -Zhelp output test.
Diffstat (limited to 'tests')
-rw-r--r--tests/rustdoc-ui/z-help.stdout1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/z-help.stdout b/tests/rustdoc-ui/z-help.stdout
index 79e6b94f1ac..5ad38e4fd98 100644
--- a/tests/rustdoc-ui/z-help.stdout
+++ b/tests/rustdoc-ui/z-help.stdout
@@ -44,6 +44,7 @@
     -Z             export-executable-symbols=val -- export symbols from executables, as if they were dynamic libraries
     -Z                 extra-const-ub-checks=val -- turns on more checks to detect const UB, which can be slow (default: no)
     -Z                           fewer-names=val -- reduce memory use by retaining fewer names within compilation artifacts (LLVM-IR) (default: no)
+    -Z                   flatten-format-args=val -- flatten nested format_args!() and literals into a simplified format_args!() call (default: no)
     -Z            force-unstable-if-unmarked=val -- force all crates to be `rustc_private` unstable (default: no)
     -Z                                  fuel=val -- set the optimization fuel quota for a crate
     -Z                     function-sections=val -- whether each function should go in its own section