-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Show type parameters on external paths
This removes the internal type representation of an `External` type and instead relies on passing around DefId structures and interpreting them accordingly. Progress on #9539, but there's still the problem of a crate => url mapping.
- Loading branch information
1 parent
8973d7c
commit 88866a4
Showing
4 changed files
with
34 additions
and
59 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
88866a4
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 cmr
at alexcrichton@88866a4
88866a4
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/rustdoc = 88866a4 into auto
88866a4
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/rustdoc = 88866a4 merged ok, testing candidate = 9cc11ca
88866a4
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/1749
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1752
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/858
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/858
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1767
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/858
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/858
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1767
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/858
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/859
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/939
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1751
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/858
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/859
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1536
88866a4
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 = 9cc11ca