Uh oh!
There was an error while loading. Please reload this page.
Add E0659 for ambiguous names - #47512
Merged
Merged
Conversation
rust-highfive
commented
Jan 17, 2018
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
petrochenkov
commented
Jan 17, 2018
Contributor
@bors r+ |
bors
commented
Jan 17, 2018
Collaborator
📌 Commit e207b0b has been approved by |
Member
@bors r- Travis failed. Please check if the examples will really emit E0659 Details |
GuillaumeGomez
commented
Jan 17, 2018
MemberAuthor
I need to add a main function I think so rustdoc won't wrap them. |
kennytm
commented
Jan 17, 2018
Member
The Details |
Contributor
There was a problem hiding this comment.
Grammar nits: "are imported in a same module" is incorrect. "are imported into a module" is better. "In here" should just be "Here".
petrochenkov
commented
Jan 18, 2018
Contributor
@bors r+ |
bors
commented
Jan 18, 2018
Collaborator
📌 Commit f66e711 has been approved by |
GuillaumeGomez added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Jan 19, 2018
Add E0659 for ambiguous names Still on the tracks of the "no error without error code" road.
bors added a commit
that referenced
this pull request
Jan 19, 2018
GuillaumeGomez added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Jan 21, 2018
Add E0659 for ambiguous names Still on the tracks of the "no error without error code" road.
bors added a commit
that referenced
this pull request
Jan 21, 2018
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.
Still on the tracks of the "no error without error code" road.