mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
Mention the tracking issue of --output-format=doctest
This commit is contained in:
@@ -455,6 +455,8 @@ fn println_condition(condition: Condition) {
|
||||
{
|
||||
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 {
|
||||
""
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user