This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
c72fcfbc40
rust
/
tests
/
ui
/
parser
/
pat-tuple-1.rs
6 lines
98 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
)
{
revert change to test file as per review request
2019-03-28 20:10:00 -07:00
(
,
..
)
=
>
{
}
//~ ERROR expected pattern, found `,`
Add compile-fail tests for error codes
2016-05-12 15:17:02 +02:00
}
}
Reference in a new issue
Copy permalink