Skip to content

Commit 5e9e27e

Browse files
Mention the tracking issue of --output-format=doctest
1 parent 43bf529 commit 5e9e27e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/config.rs

+2
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ impl Options {
455455
{
456456
let extra = if format == "json" {
457457
" (see https://github.com/rust-lang/rust/issues/76578)"
458+
} else if format == "doctest" {
459+
" (see https://github.com/rust-lang/rust/issues/134529)"
458460
} else {
459461
""
460462
};

0 commit comments

Comments
 (0)