rust/src/test/ui/async-await/issues
Oli Scherer 1f7df1956a Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour
This makes `type_alias_impl_trait` not actually do anything anymore
2021-03-15 17:32:43 +00:00
..
auxiliary Add test for issue-67893 2020-04-17 06:16:15 +09:00
issue-65419 Add a resume type parameter to `Generator` 2020-02-02 13:20:57 +01:00
issue-51719.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-51719.stderr Add long error explanation for E0728 2019-10-22 08:48:01 +09:00
issue-51751.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-51751.stderr Add long error explanation for E0728 2019-10-22 08:48:01 +09:00
issue-53249.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-54752-async-block.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
issue-54752-async-block.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-54974.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-55324.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
issue-55809.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-58885.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
issue-59001.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
issue-59972.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-60518.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-60655-latebound-regions.full_tait.stderr Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
issue-60655-latebound-regions.rs Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
issue-60674.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-60674.stdout expand: Stop using nonterminals for passing tokens to attribute and derive macros 2020-07-01 13:13:21 +03:00
issue-61187.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-61187.stderr --bless post no async_await gates in tests. 2019-08-20 03:08:42 +02:00
issue-61986.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-62009-1.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
issue-62009-1.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-62009-2.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-62009-2.stderr Add long error explanation for E0728 2019-10-22 08:48:01 +09:00
issue-62097.nll.stderr Update ui tests (nll) 2021-02-02 18:57:34 +01:00
issue-62097.rs Further tweak wording of E0759 and introduce E0767 2020-07-22 12:25:54 -07:00
issue-62097.stderr Further tweak wording of E0759 and introduce E0767 2020-07-22 12:25:54 -07:00
issue-62517-1.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-62517-2.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-63388-1.nll.stderr update tests 2020-03-12 15:47:36 -05:00
issue-63388-1.rs WIP fix tests 2019-10-02 14:17:38 -04:00
issue-63388-1.stderr Make it more clear when complaining about async fn's return types 2020-10-17 15:57:47 -07:00
issue-63388-2.rs Update tests 2020-03-23 19:31:41 +01:00
issue-63388-2.stderr Tweak wording 2020-04-22 12:12:33 -07:00
issue-63388-3.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-63388-4.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-64391-2.rs fix tests for 2018 2019-09-19 13:15:54 -04:00
issue-64433.rs Use drop instead of the toilet closure `|_| ()` 2020-01-02 08:56:12 +00:00
issue-64477-2.rs Place test with async-await and use 2018 edition 2019-09-27 23:19:39 -04:00
issue-64477.rs don't record all intermediate adjustment types 2019-09-18 14:33:14 -04:00
issue-64964.rs Do not collect to vec for debug output 2019-10-02 18:59:05 +09:00
issue-65159.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
issue-65159.stderr Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
issue-65436-raw-ptr-not-send.rs update test ui for raw-ptr borrow inside generator 2020-01-19 13:22:41 +08:00
issue-65436-raw-ptr-not-send.stderr Only separate notes if span is multiline 2020-11-02 16:54:53 +09:00
issue-66695-static-refs.rs Add async fn test for #66695 2019-11-27 19:21:56 +00:00
issue-66958-non-copy-infered-type-arg.rs Be consistent when describing a move as a 'partial' in diagnostics 2020-08-08 14:21:04 -04:00
issue-66958-non-copy-infered-type-arg.stderr Be consistent when describing a move as a 'partial' in diagnostics 2020-08-08 14:21:04 -04:00
issue-67611-static-mut-refs.rs Make pointers to statics internal 2020-01-23 21:38:15 +00:00
issue-67893.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-67893.stderr path trimming: ignore type aliases 2021-02-06 12:03:48 +02:00
issue-69307-nested.rs add nested regression test 2020-04-06 14:51:00 +00:00
issue-69307.rs save/restore `pessimistic_yield` when entering bodies 2020-03-24 15:25:43 -04:00
issue-78600.rs add testcase for issue 78600 2021-02-12 16:50:25 +08:00
issue-78600.stderr spell the real selftype 2021-02-13 14:45:53 +08:00
issue-78654.full.stderr update tests 2020-12-26 18:24:10 +01:00
issue-78654.min.stderr update tests 2020-12-26 18:24:10 +01:00
issue-78654.rs update tests 2020-12-26 18:24:10 +01:00
issue-78938-async-block.rs Fix error E0373 documentation 2021-01-14 17:15:04 +11:00
issue-78938-async-block.stderr Bless test output 2021-01-14 01:02:49 +11:00
non-async-enclosing-span.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
non-async-enclosing-span.stderr Add long error explanation for E0728 2019-10-22 08:48:01 +09:00