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
d3a9bb1bd4
rust
/
src
/
test
/
run-pass
/
unique-pat.rs
10 lines
106 B
Rust
Raw
Normal View
History
Unescape
Escape
Begin to support pattern matching on unique boxes Issue #409
2011-09-23 13:15:17 -05:00
fn
simple
(
)
{
alt
~
true
{
Switch alts to use arrows
2012-08-03 21:59:04 -05:00
~
true
=
>
{
}
_
=
>
{
fail
;
}
Begin to support pattern matching on unique boxes Issue #409
2011-09-23 13:15:17 -05:00
}
}
fn
main
(
)
{
simple
(
)
;
}
Reference in New Issue
Copy Permalink