Skip to content

Commit

Permalink
Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obk
Browse files Browse the repository at this point in the history
Gate `AsyncFn*` under `async_closure` feature

T-lang has not come to a consensus on the naming of async closure callable bounds, and as part of allowing the async closures RFC merge, we agreed to place `AsyncFn` under the same gate as `async Fn` so that these syntaxes can be evaluated in parallel.

See rust-lang/rfcs#3668 (comment)

r? oli-obk
  • Loading branch information
matthiaskrgr authored Jul 24, 2024
2 parents 8538c53 + 38966b7 commit 4755ada
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 4755ada

Please sign in to comment.