summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/next-solver/normalize-async-closure-in-trait.rs
blob: b58db2be841ccc8755c89c0de473a6e759c11f2b (plain)
1
2
3
4
5
6
7
8
9
// compile-flags: -Znext-solver
// check-pass
// edition:2021

trait Foo {
    async fn bar() {}
}

fn main() {}