-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std: Document builtin syntax extensions
These syntax extensions need a place to be documented, and this starts passing a `--cfg dox` parameter to `rustdoc` when building and testing documentation in order to document macros so that they have no effect on the compiled crate, but only documentation. Closes #5605
- Loading branch information
1 parent
bb31cb8
commit 78937b9
Showing
5 changed files
with
277 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78937b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from huonw
at alexcrichton@78937b9
78937b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging alexcrichton/rust/issue-5605 = 78937b9 into auto
78937b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alexcrichton/rust/issue-5605 = 78937b9 merged ok, testing candidate = 540c2a2
78937b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/5040
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5040
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4132
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4146
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5140
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4227
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4235
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5142
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4227
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4232
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4298
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2027
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5139
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4236
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4247
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4903
78937b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 540c2a2