You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GuillaumeGomez opened this issue
Sep 9, 2021
· 1 comment
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
The text was updated successfully, but these errors were encountered:
GuillaumeGomez
added
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
labels
Sep 9, 2021
#![doc(test(display_doctest_warnings))]/// ```/// let x = 12;/// ```pubfnfoo(){}
No warning when running rustdoc --test foo.rs, however I got some when running rustdoc --test foo.rs -Z unstable-options --display-doctest-warnings. So I guess this issue doesn't exist. :)
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
From #73314 (comment).
The text was updated successfully, but these errors were encountered: