rust/src/test/ui/async-await
2019-07-30 10:55:45 +02:00
..
auxiliary
await-keyword Adjust tests. wrt. await_macro being removed. 2019-07-30 10:55:45 +02:00
drop-order
issues
multiple-lifetimes Adjust tests. wrt. await_macro being removed. 2019-07-30 10:55:45 +02:00
argument-patterns.rs
async-await.rs test unsafe fn and async unsafe fn calls in unsafe { async || } 2019-07-12 15:10:52 +10:00
async-closure-matches-expr.rs
async-closure.rs test unsafe fn and async unsafe fn calls in unsafe { async || } 2019-07-12 15:10:52 +10:00
async-error-span.rs
async-error-span.stderr
async-fn-nonsend.rs
async-fn-nonsend.stderr
async-fn-path-elision.rs
async-fn-path-elision.stderr
async-fn-send-uses-nonsend.rs
async-fn-size-moved-locals.rs
async-fn-size.rs
async-matches-expr.rs
async-unsafe-fn-call-in-safe.rs test E0133 when calling free/impl async unsafe fn in async fn 2019-07-12 14:44:50 +10:00
async-unsafe-fn-call-in-safe.stderr test E0133 when calling free/impl async unsafe fn in async fn 2019-07-12 14:44:50 +10:00
async-with-closure.rs
await-unsize.rs
bound-normalization.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
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
no-args-non-move-async-closure.rs
no-args-non-move-async-closure.stderr
no-async-const.rs
no-async-const.stderr
no-const-async.rs
no-const-async.stderr
no-unsafe-async.rs
no-unsafe-async.stderr
recursive-async-impl-trait-type.rs
recursive-async-impl-trait-type.stderr Better recursive async fn error message. 2019-07-28 17:03:42 +01: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
unresolved_type_param.rs
unresolved_type_param.stderr