Uh oh!
There was an error while loading. Please reload this page.
Fix E0118 - #31347
Conversation
There was a problem hiding this comment.
The type alias seems superfluous, and it's irrelevant to the error itself.
There was a problem hiding this comment.
I'll also say that you can't implement a type which isn't defined in the current crate.
There was a problem hiding this comment.
Type aliases don't change the situation at all, they're just confusing here since it seems like you're suggesting them as a solution even if they won't work.
eddyb
commented
Feb 1, 2016
cc @Manishearth |
171f3c0 to
994ed2aCompareThere was a problem hiding this comment.
the stuff after the semicolon should be in a help
994ed2a to
3446898CompareThere was a problem hiding this comment.
The two should be linked using struct_span_err.
3446898 to
db63a55CompareGuillaumeGomez
commented
Feb 2, 2016
Updated. |
Manishearth
commented
Feb 2, 2016
@bors r+ |
bors
commented
Feb 2, 2016
📌 Commit db63a55 has been approved by |
r? @eddyb