Guillaume Gomez
2e104a77cf
update tests
2018-03-14 00:53:24 +01:00
Vadim Petrochenkov
7ba5fd168a
Update UI tests
2018-02-26 20:24:42 +03:00
Vadim Petrochenkov
fa2d9fc4b9
Update UI tests
2018-02-26 20:24:02 +03:00
Guillaume Gomez
5747fd6611
Update ui tests
2018-02-25 12:15:05 +01:00
bors
aa0a5a86a1
Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakis
...
elided lifetime
Closes #45992
Hey
Having a problem with my config so decided to make a WIP PR nevertheless. Will add some more tests.
2018-02-03 14:38:52 +00:00
dpc
accd997b54
add ellided lifetime
2018-02-02 02:10:10 +05:30
Esteban Küber
67696be160
Point only at method signatures and point at trait
...
- On mismatch between impl and trait method, point at the trait
signature.
- Point only at the method signature instead of the whole body on
trait/impl mismatch errors.
2018-01-28 17:06:30 -08:00
Esteban Küber
6c026997bf
For named lifetimes point only at method signature
...
When refering to named lifetime conflict, point only at the method's
signature span instead of the entire method.
When the expected and found sup and sub traces are the same, avoid
redundant text.
2018-01-28 12:07:03 -08:00
Esteban Küber
ee06559576
Tweak presentation on lifetime trait mismatch
2018-01-26 16:38:07 -08:00
kennytm
4daaee900f
Add trailing newlines to files which have no trailing newlines.
2017-12-30 15:50:52 +08:00
Niko Matsakis
e741dad629
adding lint for single use lifetime names
2017-12-20 00:07:10 +05:30
Oliver Schneider
8937d6a6cf
Merge cfail and ui tests into ui tests
2017-11-24 11:32:35 +01:00
Taylor Cramer
91b7920c09
Implement in-band lifetime bindings
2017-11-22 12:44:09 -05:00