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
12c32e944d
rust
/
src
/
test
/
run-pass
/
alt-naked-record-expr.rs
8 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: More tweaks to make alt arrows parse and print correctly
2012-07-31 15:43:20 -05:00
fn
main
(
)
{
Convert alt to match. Stop parsing alt
2012-08-06 14:34:08 -05:00
let
x
=
match
0
{
syntax: More tweaks to make alt arrows parse and print correctly
2012-07-31 15:43:20 -05:00
_
=
>
{
x
:
0
}
.
x
}
;
}
Reference in New Issue
Copy Permalink