..
auxiliary
Add missing dyn keywords to tests that do not test for them
2025-06-02 11:02:50 +02:00
print
On E0277, point at type that doesn't implement bound
2025-08-22 17:55:15 +00:00
addassign-yield.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
arg-count-mismatch-on-unit-input.rs
Fixed diagnostics for coroutines with () as input.
2024-09-25 08:45:40 +00:00
arg-count-mismatch-on-unit-input.stderr
Point at tail expression on rpit E0277
2024-11-02 03:08:04 +00:00
async-coroutine-issue-67158.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
async-coroutine-issue-67158.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
async-gen-deduce-yield.rs
replace //@ compile-flags: --edition with //@ edition
2025-04-10 09:56:37 +02:00
async-gen-yield-ty-is-unit.rs
replace //@ compile-flags: --edition with //@ edition
2025-04-10 09:56:37 +02:00
async_gen_fn.e2015.stderr
Gate 2015 UI tests
2025-11-27 11:19:00 -05:00
async_gen_fn.e2018.stderr
Gate 2015 UI tests
2025-11-27 11:19:00 -05:00
async_gen_fn.e2021.stderr
Gate 2015 UI tests
2025-11-27 11:19:00 -05:00
async_gen_fn.e2024.stderr
Gate 2015 UI tests
2025-11-27 11:19:00 -05:00
async_gen_fn.mid.stderr
Gate 2015 UI tests
2025-11-27 11:19:00 -05:00
async_gen_fn.none.stderr
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
async_gen_fn.rs
Gate 2015 UI tests
2025-11-27 11:19:00 -05:00
async_gen_fn_iter.rs
Stabilize noop_waker
2024-12-05 14:14:17 -08:00
auto-trait-regions.rs
Do not use gen as binding name
2025-06-25 16:52:31 +00:00
auto-trait-regions.stderr
Add edition checks for some tests that had divergent output
2025-06-25 17:02:26 +00:00
borrow-in-tail-expr.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
borrowing.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
borrowing.stderr
Modify find_expr from Span to better account for closures
2024-04-24 22:21:13 +00:00
break-inside-coroutine-issue-124495.rs
Stabilize async closures
2024-12-13 00:04:56 +00:00
break-inside-coroutine-issue-124495.stderr
Stabilize async closures
2024-12-13 00:04:56 +00:00
check-resume-ty-lifetimes-2.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
check-resume-ty-lifetimes-2.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
check-resume-ty-lifetimes.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
check-resume-ty-lifetimes.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
clone-impl-async.rs
Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness
2025-07-31 17:31:51 +00:00
clone-impl-async.stderr
Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness
2025-07-31 17:31:51 +00:00
clone-impl-static.rs
Do not use gen as binding name
2025-06-25 16:52:31 +00:00
clone-impl-static.stderr
Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness
2025-07-31 17:31:51 +00:00
clone-impl.rs
Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness
2025-07-31 17:31:51 +00:00
clone-impl.stderr
Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness
2025-07-31 17:31:51 +00:00
clone-rpit.rs
More
2025-04-23 15:09:25 +00:00
conditional-drop.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
const_gen_fn.rs
Add iter macro
2025-06-03 10:52:32 -07:00
const_gen_fn.stderr
Add iter macro
2025-06-03 10:52:32 -07:00
control-flow.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
copy-fast-path-query-cycle.rs
add test
2025-09-24 15:02:41 +02:00
coroutine-in-orphaned-anon-const.rs
Don't try and handle unfed type_of on anon consts
2024-12-03 23:39:51 +00:00
coroutine-in-orphaned-anon-const.stderr
Don't try and handle unfed type_of on anon consts
2024-12-03 23:39:51 +00:00
coroutine-region-requirements.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
coroutine-region-requirements.stderr
Show number in error message even for one error
2023-11-24 19:15:52 +01:00
coroutine-resume-after-panic.rs
tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx}
2025-01-23 20:51:29 +08:00
coroutine-with-nll.rs
UI tests: add missing diagnostic kinds where possible
2025-04-08 23:06:31 +03:00
coroutine-with-nll.stderr
Explain that coroutine can be marked static
2024-07-21 22:32:29 -04:00
coroutine-yielding-or-returning-itself.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
coroutine-yielding-or-returning-itself.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
delayed-obligations-emit.next.stderr
check coroutines with TypingMode::Borrowck to avoid cyclic reasoning
2025-05-17 12:28:21 +00:00
delayed-obligations-emit.rs
check coroutines with TypingMode::Borrowck to avoid cyclic reasoning
2025-05-17 12:28:21 +00:00
derived-drop-parent-expr.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
discriminant.rs
bless ui tests
2024-08-20 18:33:25 +02:00
dont-drop-stalled-generators.rs
add regression test
2025-04-25 19:13:41 +00:00
drop-and-replace.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
drop-control-flow.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
drop-env.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
drop-track-addassign-yield.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
drop-tracking-parent-expression.rs
compiletest: Make diagnostic kind mandatory on line annotations
2025-04-30 10:44:24 +03:00
drop-tracking-parent-expression.stderr
On E0277, point at type that doesn't implement bound
2025-08-22 17:55:15 +00:00
drop-tracking-yielding-in-match-guards.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
drop-yield-twice.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
drop-yield-twice.stderr
On E0277, point at type that doesn't implement bound
2025-08-22 17:55:15 +00:00
dropck-resume.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
dropck-resume.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
dropck.rs
Gate 2018 UI tests
2025-11-27 14:13:58 -05:00
dropck.stderr
Gate 2018 UI tests
2025-11-27 14:13:58 -05:00
gen_block.e2024.stderr
Add the yield_expr feature
2025-03-06 11:33:24 -08:00
gen_block.none.stderr
Add iter macro
2025-06-03 10:52:32 -07:00
gen_block.rs
Add the yield_expr feature
2025-03-06 11:33:24 -08:00
gen_block_is_coro.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
gen_block_is_coro.stderr
On unmet trait bound, mention if trait is unstable
2026-01-13 01:16:58 +00:00
gen_block_is_fused_iter.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
gen_block_is_iter.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
gen_block_is_no_future.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
gen_block_is_no_future.stderr
Point at tail expression on rpit E0277
2024-11-02 03:08:04 +00:00
gen_block_iterate.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
gen_block_move.fixed
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
gen_block_move.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
gen_block_move.stderr
Tighten spans for async blocks
2024-06-27 15:19:08 -04:00
gen_block_panic.rs
Ignore more failing ui tests for GCC backend
2025-09-26 15:33:48 +02:00
gen_block_panic.stderr
Ignore more failing ui tests for GCC backend
2025-09-26 15:33:48 +02:00
gen_fn.e2024.stderr
Bless tests
2024-01-13 12:46:58 -05:00
gen_fn.none.stderr
Parse and lower final for methods
2026-02-12 15:12:29 +08:00
gen_fn.rs
Parse and lower final for methods
2026-02-12 15:12:29 +08:00
gen_fn_iter.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
gen_fn_lifetime_capture.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
handle_opaques_before_coroutines.rs
add test for trait-system-refactor-initiative/239
2025-10-01 00:47:58 +02:00
higher-ranked-rigid.rs
Don't require rigid alias's trait to hold
2025-04-16 20:06:39 +00:00
invalid_attr_usage.rs
Update uitests
2025-08-14 18:18:42 +02:00
invalid_attr_usage.stderr
Update uitests
2025-08-14 18:18:42 +02:00
issue-44197.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-45729-unsafe-in-coroutine.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-45729-unsafe-in-coroutine.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-48048.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-48048.stderr
Explain that coroutine can be marked static
2024-07-21 22:32:29 -04:00
issue-52304.rs
Use PostBorrowckAnalysis in check_coroutine_obligations
2024-12-25 01:27:27 +00:00
issue-52398.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-52398.stderr
bless tests with new lint messages
2025-08-19 21:27:10 +02:00
issue-53548-1.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
issue-53548.rs
chore: fix some typos
2024-12-31 15:11:18 +08:00
issue-57017.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-57084.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-57084.stderr
bless tests with new lint messages
2025-08-19 21:27:10 +02:00
issue-57478.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-58888.rs
Add must_use attribute to Coroutine trait
2024-08-12 19:27:57 -07:00
issue-61442-stmt-expr-with-drop.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-62506-two_awaits.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
issue-64620-yield-array-element.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-64620-yield-array-element.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-68112.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-68112.stderr
Remove detail from label/note that is already available in other note
2024-10-29 16:26:57 +00:00
issue-69017.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-69039.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-87142.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-88653.rs
Point at tail expression on rpit E0277
2024-11-02 03:08:04 +00:00
issue-88653.stderr
Filter empty lines, comments and delimiters from previous to last multiline span rendering
2024-12-12 23:36:27 +00:00
issue-91477.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-91477.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-93161.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
issue-102645.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-102645.stderr
More sophisticated span trimming
2025-02-21 00:41:17 +00:00
issue-105084.rs
add write_box_via_move intrinsic and use it for vec!
2026-02-16 17:27:40 +01:00
issue-105084.stderr
add write_box_via_move intrinsic and use it for vec!
2026-02-16 17:27:40 +01:00
issue-110929-coroutine-conflict-error-ice.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-113279.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
issue-113279.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
iterator-count.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
layout-error.rs
Do not check Sync during type_of.
2025-07-26 21:53:13 +00:00
layout-error.stderr
Do not check Sync during type_of.
2025-07-26 21:53:13 +00:00
live-upvar-across-yield.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
match-bindings.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
match-bindings.stderr
bless tests with new lint messages
2025-08-19 21:27:10 +02:00
metadata-sufficient-for-layout.rs
Do not check Sync during type_of.
2025-07-26 21:53:13 +00:00
missing_coroutine_attr_suggestion.fixed
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
missing_coroutine_attr_suggestion.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
missing_coroutine_attr_suggestion.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
moved-twice.rs
Consider errors in MIR as impossible predicates.
2025-09-21 03:26:21 +00:00
moved-twice.stderr
Consider errors in MIR as impossible predicates.
2025-09-21 03:26:21 +00:00
nested_coroutine.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
niche-in-coroutine.rs
bless ui tests
2024-08-20 18:33:25 +02:00
non-static-is-unpin.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
not-send-sync.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
not-send-sync.stderr
On E0277, point at type that doesn't implement bound
2025-08-22 17:55:15 +00:00
other-attribute-on-gen.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
overlap-locals.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
panic-drops-resume.rs
Add ignore-backends annotations in failing GCC backend ui tests
2025-07-23 13:48:04 +02:00
panic-drops.rs
Add ignore-backends annotations in failing GCC backend ui tests
2025-07-23 13:48:04 +02:00
panic-safe.rs
Add ignore-backends annotations in failing GCC backend ui tests
2025-07-23 13:48:04 +02:00
parent-expression.rs
compiletest: Make diagnostic kind mandatory on line annotations
2025-04-30 10:44:24 +03:00
parent-expression.stderr
On E0277, point at type that doesn't implement bound
2025-08-22 17:55:15 +00:00
partial-drop.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
partial-initialization-across-yield.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
partial-initialization-across-yield.stderr
Rename generator folder
2023-10-20 21:14:02 +00:00
pattern-borrow.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
pattern-borrow.stderr
Explain that coroutine can be marked static
2024-07-21 22:32:29 -04:00
pin-box-coroutine.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
postfix-yield-after-cast.rs
Account for .yield in illegal postfix operator message
2025-07-28 16:09:59 +00:00
postfix-yield-after-cast.stderr
Account for .yield in illegal postfix operator message
2025-07-28 16:09:59 +00:00
postfix-yield.rs
Update tests.
2025-04-15 11:14:23 +02:00
reborrow-mut-upvar.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
reborrow-mut-upvar.stderr
bless tests with new lint messages
2025-08-19 21:27:10 +02:00
ref-escapes-but-not-over-yield.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
ref-escapes-but-not-over-yield.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
ref-upvar-not-send.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
ref-upvar-not-send.stderr
Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness
2025-07-31 17:31:51 +00:00
reinit-in-match-guard.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
resume-after-return.rs
Add ignore-backends annotations in failing GCC backend ui tests
2025-07-23 13:48:04 +02:00
resume-arg-late-bound.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
resume-arg-late-bound.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
resume-arg-outlives-2.rs
best_blame_constraint: don't filter constraints by sup SCC
2025-01-06 16:08:29 -08:00
resume-arg-outlives-2.stderr
best_blame_constraint: don't filter constraints by sup SCC
2025-01-06 16:08:29 -08:00
resume-arg-outlives.rs
Ensure that resume arg outlives region bound for coroutines
2024-10-25 20:16:52 +00:00
resume-arg-outlives.stderr
More sophisticated span trimming
2025-02-21 00:41:17 +00:00
resume-arg-size.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
resume-live-across-yield.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
retain-resume-ref.rs
UI tests: add missing diagnostic kinds where possible
2025-04-08 23:06:31 +03:00
retain-resume-ref.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
return-types-diverge.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
return-types.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
return-types.stderr
Make sure all kinds of generators only return unit
2023-12-18 01:45:42 +00:00
self_referential_gen_block.rs
Stabilize the 2024 edition
2024-11-22 11:12:15 -08:00
self_referential_gen_block.stderr
Explain that coroutine can be marked static
2024-07-21 22:32:29 -04:00
size-moved-locals.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
sized-yield.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
sized-yield.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
smoke-resume-args.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
smoke.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
stalled-coroutine-obligations.rs
bless tests
2026-02-09 15:09:43 +08:00
stalled-coroutine-obligations.stderr
bless tests
2026-02-09 15:09:43 +08:00
static-closure-unexpanded.rs
Remove uses of cfg(any()/all())
2025-12-10 23:41:19 +00:00
static-closure-unexpanded.stderr
Gate static coroutines behind a parser feature
2025-08-19 13:12:31 +00:00
static-coroutine.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
static-move-suggestion.fixed
add ui tests for E0373 suggestion
2024-05-19 19:23:38 -05:00
static-move-suggestion.rs
add ui tests for E0373 suggestion
2024-05-19 19:23:38 -05:00
static-move-suggestion.stderr
add ui tests for E0373 suggestion
2024-05-19 19:23:38 -05:00
static-mut-reference-across-yield.rs
Update tests for hidden references to mutable static
2024-09-13 14:10:56 +03:00
static-not-unpin.current.stderr
fix tests
2024-11-02 16:58:50 +00:00
static-not-unpin.next.stderr
fix tests
2024-11-02 16:58:50 +00:00
static-not-unpin.rs
Remove the -test suffix from normalize directives
2024-12-27 19:58:16 +11:00
static-reference-across-yield.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
too-live-local-in-immovable-gen.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
too-live-local-in-immovable-gen.stderr
bless tests with new lint messages
2025-08-19 21:27:10 +02:00
too-many-parameters.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
too-many-parameters.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
type-mismatch-error.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
type-mismatch-error.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
type-mismatch-signature-deduction.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
type-mismatch-signature-deduction.stderr
Stop inverting expectation in normalization errors
2024-10-16 13:44:56 -04:00
uninhabited-field.rs
Stabilize assert_matches
2026-02-11 14:13:44 +01:00
unresolved-ct-var.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
unresolved-ct-var.stderr
Make obligation cause code suggestions verbose
2025-06-06 20:12:11 +00:00
unsized-capture-across-yield.rs
Unimplement unsized_locals
2025-06-13 01:16:36 +02:00
unsized-capture-across-yield.stderr
Unimplement unsized_locals
2025-06-13 01:16:36 +02:00
unsized-local-across-yield.rs
Unimplement unsized_locals
2025-06-13 01:16:36 +02:00
unsized-local-across-yield.stderr
Unimplement unsized_locals
2025-06-13 01:16:36 +02:00
unwind-abort-mix.rs
Add ignore-backends annotations in failing GCC backend ui tests
2025-07-23 13:48:04 +02:00
witness-ignore-fake-reads.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
xcrate-reachable.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
xcrate.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
yield-in-args-rev.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-in-args-rev.stderr
bless tests with new lint messages
2025-08-19 21:27:10 +02:00
yield-in-args.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-in-args.stderr
Explain that coroutine can be marked static
2024-07-21 22:32:29 -04:00
yield-in-const.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-in-const.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-in-function.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-in-function.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-in-initializer.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-in-initializer.stderr
bless tests with new lint messages
2025-08-19 21:27:10 +02:00
yield-in-static.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-in-static.stderr
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-outside-coroutine-issue-78653.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-outside-coroutine-issue-78653.stderr
Remove detail from label/note that is already available in other note
2024-10-29 16:26:57 +00:00
yield-subtype.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-subtype.stderr
bless tests with new lint messages
2025-08-19 21:27:10 +02:00
yield-while-iterating.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-while-iterating.stderr
Explain that coroutine can be marked static
2024-07-21 22:32:29 -04:00
yield-while-local-borrowed.rs
Error on using yield without also using #[coroutine] on the closure
2024-04-24 08:05:29 +00:00
yield-while-local-borrowed.stderr
Explain that coroutine can be marked static
2024-07-21 22:32:29 -04:00
yield-while-ref-reborrowed.rs
Gate 2018 UI tests
2025-11-27 14:13:58 -05:00
yield-while-ref-reborrowed.stderr
Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic
2026-01-26 17:34:31 +00:00
yielding-in-match-guards.rs
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00