Taiki Endo
05f67a297a
arbitrary_self_types lifetime elision: --bless --compare-mode=nll
2019-07-27 12:35:05 +09:00
Taiki Endo
34f59eb9c5
Fix typo
2019-07-27 12:28:07 +09:00
Taiki Endo
1e2905269b
Add tests for self: (&)AssocType
2019-07-27 12:28:07 +09:00
Taiki Endo
8507b8e42f
Add test for multiple ref-self
2019-07-27 12:28:06 +09:00
Taiki Endo
aab9edc68a
Minor clean up
2019-07-27 12:28:06 +09:00
Taiki Endo
c1f22c018e
Add main functions and check-pass annotations
2019-07-27 12:28:05 +09:00
Taiki Endo
258498af58
Update src/test/ui/self/elision/README.md
...
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2019-07-27 12:28:05 +09:00
Niko Matsakis
3096568904
add a bevy of new test cases
2019-07-27 12:28:04 +09:00
Taiki Endo
a1fd4fa848
Remove query for .pin_type()
2019-07-27 12:28:03 +09:00
Taiki Endo
e2eb957be0
Allow lifetime elision in Pin<&(mut) Self>
2019-07-27 12:28:02 +09:00
Yuki Okushi
c004451a20
Migrate compile-pass annotations to build-pass
2019-07-03 06:30:28 +09:00
Esteban Küber
d6ea6b972d
fix tidy
2019-05-31 13:50:04 -07:00
Esteban Küber
860dce794c
Remove unecessary -Z continue-parse-after-error from tests
2019-05-30 18:57:17 -07:00
memoryruins
eb4580a570
Update ui test suite to use dyn
2019-05-29 00:57:31 -04:00
Taiki Endo
3e73ca6e33
Move run-pass/self/* to ui/self
2019-05-19 22:17:12 +09:00
Taiki Endo
b53d839b23
Move arbitrary_self_types's tests into ui/self
2019-05-19 12:31:08 +09:00
varkor
7f0f0e31ec
Remove double trailing newlines
2019-04-22 16:57:01 +01:00
Mazdak Farrokhzad
2d6150a762
Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebank
...
Correct unused parameter diagnostic
The message was incorrect for unused lifetime parameters. There's no need to be specific.
2019-04-19 06:03:17 +02:00
varkor
048ba28ad1
Update tests
2019-04-18 18:35:18 +01:00
Andy Russell
b6f148c8bd
hide --explain hint if error has no extended info
2019-04-18 13:29:28 -04:00
Vadim Petrochenkov
fa72a81bea
Update tests
2019-03-11 23:10:26 +03:00
Vadim Petrochenkov
bc16edeb28
Fix rebase and more CI failures
2018-12-27 15:51:37 +03:00
Vadim Petrochenkov
fff01ccfa8
Do not abort compilation if expansion produces errors
...
Fix a number of uncovered deficiencies in diagnostics
2018-12-27 15:51:36 +03:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Alexander Regueiro
24717fdaa1
Updated ui tests.
2018-11-30 15:42:57 +00:00
Alexander Regueiro
d49a8d558f
Removed feature gate.
2018-11-30 15:42:43 +00:00
Zack M. Davis
a5de379b55
structured suggestion for E0223 ambiguous associated type
...
It looks like we tend to use angle-brackets around the placeholder in
the few other places we use `Applicability::HasPlaceholders`, but that
would be confusing here, so ...
2018-10-11 21:10:35 -07:00
csmoe
4470b1cec0
mark fix as MaybeIncorrect
2018-10-01 13:03:04 +08:00
csmoe
912691b3ff
update ui test for suggest-self
2018-10-01 13:02:12 +08:00
csmoe
cae164c02c
add test for fake self
2018-09-30 20:49:22 +08:00
F001
2157958b27
introduce SelfCtor
2018-09-13 12:27:29 +08:00
David Wood
3fc7ab2373
Merged migrated compile-fail tests and ui tests. Fixes #46841 .
2018-08-14 11:12:09 +02:00