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
/
src
/
test
/
ui
/
error-codes
/
E0282.rs
blob: 9bd16abb7bb83ab17f4f334c99efcccb8a2a43cd (
plain
)
1
2
3
fn
main
()
{
let
x
=
"hello"
.
chars
().
rev
().
collect
();
//~ ERROR E0282
}