This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-07 07:27:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
29b51cdff3
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 20:18:01 +00:00
fn
main
(
)
{
selection failure: recompute applicable impls
2022-10-19 15:17:19 +00:00
let
x
=
"
hello
"
.
chars
(
)
.
rev
(
)
.
collect
(
)
;
//~^ ERROR E0282
Add new error code tests
2016-08-05 20:18:01 +00:00
}
Reference in New Issue
Copy Permalink