This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
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 New Issue
Copy Permalink