-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Fix rendering closures and trait bounds
Closures did not have their bounds printed at all, nor their lifetimes. Trait bounds were also printed in angle brackets rather than after a colon with a '+' inbetween them. Note that on the current task::spawn [1] documentation page, there is no mention of a `Send` bound even though it is crucially important! [1] - http://static.rust-lang.org/doc/master/std/task/fn.task.html
- Loading branch information
1 parent
4c62ab1
commit 44e34c2
Showing
2 changed files
with
60 additions
and
23 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
44e34c2
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 brson
at alexcrichton@44e34c2
44e34c2
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/fix-rustdoc-rendering = 44e34c2 into auto
44e34c2
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/fix-rustdoc-rendering = 44e34c2 merged ok, testing candidate = df331241
44e34c2
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.
some tests failed:
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5315
44e34c2
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 brson
at alexcrichton@44e34c2
44e34c2
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/fix-rustdoc-rendering = 44e34c2 into auto
44e34c2
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/fix-rustdoc-rendering = 44e34c2 merged ok, testing candidate = da5e5e2
44e34c2
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.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4413
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/5220
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4323
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5319
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4406
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5321
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4426
44e34c2
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 brson
at alexcrichton@44e34c2
44e34c2
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/fix-rustdoc-rendering = 44e34c2 into auto
44e34c2
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/fix-rustdoc-rendering = 44e34c2 merged ok, testing candidate = 5d284a0
44e34c2
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/5221
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5218
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4311
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4324
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5320
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4407
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4415
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5322
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4407
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4412
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4477
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2207
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5318
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4414
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4427
44e34c2
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 = 5d284a0