blob: 1787f80c07e5e70e42e093f86e1840a054d03f57 [file] [log] [blame]
// edition: 2021
async fn asyncfn() {
let binding = match true {};
//~^ ERROR non-exhaustive patterns: type `bool` is non-empty
}
fn main() {}