diff options
| author | Michael Goulet <michael@errs.io> | 2024-11-06 17:53:59 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-12-13 00:04:56 +0000 |
| commit | c605c84be8780e8f85379dc35f4567d6c64908d8 (patch) | |
| tree | 1d16f0e7628f7afb02573ff730e21de7c10e3323 /tests/ui/async-await/async-closures/signature-inference-from-two-part-bound.rs | |
| parent | d4025ee454169fbd22f5773f54348310ab6a47bb (diff) | |
| download | rust-c605c84be8780e8f85379dc35f4567d6c64908d8.tar.gz rust-c605c84be8780e8f85379dc35f4567d6c64908d8.zip | |
Stabilize async closures
Diffstat (limited to 'tests/ui/async-await/async-closures/signature-inference-from-two-part-bound.rs')
| -rw-r--r-- | tests/ui/async-await/async-closures/signature-inference-from-two-part-bound.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/signature-inference-from-two-part-bound.rs b/tests/ui/async-await/async-closures/signature-inference-from-two-part-bound.rs index 0e2d1ef1208..f66787bd6fc 100644 --- a/tests/ui/async-await/async-closures/signature-inference-from-two-part-bound.rs +++ b/tests/ui/async-await/async-closures/signature-inference-from-two-part-bound.rs @@ -4,8 +4,6 @@ //@ ignore-compare-mode-next-solver (explicit revisions) //@[next] compile-flags: -Znext-solver -#![feature(async_closure)] - use std::future::Future; use std::any::Any; |
