Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upInclude type of missing trait methods in error #24626
Comments
jdm
added
I-papercut
A-diagnostics
labels
Apr 20, 2015
birkenfeld
referenced this issue
May 2, 2016
Closed
Friendlier compiler message for incorrect trait method signatures #28011
estebank
added a commit
to estebank/rust
that referenced
this issue
Sep 9, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Sep 10, 2016
estebank
referenced this issue
Sep 10, 2016
Closed
Include type of missing trait methods in error #36371
estebank
added a commit
to estebank/rust
that referenced
this issue
Sep 10, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Sep 10, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Sep 10, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Oct 1, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Oct 24, 2016
estebank
referenced this issue
Oct 24, 2016
Merged
Include type of missing trait methods in error #37370
estebank
added a commit
to estebank/rust
that referenced
this issue
Oct 24, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Oct 24, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Oct 26, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Oct 26, 2016
estebank
added a commit
to estebank/rust
that referenced
this issue
Oct 26, 2016
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Nov 9, 2016
bors
closed this
in
#37370
Nov 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aij commentedApr 20, 2015
Feature request (improved diagnostics):
This is what the error currently looks like:
In order to implement the missing method I need to double check the type in the documentation, even though I already know what the function needs to do. It would be really convenient if the compiler could print out the required type for me.