This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
9ea6790a64
rust
/
src
/
test
/
ui
/
parser
/
pat-tuple-1.rs
7 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
Add compile-fail tests for error codes
2016-05-12 15:17:02 +02:00
fn
main
(
)
{
Recover from parse error in tuple syntax
2019-03-26 17:36:07 -07:00
match
(
0
,
1
)
{
(
,
..
)
=
>
{
}
//~^ ERROR expected pattern, found `,`
Add compile-fail tests for error codes
2016-05-12 15:17:02 +02:00
}
}
Copy permalink