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