blob: 8585a42511104aa67b15e2c8dada687012e45cb0 [file] [log] [blame]
// edition:2018
fn main() {}
async fn response(data: Vec<u8>) {
data.reverse(); //~ ERROR E0596
}