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
a55c2eb325
rust
/
src
/
test
/
ui
/
parser
/
match-arrows-block-then-binop.rs
8 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: Allow any block-like expr to be used as alt arm w/o comma separator
2012-08-01 18:16:53 -05:00
fn
main
(
)
{
Convert alt to match. Stop parsing alt
2012-08-06 14:34:08 -05:00
match
0
{
syntax: Allow any block-like expr to be used as alt arm w/o comma separator
2012-08-01 18:16:53 -05:00
0
=
>
{
syntax: Make `is_path_start` precise and improve some error messages about unexpected tokens
2016-04-20 18:03:29 -05:00
}
+
5
//~ ERROR expected pattern, found `+`
syntax: Allow any block-like expr to be used as alt arm w/o comma separator
2012-08-01 18:16:53 -05:00
}
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 13:47:00 -06:00
}
Reference in New Issue
Copy Permalink