This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
33284ec099
rust
/
tests
/
pass
/
match_slice.rs
9 lines
111 B
Rust
Raw
Normal View
History
Unescape
Escape
fix matching on chars fixes #63
2016-09-27 04:10:25 -05:00
fn
main
(
)
{
let
x
=
"
hello
"
;
match
x
{
Format tests with rustfmt (101-150 of 300)
2022-06-20 18:00:37 -05:00
"
foo
"
=
>
{
}
"
bar
"
=
>
{
}
_
=
>
{
}
fix matching on chars fixes #63
2016-09-27 04:10:25 -05:00
}
}
Reference in New Issue
Copy Permalink