Mention the tracking issue of --output-format=doctest
This commit is contained in:
parent
43bf52989a
commit
5e9e27e21b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
""
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue