rust/src/test/ui/chalkify/bugs/async.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
128 B
Rust
Raw Normal View History

// check-fail
// known-bug
// compile-flags: -Z chalk --edition=2021
fn main() -> () {}
async fn foo(x: u32) -> u32 {
x
}