rustdoctest: --nocapture
still hides the output for successful tests
#45724
Labels
A-doctests
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
This is from my crate
synchronoise
. In this case,tests::signal_doctest
and the doctest forSignalEvent
are the same code - i needed to copy the doctest into a regular unit test to see the output.The text was updated successfully, but these errors were encountered: