Skip to content

Commit 6379e5e

Browse files
committed
bless rustdoc test for unstable options
1 parent 7611933 commit 6379e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/rustdoc-ui/z-help.stdout

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
-Z dump-mir-exclude-pass-number=val -- exclude the pass number when dumping MIR (used in tests) (default: no)
3636
-Z dump-mir-graphviz=val -- in addition to `.mir` files, create graphviz `.dot` files (and with `-Z instrument-coverage`, also create a `.dot` file for the MIR-derived coverage graph) (default: no)
3737
-Z dump-mir-spanview=val -- in addition to `.mir` files, create `.html` files to view spans for all `statement`s (including terminators), only `terminator` spans, or computed `block` spans (one span encompassing a block's terminator and all statements). If `-Z instrument-coverage` is also enabled, create an additional `.html` file showing the computed coverage spans.
38+
-Z dump-mono-stats=val -- output statistics about monomorphization collection (format: markdown)
3839
-Z dwarf-version=val -- version of DWARF debug information to emit (default: 2 or 4, depending on platform)
3940
-Z dylib-lto=val -- enables LTO for dylib crate type
4041
-Z emit-stack-sizes=val -- emit a section containing stack size metadata (default: no)

0 commit comments

Comments
 (0)