rust/tests/ui/async-await/async-closures
2024-09-16 22:09:42 -04:00
..
auxiliary
ambiguous-arg.rs
ambiguous-arg.stderr
arg-mismatch.rs
arg-mismatch.stderr
async-fn-mut-for-async-fn.rs
async-fn-once-for-async-fn.rs
await-inference-guidance.rs
body-check-on-non-fnmut.rs Don't call closure_by_move_body_def_id on FnOnce async closures in MIR validation 2024-09-10 10:55:05 -04:00
box-deref-in-debuginfo.rs Stop doing weird index stuff in ElaborateBoxDerefs 2024-08-02 17:45:55 -04:00
brand.rs
captures.rs
captures.run.stdout
clone-closure.rs Make coroutine-closures possible to be cloned 2024-07-26 12:53:53 -04:00
clone-closure.run.stdout Make coroutine-closures possible to be cloned 2024-07-26 12:53:53 -04:00
closure-shim-borrowck-error.rs Don't ICE when generating Fn shim for async closure with borrowck error 2024-09-16 10:57:58 -04:00
closure-shim-borrowck-error.stderr Don't ICE when generating Fn shim for async closure with borrowck error 2024-09-16 10:57:58 -04:00
constrained-but-no-upvars-yet.rs Make all tests in async dir build-pass, adjust implements-fnmut test to begin ICEing during codegen 2024-06-29 17:38:02 -04:00
debuginfo-by-move-body.rs Consider synthetic closure bodies to be typeck children 2024-09-14 16:33:25 -04:00
def-path.rs
def-path.stderr
different-projection-lengths-for-different-upvars.rs
dont-ice-when-body-tainted-by-errors.rs
dont-ice-when-body-tainted-by-errors.stderr
drop.rs
drop.run.stdout
fn-exception-target-features.rs Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn 2024-08-08 14:07:31 -04:00
fn-exception-target-features.stderr Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn 2024-08-08 14:07:31 -04:00
fn-exception.rs Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn 2024-08-08 14:07:31 -04:00
fn-exception.stderr Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn 2024-08-08 14:07:31 -04:00
force-move-due-to-actually-fnonce.rs Make all tests in async dir build-pass, adjust implements-fnmut test to begin ICEing during codegen 2024-06-29 17:38:02 -04:00
force-move-due-to-inferred-kind.rs Make all tests in async dir build-pass, adjust implements-fnmut test to begin ICEing during codegen 2024-06-29 17:38:02 -04:00
foreign.rs Encode coroutine_by_move_body_def_id in crate metadata 2024-09-16 19:59:04 -04:00
higher-ranked-return.rs
higher-ranked-return.stderr
higher-ranked.rs
implements-fnmut.rs Make all tests in async dir build-pass, adjust implements-fnmut test to begin ICEing during codegen 2024-06-29 17:38:02 -04:00
inline-body.rs Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind::SyntheticCoroutineBody 2024-09-16 22:09:42 -04:00
is-fn.rs
is-not-fn.rs
is-not-fn.stderr
lint-closure-returning-async-block.rs Make it into a structured suggestion, maybe-incorrect 2024-06-28 20:16:35 -04:00
lint-closure-returning-async-block.stderr Make it into a structured suggestion, maybe-incorrect 2024-06-28 20:16:35 -04:00
mac-body.rs Replace walk with visit so we dont skip outermost expr kind in def collector 2024-09-01 11:16:50 -04:00
mangle.rs
moro-example.rs
move-consuming-capture.rs
move-consuming-capture.stderr Make coroutine-closures possible to be cloned 2024-07-26 12:53:53 -04:00
move-is-async-fn.rs
move-out-of-ref.rs Fix projections when parent capture is by-ref 2024-08-14 13:24:07 -04:00
move-out-of-ref.stderr Fix projections when parent capture is by-ref 2024-08-14 13:24:07 -04:00
mut-ref-reborrow.rs
mutate.rs
no-borrow-from-env.rs
non-copy-arg-does-not-force-inner-move.rs Skip over args when determining if coroutine-closure's inner coroutine consumes its upvars 2024-08-01 18:46:26 -04:00
not-clone-closure.rs Make coroutine-closures possible to be cloned 2024-07-26 12:53:53 -04:00
not-clone-closure.stderr Make coroutine-closures possible to be cloned 2024-07-26 12:53:53 -04:00
not-fn.rs
not-fn.stderr
not-lending.rs
not-lending.stderr
once.rs
overlapping-projs.rs
overlapping-projs.run.stdout
precise-captures.call_once.run.stdout
precise-captures.call.run.stdout
precise-captures.force_once.run.stdout
precise-captures.rs
refd.rs
return-type-mismatch.rs
return-type-mismatch.stderr
sig-from-bare-fn.rs Infer async closure args from Fn bound even if there is no corresponding Future bound 2024-08-14 15:33:03 -04:00
signature-deduction.rs Make all tests in async dir build-pass, adjust implements-fnmut test to begin ICEing during codegen 2024-06-29 17:38:02 -04:00
signature-inference-from-two-part-bound.rs Infer async closure signature from old-style two-part Fn + Future bounds 2024-07-08 12:56:54 -04:00
tainted-body-2.rs Don't build by-move body when async closure is tainted 2024-09-07 07:50:44 -04:00
tainted-body-2.stderr Don't build by-move body when async closure is tainted 2024-09-07 07:50:44 -04:00
tainted-body.rs
tainted-body.stderr
truncated-fields-when-imm.rs
validate-synthetic-body.rs Do not call query to compute coroutine layout for synthetic body of async closure 2024-09-01 06:13:04 -04:00
without-precise-captures-we-are-powerless.rs Make coroutine-closures possible to be cloned 2024-07-26 12:53:53 -04:00
without-precise-captures-we-are-powerless.stderr Suppress useless clone suggestion 2024-07-26 12:53:55 -04:00
wrong-fn-kind.rs
wrong-fn-kind.stderr