Skip to content

[rustdoc] stabilize cfg(doctest)#63803

Merged
bors merged 3 commits intorust-lang:masterfrom
GuillaumeGomez:stabilize-doctest
Oct 31, 2019
Merged

[rustdoc] stabilize cfg(doctest)#63803
bors merged 3 commits intorust-lang:masterfrom
GuillaumeGomez:stabilize-doctest

Conversation

@GuillaumeGomez
Copy link
Copy Markdown
Member

@GuillaumeGomez GuillaumeGomez commented Aug 22, 2019

Fixes #62210.

Since we removed rustdoc from providing cfg(test) on test runs, it's been replaced by cfg(doctest). It'd be nice to have it in not too far in the future.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-doctests Area: Documentation tests, run by rustdoc disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. merged-by-bors This PR was explicitly merged by bors. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking issue for cfg(doctest)