index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
error-codes
/
E0282.rs
blob: f1f93b3aed61508d603cad311ebb80ed1d05a80a (
plain
)
1
2
3
4
fn
main
()
{
let
x
=
"hello"
.
chars
().
rev
().
collect
();
//~^ ERROR E0282
}