Skip to content

Commit 288595b

Browse files
committed
async await nested rpit test now works
1 parent 0597d42 commit 288595b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/ui/async-await/in-trait/nested-rpit.rs

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// edition: 2021
2-
// known-bug: #105197
3-
// failure-status:101
4-
// dont-check-compiler-stderr
2+
// [current] known-bug: #105197
3+
// [current] failure-status:101
4+
// [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
58

69
#![feature(async_fn_in_trait)]
710
#![feature(return_position_impl_trait_in_trait)]

0 commit comments

Comments
 (0)