Uh oh!
There was an error while loading. Please reload this page.
Add more information on rustdoc search - #65842
Merged
Merged
Conversation
kinnison
approved these changes
Oct 26, 2019
kinnison
left a comment
Contributor
There was a problem hiding this comment.
One tiny (optional) tweak, otherwise 👍
Contributor
There was a problem hiding this comment.
Suggested change
| Lookfor items inside another one by searching a path:<code>vec::Vec</code>\ | |
| Lookfor items inside another one by searching fora path:<code>vec::Vec</code>\ |
GuillaumeGomezforce-pushed
the
more-search-information
branch
from
October 26, 2019 11:00
cf3e86e to
1f25fd7CompareGuillaumeGomez
commented
Oct 26, 2019
MemberAuthor
Updated. |
JohnTitor
commented
Oct 26, 2019
Member
r? @Dylan-DPC |
Dylan-DPC-zz
commented
Oct 26, 2019
@bors r+ rollup |
bors
commented
Oct 26, 2019
Collaborator
📌 Commit 1f25fd7 has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Oct 26, 2019
…ion, r=Dylan-DPC Add more information on rustdoc search Fixesrust-lang#65735. r? @kinnison
bors added a commit
that referenced
this pull request
Oct 26, 2019
Rollup of 8 pull requests Successful merges: - #65743 (rustc_typeck: don't record direct callees in generator_interior.) - #65761 (libsyntax: Enhance documentation of the AST module) - #65772 (Remove the last remaining READMEs) - #65773 (Increase spacing for suggestions in diagnostics) - #65791 (Adding doc on keyword continue) - #65824 (rustc: make DefPathData (and friends) Copy (now that it uses Symbol).) - #65828 (Derive Eq and Hash for SourceInfo again) - #65842 (Add more information on rustdoc search) Failed merges: - #65825 (rustc: use IndexVec<DefIndex, T> instead of Vec<T>.) r? @ghost
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#65735.
r? @kinnison