We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0597d42 commit 288595bCopy full SHA for 288595b
tests/ui/async-await/in-trait/nested-rpit.rs
@@ -1,7 +1,10 @@
1
// edition: 2021
2
-// known-bug: #105197
3
-// failure-status:101
4
-// dont-check-compiler-stderr
+// [current] known-bug: #105197
+// [current] failure-status:101
+// [current] dont-check-compiler-stderr
5
+// [next] compile-flags: -Zlower-impl-trait-in-trait-to-assoc-ty
6
+// [next] check-pass
7
+// revisions: current next
8
9
#![feature(async_fn_in_trait)]
10
#![feature(return_position_impl_trait_in_trait)]
0 commit comments