rust/tests/ui/coroutine
bors 13dac8fb73 Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco
Replace `mir_built` query with a hook and use mir_const everywhere instead

A small perf improvement due to less dep graph handling.

Mostly just a cleanup to get rid of one of our many mir queries
2024-03-25 01:33:46 +00:00
..
auxiliary
print Remove redundant coroutine captures note 2024-03-19 12:02:21 -04:00
addassign-yield.rs
async_gen_fn_iter.rs
async_gen_fn.e2024.stderr
async_gen_fn.none.stderr
async_gen_fn.rs
async-coroutine-issue-67158.rs
async-coroutine-issue-67158.stderr
async-gen-deduce-yield.rs
async-gen-yield-ty-is-unit.rs
auto-trait-regions.rs
auto-trait-regions.stderr
borrow-in-tail-expr.rs
borrowing.rs
borrowing.stderr
check-resume-ty-lifetimes-2.rs
check-resume-ty-lifetimes-2.stderr
check-resume-ty-lifetimes.rs
check-resume-ty-lifetimes.stderr
clone-impl-async.rs
clone-impl-async.stderr
clone-impl-static.rs
clone-impl-static.stderr
clone-impl.rs
clone-impl.stderr
clone-rpit.next.stderr Update documentation 2024-03-20 09:49:57 +00:00
clone-rpit.rs Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
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_is_coro.rs
gen_block_is_coro.stderr
gen_block_is_fused_iter.rs Implement FusedIterator for gen block 2024-03-22 02:02:34 +09:00
gen_block_is_iter.rs
gen_block_is_no_future.rs
gen_block_is_no_future.stderr Use root obligation on E0277 for some cases 2024-03-03 18:53:35 +00:00
gen_block_iterate.rs
gen_block_move.fixed
gen_block_move.rs
gen_block_move.stderr
gen_block_panic.rs
gen_block_panic.stderr
gen_block.e2024.stderr
gen_block.none.stderr
gen_block.rs
gen_fn_iter.rs
gen_fn_lifetime_capture.rs
gen_fn.e2024.stderr
gen_fn.none.stderr
gen_fn.rs
issue-44197.rs
issue-45729-unsafe-in-coroutine.rs
issue-45729-unsafe-in-coroutine.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 Remove redundant coroutine captures note 2024-03-19 12:02:21 -04:00
issue-68112.stderr Remove redundant coroutine captures note 2024-03-19 12:02:21 -04:00
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-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 Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
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
polymorphize-args.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 eagerly instantiate binders to avoid relying on sub 2024-03-14 17:19:40 +01:00
resume-arg-late-bound.stderr eagerly instantiate binders to avoid relying on sub 2024-03-14 17:19:40 +01:00
resume-arg-size.rs
resume-live-across-yield.rs
retain-resume-ref.rs
retain-resume-ref.stderr
return-types-diverge.rs
return-types.rs
return-types.stderr
self_referential_gen_block.rs
self_referential_gen_block.stderr
size-moved-locals.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
sized-yield.rs
sized-yield.stderr
smoke-resume-args.rs
smoke.rs compiletest: Add a //@ needs-threads directive 2024-03-06 12:35:07 -08:00
static-coroutine.rs
static-mut-reference-across-yield.rs
static-not-unpin.current.stderr Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
static-not-unpin.next.stderr Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
static-not-unpin.rs Ignore tests w/ current/next revisions from compare-mode=next-solver 2024-03-10 21:18:41 -04:00
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
uninhabited-field.rs
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
unwind-abort-mix.rs
witness-ignore-fake-reads.rs
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