blob: a7d8ae2d7f5cd8b8f465f4b2302f1f7a9fe169b2 [file] [log] [blame]
fn main() {
let x = "hello".chars().rev().collect();
//~^ ERROR E0282
//~| ERROR E0283
}