rust/src/test/ui/async-await
2019-10-09 21:13:18 +01:00
..
auxiliary
await-keyword Upgrade async/await to "used" keywords. 2019-09-28 09:15:06 -07:00
drop-order
issues Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cramertj 2019-10-03 12:19:21 +00:00
multiple-lifetimes
argument-patterns.rs
async-assoc-fn-anon-lifetimes.rs Ensure that associated async fns have unique fresh param names 2019-10-05 22:24:55 +01:00
async-await.rs
async-block-control-flow-static-semantics.rs WIP fix tests 2019-10-02 14:17:38 -04:00
async-block-control-flow-static-semantics.stderr WIP fix tests 2019-10-02 14:17:38 -04:00
async-borrowck-escaping-block-error.fixed suggest to add move keyword for generator 2019-10-08 11:13:48 +00:00
async-borrowck-escaping-block-error.rs suggest to add move keyword for generator 2019-10-08 11:13:48 +00:00
async-borrowck-escaping-block-error.stderr suggest to add move keyword for generator 2019-10-08 11:13:48 +00:00
async-borrowck-escaping-closure-error.rs
async-borrowck-escaping-closure-error.stderr
async-closure-matches-expr.rs
async-closure.rs
async-error-span.rs s/async fn/async fn/ 2019-10-02 14:39:44 -04:00
async-error-span.stderr s/async fn/async fn/ 2019-10-02 14:39:44 -04:00
async-fn-elided-impl-lifetime-parameter.rs
async-fn-nonsend.rs
async-fn-nonsend.stderr async/await: improve obligation errors 2019-09-30 23:41:20 +01:00
async-fn-path-elision.rs
async-fn-path-elision.stderr
async-fn-send-uses-nonsend.rs
async-fn-size-moved-locals.rs Do not mark unitinitialized locals as requiring storage 2019-10-02 20:55:38 +01:00
async-fn-size-uninit-locals.rs Revert "Make into schedule drop for the destination" 2019-10-09 21:13:18 +01:00
async-fn-size.rs Do not mark unitinitialized locals as requiring storage 2019-10-02 20:55:38 +01:00
async-matches-expr.rs
async-unsafe-fn-call-in-safe.rs
async-unsafe-fn-call-in-safe.stderr
async-with-closure.rs
await-unsize.rs
bound-normalization.rs
conditional-and-guaranteed-initialization.rs
dont-print-desugared-async.rs
dont-print-desugared-async.stderr
dont-suggest-missing-await.rs
dont-suggest-missing-await.stderr
edition-deny-async-fns-2015.rs
edition-deny-async-fns-2015.stderr syntax: reformat passing of FnHeader to parse_item_fn. 2019-10-01 06:10:06 +02:00
feature-async-closure.rs
feature-async-closure.stderr
futures-api.rs
generics-and-bounds.rs
issue-60709.rs
issue-61452.rs
issue-61452.stderr
issue-61793.rs
issue-61949-self-return-type.rs
issue-61949-self-return-type.stderr
issue-62658.rs
issue-63832-await-short-temporary-lifetime-1.rs
issue-63832-await-short-temporary-lifetime.rs
issue-64130-non-send-future-diags.rs async/await: improve obligation errors 2019-09-30 23:41:20 +01:00
issue-64130-non-send-future-diags.stderr async/await: improve obligation errors 2019-09-30 23:41:20 +01:00
issue-64391.rs
move-part-await-return-rest-struct.rs
move-part-await-return-rest-tuple.rs
mutually-recursive-async-impl-trait-type.rs
mutually-recursive-async-impl-trait-type.stderr
nested-in-impl.rs
no-async-const.rs
no-async-const.stderr
no-const-async.rs Upgrade async/await to "used" keywords. 2019-09-28 09:15:06 -07:00
no-const-async.stderr Upgrade async/await to "used" keywords. 2019-09-28 09:15:06 -07:00
no-move-across-await-struct.rs
no-move-across-await-struct.stderr
no-move-across-await-tuple.rs
no-move-across-await-tuple.stderr
no-non-guaranteed-initialization.rs
no-non-guaranteed-initialization.stderr
no-params-non-move-async-closure.rs
no-params-non-move-async-closure.stderr
no-unsafe-async.rs
no-unsafe-async.stderr
partial-initialization-across-await.rs
partial-initialization-across-await.stderr
recursive-async-impl-trait-type.rs
recursive-async-impl-trait-type.stderr
return-ty-raw-ptr-coercion.rs correct coercion comments 2019-10-02 14:23:36 -04:00
return-ty-unsize-coercion.rs fix example (le sigh) 2019-10-02 18:45:44 -04:00
suggest-missing-await-closure.fixed
suggest-missing-await-closure.rs
suggest-missing-await-closure.stderr
suggest-missing-await.fixed
suggest-missing-await.rs
suggest-missing-await.stderr
suggest-switching-edition-on-await.rs
suggest-switching-edition-on-await.stderr
unreachable-lint-1.rs typeck: silence unreachable code from await 2019-09-30 21:27:18 +01:00
unreachable-lint-1.stderr typeck: silence unreachable code from await 2019-09-30 21:27:18 +01:00
unreachable-lint.rs typeck: silence unreachable code from await 2019-09-30 21:27:18 +01:00
unresolved_type_param.rs s/async fn/async fn/ 2019-10-02 14:39:44 -04:00
unresolved_type_param.stderr s/async fn/async fn/ 2019-10-02 14:39:44 -04:00