You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/rustdoc-ui/z-help.stdout
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -141,10 +141,6 @@
141
141
-Z show-span=val -- show spans for compiler debugging (expr|pat|ty)
142
142
-Z span-debug=val -- forward proc_macro::Span's `Debug` impl to `Span`
143
143
-Z span-free-formats=val -- exclude spans when debug-printing compiler state (default: no)
144
-
-Z src-hash-algorithm=val -- hash algorithm of source files in debug info (`md5`, `sha1`, or `sha256`)
145
-
-Z stack-protector=val -- control stack smash protection strategy (`rustc --print stack-protector-strategies` for details)
146
-
-Z strict-init-checks=val -- control if mem::uninitialized and mem::zeroed panic on more UB
147
-
-Z strip=val -- tell the linker which information to strip (`none` (default), `debuginfo` or `symbols`)
148
144
-Z split-bundled-libs=val -- if libfoo.rlib is the rlib, then libfoo.rlib.bundle.* are the corresponding bundled static libraries
149
145
-Z split-dwarf-kind=val -- split dwarf variant (only if -Csplit-debuginfo is enabled and on relevant platform)
150
146
(default: `split`)
@@ -154,6 +150,10 @@
154
150
`single`: sections which do not require relocation are written into object file but ignored
155
151
by the linker
156
152
-Z split-dwarf-inlining=val -- provide minimal debug info in the object/executable to facilitate online symbolication/stack traces in the absence of .dwo/.dwp files when using Split DWARF
153
+
-Z src-hash-algorithm=val -- hash algorithm of source files in debug info (`md5`, `sha1`, or `sha256`)
154
+
-Z stack-protector=val -- control stack smash protection strategy (`rustc --print stack-protector-strategies` for details)
155
+
-Z strict-init-checks=val -- control if mem::uninitialized and mem::zeroed panic on more UB
156
+
-Z strip=val -- tell the linker which information to strip (`none` (default), `debuginfo` or `symbols`)
157
157
-Z symbol-mangling-version=val -- which mangling version to use for symbol names ('legacy' (default) or 'v0')
158
158
-Z teach=val -- show extended diagnostic help (default: no)
159
159
-Z temps-dir=val -- the directory the intermediate files are written to
0 commit comments