// edition:2018 fn main() {} async fn response(data: Vec) { data.reverse(); //~ ERROR E0596 }