rust/tests/ui/async-await
2026-01-13 01:16:58 +00:00
..
async-closures Fix suggestion for returning async closures 2025-11-07 08:42:43 +08:00
async-drop test: Subtract code_offset from width for ui_testing 2025-10-02 05:45:16 -06:00
async-fn Account for async fn in traits and impls 2025-12-09 16:46:33 +00:00
auxiliary [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
await-keyword bless the tests 2025-12-10 15:15:56 +01:00
drop-order [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dyn Use more detailed spans in dyn compat errors within bodies 2025-05-27 08:18:11 +00:00
future-sizes use MaybeDangling in ManuallyDrop 2025-12-17 22:26:52 +01:00
in-trait Use return type Span on async fns instead of whole fn def Span 2025-12-09 16:46:33 +00:00
issues Use return type Span on async fns instead of whole fn def Span 2025-12-09 16:46:33 +00:00
multiple-lifetimes diagnostics :3 2025-08-20 11:10:38 +02:00
return-type-notation Gate things properly 2025-07-15 16:02:26 +00:00
track-caller Rollup merge of #134181 - estebank:trim-render, r=oli-obk 2024-12-14 03:54:31 +01:00
argument-patterns.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-assoc-fn-anon-lifetimes.rs Allow newly added non_local_definitions lint in tests 2024-02-17 13:59:45 +01:00
async-await-let-else.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-await-let-else.stderr Use return type Span on async fns instead of whole fn def Span 2025-12-09 16:46:33 +00:00
async-await.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-block-control-flow-static-semantics.rs Update Tests 2024-05-07 16:56:54 -04:00
async-block-control-flow-static-semantics.stderr Remove check_mod_loops query and run the checks per-body instead 2025-06-10 08:41:23 +00:00
async-borrowck-escaping-block-error.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-borrowck-escaping-block-error.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-borrowck-escaping-block-error.stderr handle opaque types before region inference 2025-08-20 11:04:38 +02:00
async-borrowck-escaping-closure-error.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
async-borrowck-escaping-closure-error.stderr Stabilize async closures 2024-12-13 00:04:56 +00:00
async-closure-matches-expr.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
async-closure.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
async-error-span.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-error-span.stderr Point at tail expression on rpit E0277 2024-11-02 03:08:04 +00:00
async-fn-elided-impl-lifetime-parameter.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-fn-nonsend.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-fn-nonsend.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
async-fn-path-elision.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-fn-path-elision.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
async-fn-send-uses-nonsend.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-fn-size-moved-locals.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-fn-size-uninit-locals.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-fn-size.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-gen-move-suggestion.fixed Fix wrong suggestion for async gen block and add regression ui test for #139839 2025-04-15 21:48:36 +02:00
async-gen-move-suggestion.rs Fix wrong suggestion for async gen block and add regression ui test for #139839 2025-04-15 21:48:36 +02:00
async-gen-move-suggestion.stderr Fix wrong suggestion for async gen block and add regression ui test for #139839 2025-04-15 21:48:36 +02:00
async-is-unwindsafe.rs Wrap Context.ext in AssertUnwindSafe 2024-05-21 19:05:37 -07:00
async-is-unwindsafe.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
async-matches-expr.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-outside-of-await-issue-121096.rs Adjust error yield/await lowering 2024-02-27 03:20:10 +00:00
async-outside-of-await-issue-121096.stderr Error on using yield without also using #[coroutine] on the closure 2024-04-24 08:05:29 +00:00
async-trait-fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-unsafe-fn-call-in-safe.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
async-unsafe-fn-call-in-safe.stderr Stabilize THIR unsafeck 2024-01-05 10:00:59 +00:00
async-with-closure.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
await-into-future.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
await-sequence.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
await-unsize.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
awaiting-unsized-param.rs Unimplement unsized_locals 2025-06-13 01:16:36 +02:00
awaiting-unsized-param.stderr Unimplement unsized_locals 2025-06-13 01:16:36 +02:00
bound-normalization.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
clone-suggestion.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
clone-suggestion.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
clone-suggestion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
conditional-and-guaranteed-initialization.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const-async-fn-in-main.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const-async-fn-in-main.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
context-is-sorta-unwindsafe.rs Wrap Context.ext in AssertUnwindSafe 2024-05-21 19:05:37 -07:00
coroutine-desc.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
coroutine-desc.stderr Add missing check for async body when suggesting await on futures. 2025-01-16 21:34:40 +01:00
coroutine-not-future.rs On long E0277 primary span label, move it to a help 2024-11-02 03:08:04 +00:00
coroutine-not-future.stderr On unmet trait bound, mention if trait is unstable 2026-01-13 01:16:58 +00:00
debug-ice-attempted-to-add-with-overflow.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
debug-ice-attempted-to-add-with-overflow.stderr Make obligation cause code suggestions verbose 2025-06-06 20:12:11 +00:00
deep-futures-are-freeze.rs Add ignore-backends annotations in failing GCC backend ui tests 2025-07-23 13:48:04 +02:00
default-struct-update.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dont-ice-for-type-mismatch-in-closure-in-async.rs Stop using HirId for fn-like parents 2024-04-11 11:56:47 -04:00
dont-ice-for-type-mismatch-in-closure-in-async.stderr Detail expectation on non-() block tail in if then condition with no else 2025-12-22 13:55:49 +00:00
dont-print-desugared-async.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dont-print-desugared-async.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
dont-suggest-await-on-method-return-mismatch.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dont-suggest-await-on-method-return-mismatch.stderr suggest method name with maybe ty mismatch 2025-08-31 10:55:14 +08:00
dont-suggest-missing-await.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dont-suggest-missing-await.stderr Add missing check for async body when suggesting await on futures. 2025-01-16 21:34:40 +01:00
drop-and-assign.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
drop-live-upvar-2.may_not_dangle.stderr Add test for upvar breakage 2025-08-08 18:53:18 +00:00
drop-live-upvar-2.rs Add test for upvar breakage 2025-08-08 18:53:18 +00:00
drop-live-upvar.rs Check coroutine upvars and in dtorck constraint 2025-08-08 18:53:18 +00:00
drop-live-upvar.stderr Check coroutine upvars and in dtorck constraint 2025-08-08 18:53:18 +00:00
drop-track-bad-field-in-fru.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
drop-track-bad-field-in-fru.stderr Make obligation cause code suggestions verbose 2025-06-06 20:12:11 +00:00
drop-track-field-assign-nonsend.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
drop-track-field-assign-nonsend.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
drop-track-field-assign.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
drop-tracking-unresolved-typeck-results.no_assumptions.stderr Gate things properly 2025-07-15 16:02:26 +00:00
drop-tracking-unresolved-typeck-results.rs Gate things properly 2025-07-15 16:02:26 +00:00
edition-deny-async-fns-2015.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
edition-deny-async-fns-2015.stderr Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
expansion-in-attrs.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
feature-async-for-loop.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
feature-async-for-loop.stderr Bless tests 2024-01-13 12:46:58 -05:00
feature-self-return-type.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
feature-self-return-type.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
field-assign-nonsend.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
field-assign-nonsend.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
field-assign.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
field-in-sync.rs Also note for fields 2024-10-12 06:14:46 -04:00
field-in-sync.stderr Also note for fields 2024-10-12 06:14:46 -04:00
for-await-2015.rs Add missing edition directives for async-await tests 2025-05-26 14:59:48 +02:00
for-await-consumes-iter.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00
for-await-consumes-iter.stderr Update test outputs 2023-12-22 11:01:07 -08:00
for-await-passthrough.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00
for-await.rs Stabilize noop_waker 2024-12-05 14:14:17 -08:00
format-await-send.rs add regression test for rust-lang#101650 2025-05-17 01:30:07 +09:00
future-contains-err-issue-115188.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
future-contains-err-issue-115188.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
futures-api.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
generics-and-bounds.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
higher-ranked-auto-trait-1.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-1.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-2.rs trait_sel: don't require predicates of aliases hold 2025-10-15 09:35:05 +01:00
higher-ranked-auto-trait-3.rs trait_sel: don't require predicates of aliases hold 2025-10-15 09:35:05 +01:00
higher-ranked-auto-trait-4.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-4.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-5.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-5.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-6.no_assumptions.stderr Remove the witness type from coroutine args 2025-07-31 17:38:28 +00:00
higher-ranked-auto-trait-6.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-7.rs trait_sel: don't require predicates of aliases hold 2025-10-15 09:35:05 +01:00
higher-ranked-auto-trait-8.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-8.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-9.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-9.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-10.assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-10.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-10.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-11.assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-11.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-11.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-12.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-12.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-13.assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-13.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-13.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-14.rs trait_sel: don't require predicates of aliases hold 2025-10-15 09:35:05 +01:00
higher-ranked-auto-trait-15.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-15.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-16.assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-16.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-16.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-17.no_assumptions.stderr Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-auto-trait-17.rs Add tests, some of them fail... 2025-07-15 16:02:26 +00:00
higher-ranked-normalize-assumptions-2.rs Don't normalize higher-ranked assumptions if they're not used 2025-10-03 10:32:23 -04:00
higher-ranked-normalize-assumptions.rs Don't normalize higher-ranked assumptions if they're not used 2025-10-03 10:32:23 -04:00
impl-future-escaping-bound-vars-ice.rs cleaned up some tests 2025-07-01 16:26:57 +05:00
impl-future-escaping-bound-vars-ice.stderr cleaned up some tests 2025-07-01 16:26:57 +05:00
incorrect-move-async-order-issue-79694.fixed compiletest: Improve diagnostics for line annotation mismatches 2025-06-23 21:30:56 +03:00
incorrect-move-async-order-issue-79694.rs compiletest: Improve diagnostics for line annotation mismatches 2025-06-23 21:30:56 +03:00
incorrect-move-async-order-issue-79694.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
inference_var_self_argument.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
inference_var_self_argument.stderr Use return type Span on async fns instead of whole fn def Span 2025-12-09 16:46:33 +00:00
interior-with-const-generic-expr.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-54239-private-type-triggers-lint.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-60709.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
issue-61076.rs On unmet trait bound, mention if trait is unstable 2026-01-13 01:16:58 +00:00
issue-61076.stderr On unmet trait bound, mention if trait is unstable 2026-01-13 01:16:58 +00:00
issue-61452.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-61452.stderr Better span for "make binding mutable" suggestion 2024-07-04 02:02:21 +00:00
issue-61793.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-62658.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-63832-await-short-temporary-lifetime-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-63832-await-short-temporary-lifetime.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-64130-1-sync.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-64130-1-sync.stderr On E0277, point at type that doesn't implement bound 2025-08-22 17:55:15 +00:00
issue-64130-2-send.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-64130-2-send.stderr On E0277, point at type that doesn't implement bound 2025-08-22 17:55:15 +00:00
issue-64130-3-other.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-64130-3-other.stderr Use return type Span on async fns instead of whole fn def Span 2025-12-09 16:46:33 +00:00
issue-64130-4-async-move.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-64130-non-send-future-diags.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-64130-non-send-future-diags.stderr add nonpoison::mutex implementation 2025-07-29 10:32:15 +02:00
issue-64391.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-65634-raw-ident-suggestion.edition2015.stderr Add missing edition directives for async-await tests 2025-05-26 14:59:48 +02:00
issue-65634-raw-ident-suggestion.edition2018.stderr Add missing edition directives for async-await tests 2025-05-26 14:59:48 +02:00
issue-65634-raw-ident-suggestion.rs Add missing edition directives for async-await tests 2025-05-26 14:59:48 +02:00
issue-66312.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-66312.stderr Arbitrary self types v2: adjust diagnostic. 2024-12-13 15:40:37 +00:00
issue-66387-if-without-else.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-66387-if-without-else.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-67252-unnamed-future.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-67252-unnamed-future.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
issue-67651.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-67651.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-67765-async-diagnostic.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-67765-async-diagnostic.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68112.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +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-68523.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-68523.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-69446-fnmut-capture.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-69446-fnmut-capture.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-70594.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-70594.stderr Fix spans for bad await in inline const 2023-11-28 19:29:56 +00:00
issue-70818.rs Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness 2025-07-31 17:31:51 +00:00
issue-70818.stderr Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness 2025-07-31 17:31:51 +00:00
issue-70935-complex-spans.rs Get rid of check_opaque_type_well_formed 2024-11-08 03:46:27 +00:00
issue-70935-complex-spans.stderr Manually register some bounds for a better span 2024-11-08 04:56:08 +00:00
issue-71137.rs compiletest: Stricter parsing for diagnostic kinds 2025-04-07 19:13:31 +03:00
issue-71137.stderr add nonpoison::mutex implementation 2025-07-29 10:32:15 +02:00
issue-72442.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-72442.stderr Detect when method call on argument could be removed to fulfill failed trait bound 2024-02-16 04:28:05 +00:00
issue-72470-llvm-dominate.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-72590-type-error-sized.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-72590-type-error-sized.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
issue-73050.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-73137.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-73541-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-73541-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-73541-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-73541-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-73541-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-73541-3.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-73541.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-73541.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-73741-type-err.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-73741-type-err.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-74047.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-74047.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-74072-lifetime-name-annotations.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
issue-74072-lifetime-name-annotations.stderr diagnostics :3 2025-08-20 11:10:38 +02:00
issue-74497-lifetime-in-opaque.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-74497-lifetime-in-opaque.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-75785-confusing-named-region.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-75785-confusing-named-region.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-76547.rs diagnostics :3 2025-08-20 11:10:38 +02:00
issue-76547.stderr diagnostics :3 2025-08-20 11:10:38 +02:00
issue-77993-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-77993-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-78115.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-84841.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-84841.stderr On unmet trait bound, mention if trait is unstable 2026-01-13 01:16:58 +00:00
issue-86507.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-86507.stderr Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness 2025-07-31 17:31:51 +00:00
issue-93197.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-93648.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-98634.rs Shorten error message for callable with wrong return type 2025-02-02 01:00:33 +00:00
issue-98634.stderr Shorten error message for callable with wrong return type 2025-02-02 01:00:33 +00:00
issue-101715.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-101715.stderr Make obligation cause code suggestions verbose 2025-06-06 20:12:11 +00:00
issue-105501.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-107036.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-108572.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-108572.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-108572.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
labeled-break-in-async-fn-ice-66702.rs Add test batch 4 2025-10-11 21:59:51 -04:00
labeled-break-in-async-fn-ice-66702.stderr Add test batch 4 2025-10-11 21:59:51 -04:00
missed-capture-issue-107414.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-return-in-async-block.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-return-in-async-block.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-return-in-async-block.stderr Detail expectation on non-() block tail in if then condition with no else 2025-12-22 13:55:49 +00:00
move-part-await-return-rest-struct.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
move-part-await-return-rest-tuple.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mutually-recursive-async-impl-trait-type.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mutually-recursive-async-impl-trait-type.stderr Make cycle error more resilient to where it starts 2024-01-08 20:30:24 +00:00
nested-in-impl.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-async-const.rs Handle safety keyword for extern block inner items 2024-06-04 14:19:42 -03:00
no-async-const.stderr Handle safety keyword for extern block inner items 2024-06-04 14:19:42 -03:00
no-const-async.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-const-async.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
no-move-across-await-struct.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-move-across-await-struct.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
no-move-across-await-tuple.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-move-across-await-tuple.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
no-non-guaranteed-initialization.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-non-guaranteed-initialization.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
no-params-non-move-async-closure.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
no-std.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-unsafe-async.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
no-unsafe-async.stderr Recover from incorrectly ordered/duplicated function keywords 2023-10-27 18:29:43 +00:00
non-trivial-drop.rs Error on using yield without also using #[coroutine] on the closure 2024-04-24 08:05:29 +00:00
normalize-output-in-signature-deduction.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
partial-drop-partial-reinit.rs Remove redundant coroutine captures note 2024-03-19 12:02:21 -04:00
partial-drop-partial-reinit.stderr Use return type Span on async fns instead of whole fn def Span 2025-12-09 16:46:33 +00:00
partial-initialization-across-await.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
partial-initialization-across-await.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pin-needed-to-poll-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pin-needed-to-poll-2.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
pin-needed-to-poll-3.rs Add test for incorrect pinning suggestion 2024-05-28 20:05:01 +00:00
pin-needed-to-poll-3.stderr Account for existing bindings when suggesting pinning 2024-05-28 20:48:35 +00:00
pin-needed-to-poll.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pin-needed-to-poll.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
post-cleanup-phase-validation.rs Proactively update coroutine drop shim's phase to account for later passes applied during shim query 2025-04-12 20:54:08 +00:00
proper-span-for-type-error.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
proper-span-for-type-error.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
proper-span-for-type-error.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
recursive-async-auto-trait-overflow-only-parent-args.rs add test 2025-08-13 14:10:19 +02:00
recursive-async-auto-trait-overflow.rs Ignore coroutine witness type region args in auto trait confirmation 2025-08-10 02:21:48 +00:00
recursive-async-impl-trait-type.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
recursive-async-impl-trait-type.stderr Make cycle error more resilient to where it starts 2024-01-08 20:30:24 +00:00
repeat_count_const_in_async_fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
return-ty-raw-ptr-coercion.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
return-ty-unsize-coercion.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
send-bound-async-closure.rs Don't ICE when encountering bound regions in generator interior type 2024-03-19 11:30:12 -04:00
suggest-missing-await-closure.fixed Stabilize async closures 2024-12-13 00:04:56 +00:00
suggest-missing-await-closure.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
suggest-missing-await-closure.stderr Stabilize async closures 2024-12-13 00:04:56 +00:00
suggest-missing-await.rs compiletest: Trim the value of dont-require-annotations 2025-04-10 23:48:57 +03:00
suggest-missing-await.stderr compiletest: Make SUGGESTION annotations viral 2025-04-10 23:48:57 +03:00
suggest-switching-edition-on-await-cargo.rs Add missing edition directives for async-await tests 2025-05-26 14:59:48 +02:00
suggest-switching-edition-on-await-cargo.stderr Add missing edition directives for async-await tests 2025-05-26 14:59:48 +02:00
suggest-switching-edition-on-await.rs Add missing edition directives for async-await tests 2025-05-26 14:59:48 +02:00
suggest-switching-edition-on-await.stderr Add missing edition directives for async-await tests 2025-05-26 14:59:48 +02:00
task-context-arg.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
try-in-sync.rs Add a note for ? on future in sync function 2024-10-12 06:14:45 -04:00
try-in-sync.stderr On unmet trait bound, mention if trait is unstable 2026-01-13 01:16:58 +00:00
try-on-option-in-async.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
try-on-option-in-async.stderr Tweak E0277 when predicate comes indirectly from ? 2025-02-20 18:15:39 +00:00
type-parameter-send.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unconstrained-lifetimes.rs Check sig for errors before checking for unconstrained anonymous lifetime 2025-02-11 22:59:57 +00:00
unconstrained-lifetimes.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
unnecessary-await.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unnecessary-await.stderr Make obligation cause code suggestions verbose 2025-06-06 20:12:11 +00:00
unreachable-lint-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unreachable-lint-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unreachable-lint-2.rs Properly mark loop as diverging if it has no breaks 2024-07-31 12:24:26 -04:00
unreachable-lint-2.stderr Properly mark loop as diverging if it has no breaks 2024-07-31 12:24:26 -04:00
unreachable-lint.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unresolved_type_param.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unresolved_type_param.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unsized-across-await.rs Unimplement unsized_locals 2025-06-13 01:16:36 +02:00
unsized-across-await.stderr Unimplement unsized_locals 2025-06-13 01:16:36 +02:00
unused-lifetime.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused-lifetime.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00