We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d84022 commit a080165Copy full SHA for a080165
tests/rustdoc-ui/z-help.stdout
@@ -44,6 +44,7 @@
44
-Z export-executable-symbols=val -- export symbols from executables, as if they were dynamic libraries
45
-Z extra-const-ub-checks=val -- turns on more checks to detect const UB, which can be slow (default: no)
46
-Z fewer-names=val -- reduce memory use by retaining fewer names within compilation artifacts (LLVM-IR) (default: no)
47
+ -Z flatten-format-args=val -- flatten nested format_args!() and literals into a simplified format_args!() call (default: no)
48
-Z force-unstable-if-unmarked=val -- force all crates to be `rustc_private` unstable (default: no)
49
-Z fuel=val -- set the optimization fuel quota for a crate
50
-Z function-sections=val -- whether each function should go in its own section
0 commit comments