rust/src/test/ui/async-await/issues
Aaron Hill 5f7436b5fd
Be consistent when describing a move as a 'partial' in diagnostics
When an error occurs due to a partial move, we would use the world
"partial" in some parts of the error message, but not in others. This
commit ensures that we use the word 'partial' in either all or none of
the diagnostic messages.

Additionally, we no longer describe a move out of a `Box` via `*` as
a 'partial move'. This was a pre-existing issue, but became more
noticable when the word 'partial' is used in more places.
2020-08-08 14:21:04 -04: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.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07: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 Adds a clearer message for when the async keyword is missing from a function 2020-06-25 16:01:45 -07: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 tests 2020-03-12 15:47:36 -05: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 Update ui tests 2019-11-07 13:02:34 +01: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 Update tests 2020-03-23 19:31:41 +01:00
issue-65159.stderr Update tests 2020-03-23 19:31:41 +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 Incorporate feedback into diagnostics 2020-04-13 18:58:17 -07: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 Do not show DefId in diagnostics 2020-04-19 12:31:37 +09:00
issue-67893.stderr Do not show DefId in diagnostics 2020-04-19 12:31:37 +09: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
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