blob: df129b033d2657ea4462feb4c2332c2377e5eb48 [file] [log] [blame] [edit]
async fn f(mut x: u8) {}
async fn g((mut x, y, mut z): (u8, u8, u8)) {}
async fn g(mut x: u8, (a, mut b, c): (u8, u8, u8), y: u8) {}