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