mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-02 23:59:06 +00:00
5 lines
80 B
Rust
5 lines
80 B
Rust
fn main() {
|
|
let x = "hello".chars().rev().collect();
|
|
//~^ ERROR E0282
|
|
}
|