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
3088c4b046
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 08:17:02 -05:00
fn
main
(
)
{
Recover from parse error in tuple syntax
2019-03-26 19:36:07 -05:00
match
(
0
,
1
)
{
revert change to test file as per review request
2019-03-28 22:10:00 -05:00
(
,
..
)
=
>
{
}
//~ ERROR expected pattern, found `,`
Add compile-fail tests for error codes
2016-05-12 08:17:02 -05:00
}
}
Reference in New Issue
Copy Permalink