rust/tests/ui/coroutine
Oli Scherer 224ddf8fd9 Only run panic tests on targets that can unwind 2023-10-30 16:32:53 +00:00
..
auxiliary
print
addassign-yield.rs
async-coroutine-issue-67158.rs
async-coroutine-issue-67158.stderr
auto-trait-regions.rs
auto-trait-regions.stderr
borrow-in-tail-expr.rs
borrowing.rs
borrowing.stderr
clone-impl-async.rs
clone-impl-async.stderr
clone-impl-static.rs
clone-impl-static.stderr
clone-impl.rs
clone-impl.stderr
conditional-drop.rs
control-flow.rs
coroutine-region-requirements.migrate.stderr
coroutine-region-requirements.rs
coroutine-region-requirements.stderr
coroutine-resume-after-panic.rs
coroutine-with-nll.rs
coroutine-with-nll.stderr
coroutine-yielding-or-returning-itself.rs
coroutine-yielding-or-returning-itself.stderr
derived-drop-parent-expr.rs
discriminant.rs
drop-and-replace.rs
drop-control-flow.rs
drop-env.rs
drop-track-addassign-yield.rs
drop-tracking-parent-expression.rs
drop-tracking-parent-expression.stderr
drop-tracking-yielding-in-match-guards.rs
drop-yield-twice.rs
drop-yield-twice.stderr
dropck-resume.rs
dropck-resume.stderr
dropck.rs
dropck.stderr
gen_block.e2024.stderr Feature gate coroutine `yield` usage 2023-10-27 13:05:48 +00:00
gen_block.none.stderr Feature gate coroutine `yield` usage 2023-10-27 13:05:48 +00:00
gen_block.rs Feature gate coroutine `yield` usage 2023-10-27 13:05:48 +00:00
gen_block_is_coro.rs Feature gate `gen` blocks, even in 2024 edition 2023-10-27 13:05:48 +00:00
gen_block_is_coro.stderr Make `gen` blocks implement the `Iterator` trait 2023-10-27 13:05:48 +00:00
gen_block_is_iter.rs Feature gate `gen` blocks, even in 2024 edition 2023-10-27 13:05:48 +00:00
gen_block_is_no_future.rs Feature gate `gen` blocks, even in 2024 edition 2023-10-27 13:05:48 +00:00
gen_block_is_no_future.stderr Make `gen` blocks implement the `Iterator` trait 2023-10-27 13:05:48 +00:00
gen_block_iterate.rs Fuse `gen` blocks 2023-10-27 15:20:44 +00:00
gen_block_move.fixed Handle `move` generators 2023-10-27 13:05:48 +00:00
gen_block_move.rs Handle `move` generators 2023-10-27 13:05:48 +00:00
gen_block_move.stderr Handle `move` generators 2023-10-27 13:05:48 +00:00
gen_block_panic.rs Only run panic tests on targets that can unwind 2023-10-30 16:32:53 +00:00
gen_block_panic.stderr Only run panic tests on targets that can unwind 2023-10-30 16:32:53 +00:00
gen_fn.e2024.stderr Talk about `gen fn` in diagnostics about `gen fn` 2023-10-30 10:13:12 +00:00
gen_fn.none.stderr
gen_fn.rs Talk about `gen fn` in diagnostics about `gen fn` 2023-10-30 10:13:12 +00:00
issue-44197.rs
issue-45729-unsafe-in-coroutine.mir.stderr
issue-45729-unsafe-in-coroutine.rs
issue-45729-unsafe-in-coroutine.thir.stderr
issue-48048.rs
issue-48048.stderr
issue-52304.rs
issue-52398.rs
issue-52398.stderr
issue-53548-1.rs
issue-53548.rs
issue-57017.rs
issue-57084.rs
issue-57084.stderr
issue-57478.rs
issue-58888.rs
issue-61442-stmt-expr-with-drop.rs
issue-62506-two_awaits.rs
issue-64620-yield-array-element.rs
issue-64620-yield-array-element.stderr
issue-68112.rs
issue-68112.stderr
issue-69017.rs
issue-69039.rs
issue-87142.rs
issue-88653.rs
issue-88653.stderr
issue-91477.rs
issue-91477.stderr
issue-93161.rs
issue-102645.rs
issue-102645.stderr
issue-105084.rs
issue-105084.stderr
issue-110929-coroutine-conflict-error-ice.rs
issue-110929-coroutine-conflict-error-ice.stderr
issue-113279.rs
issue-113279.stderr
iterator-count.rs
layout-error.rs
layout-error.stderr
live-upvar-across-yield.rs
match-bindings.rs
match-bindings.stderr
metadata-sufficient-for-layout.rs
metadata-sufficient-for-layout.stderr
nested_coroutine.rs
niche-in-coroutine.rs
non-static-is-unpin.rs
not-send-sync.rs
not-send-sync.stderr
overlap-locals.rs
panic-drops-resume.rs
panic-drops.rs
panic-safe.rs
parent-expression.rs
parent-expression.stderr
partial-drop.rs
partial-initialization-across-yield.rs
partial-initialization-across-yield.stderr
pattern-borrow.rs
pattern-borrow.stderr
pin-box-coroutine.rs
reborrow-mut-upvar.rs
reborrow-mut-upvar.stderr
ref-escapes-but-not-over-yield.rs
ref-escapes-but-not-over-yield.stderr
ref-upvar-not-send.rs
ref-upvar-not-send.stderr
reinit-in-match-guard.rs
resume-after-return.rs
resume-arg-late-bound.rs
resume-arg-late-bound.stderr
resume-arg-size.rs
resume-live-across-yield.rs
retain-resume-ref.rs
retain-resume-ref.stderr
self_referential_gen_block.rs Use targetted diagnostic for borrow across yield error 2023-10-27 13:05:49 +00:00
self_referential_gen_block.stderr Use targetted diagnostic for borrow across yield error 2023-10-27 13:05:49 +00:00
size-moved-locals.rs
sized-yield.rs
sized-yield.stderr
smoke-resume-args.rs
smoke.rs
static-coroutine.rs
static-mut-reference-across-yield.rs
static-not-unpin.current.stderr
static-not-unpin.next.stderr
static-not-unpin.rs
static-reference-across-yield.rs
too-live-local-in-immovable-gen.rs
too-live-local-in-immovable-gen.stderr
too-many-parameters.rs
too-many-parameters.stderr
type-mismatch-error.rs
type-mismatch-error.stderr
type-mismatch-signature-deduction.rs
type-mismatch-signature-deduction.stderr
unresolved-ct-var.rs
unresolved-ct-var.stderr
unsized-capture-across-yield.rs
unsized-capture-across-yield.stderr
unsized-local-across-yield.rs
unsized-local-across-yield.stderr
xcrate-reachable.rs
xcrate.rs
yield-in-args-rev.rs
yield-in-args-rev.stderr
yield-in-args.rs
yield-in-args.stderr
yield-in-const.rs
yield-in-const.stderr
yield-in-function.rs
yield-in-function.stderr
yield-in-initializer.rs
yield-in-initializer.stderr
yield-in-static.rs
yield-in-static.stderr
yield-outside-coroutine-issue-78653.rs
yield-outside-coroutine-issue-78653.stderr
yield-subtype.rs
yield-subtype.stderr
yield-while-iterating.rs
yield-while-iterating.stderr
yield-while-local-borrowed.rs
yield-while-local-borrowed.stderr
yield-while-ref-reborrowed.rs
yield-while-ref-reborrowed.stderr
yielding-in-match-guards.rs