Mention the tracking issue of --output-format=doctest

This commit is contained in:
Guillaume Gomez 2025-01-27 17:55:29 +01:00
parent 43bf52989a
commit 5e9e27e21b

View file

@ -455,6 +455,8 @@ impl Options {
{
let extra = if format == "json" {
" (see https://github.com/rust-lang/rust/issues/76578)"
} else if format == "doctest" {
" (see https://github.com/rust-lang/rust/issues/134529)"
} else {
""
};