This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
53647845b9
rust
/
tests
/
ui
/
error-codes
/
E0282.rs
5 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-05 22:18:01 +02:00
fn
main
(
)
{
selection failure: recompute applicable impls
2022-10-19 17:17:19 +02:00
let
x
=
"
hello
"
.
chars
(
)
.
rev
(
)
.
collect
(
)
;
//~^ ERROR E0282
Add new error code tests
2016-08-05 22:18:01 +02:00
}
Copy permalink