-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Render default methods for impls as well
This does not work for cross-crate implementations of traits. Cross-crate implementations are a separate issue that should be addressed separately. Basically when an implementation of an external trait is detected, the trait would have to be loaded at that time (or possibly sooner...). Rustdoc currently doesn't have the proper infrastructure for adding this. Closes #9985 cc #9999
- Loading branch information
1 parent
bf6bb01
commit 41f6e97
Showing
1 changed file
with
56 additions
and
29 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
41f6e97
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@41f6e97
41f6e97
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-fixes = 41f6e97 into auto
41f6e97
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-fixes = 41f6e97 merged ok, testing candidate = c6337f2
41f6e97
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/2084
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/2088
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1194
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1193
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/2102
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1194
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1194
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/2103
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1194
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1194
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/1273
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/2087
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1192
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1194
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1871
41f6e97
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 = c6337f2