diff options
| author | Michael Goulet <michael@errs.io> | 2024-03-10 21:18:41 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-03-10 21:18:41 -0400 |
| commit | 383051092f02c2eb2b99e50a38da7a04f28bbb65 (patch) | |
| tree | b86c006c6a384fffb6e7c7a9d9f7f0820869168b /tests/ui/async-await/async-closures/is-fn.rs | |
| parent | 76ee6fc926032c16a5706086922fc1125c061b70 (diff) | |
| download | rust-383051092f02c2eb2b99e50a38da7a04f28bbb65.tar.gz rust-383051092f02c2eb2b99e50a38da7a04f28bbb65.zip | |
Ignore tests w/ current/next revisions from compare-mode=next-solver
Diffstat (limited to 'tests/ui/async-await/async-closures/is-fn.rs')
| -rw-r--r-- | tests/ui/async-await/async-closures/is-fn.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/async-await/async-closures/is-fn.rs b/tests/ui/async-await/async-closures/is-fn.rs index 64cc28e425f..89c3a96bbbe 100644 --- a/tests/ui/async-await/async-closures/is-fn.rs +++ b/tests/ui/async-await/async-closures/is-fn.rs @@ -2,6 +2,7 @@ //@ edition:2021 //@ build-pass //@ revisions: current next +//@ ignore-compare-mode-next-solver (explicit revisions) //@[next] compile-flags: -Znext-solver #![feature(async_closure)] |
