Niko Matsakis
|
df714cfda7
|
The new method lookup mechanism typechecks calls against the method type declared in the trait, not in the impl. In some cases that results in tighter rules, and in some cases looser. Correct for that.
|
2014-10-21 12:32:36 -04:00 |
|
Jonas Hietala
|
9968ae2554
|
Adjust the error messages to match the pattern "expected foo, found bar"
Closes #8492
|
2014-08-24 09:53:01 +02:00 |
|
Kevin Butler
|
28938d08a0
|
librustc: Improve error message for incompatible trait method signatures.
|
2014-04-05 02:22:00 +01:00 |
|
Luqman Aden
|
a174941392
|
librustc: Don't ICE when operator traits are not implemented properly. Fixes #11450
|
2014-03-01 00:27:02 -05:00 |
|