index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
error-codes
/
E0282.rs
blob: f1f93b3aed61508d603cad311ebb80ed1d05a80a (
plain
)
1
2
3
4
fn main() { let x = "hello".chars().rev().collect(); //~^ ERROR E0282 }