rust/tests/ui/async-await/async-fn
León Orell Valerian Liehr 082b97ad05
Rollup merge of #121044 - compiler-errors:mbe-async-trait-bounds, r=fmease
Support async trait bounds in macros

r? fmease

This is similar to your work on const trait bounds. This theoretically regresses `impl async $ident:ident` in macros, but I doubt this is occurring in practice.
2024-02-21 16:32:56 +01:00
..
auxiliary Fix stray trait mismatch in resolve_associated_item for AsyncFn 2024-02-20 15:45:05 +00:00
dyn-pos.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dyn-pos.stderr Prefer AsyncFn* over Fn* for coroutine-closures 2024-02-08 15:46:00 +00:00
edition-2015-not-async-bound.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
edition-2015.rs Better error message in ed 2015 2024-01-31 16:59:19 +00:00
edition-2015.stderr Better error message in ed 2015 2024-01-31 16:59:19 +00:00
impl-header.rs Support async trait bounds in macros 2024-02-20 16:09:09 +00:00
impl-header.stderr Support async trait bounds in macros 2024-02-20 16:09:09 +00:00
impl-trait.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
mbe-async-trait-bound-theoretical-regression.rs Support async trait bounds in macros 2024-02-20 16:09:09 +00:00
mbe-async-trait-bound-theoretical-regression.stderr Support async trait bounds in macros 2024-02-20 16:09:09 +00:00
method-call-pos.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
method-call-pos.stderr Add tests 2024-01-31 16:59:19 +00:00
not-a-trait.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
not-a-trait.stderr Error on incorrect item kind in async bound 2024-01-31 16:59:19 +00:00
simple.rs Fix stray trait mismatch in resolve_associated_item for AsyncFn 2024-02-20 15:45:05 +00:00
sugar.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
trait-bounds-in-macro.rs Support async trait bounds in macros 2024-02-20 16:09:09 +00:00
trait-bounds-in-macro.stderr Support async trait bounds in macros 2024-02-20 16:09:09 +00:00
wrong-trait.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
wrong-trait.stderr Error on incorrect item kind in async bound 2024-01-31 16:59:19 +00:00