Skip to content

Commit 4547fad

Browse files
Mention the tracking issue of --output-format=doctest
1 parent 0718226 commit 4547fad

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)