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
46914715e2
rust
/
src
/
test
/
ui
/
parser
/
pat-tuple-1.rs
6 lines
93 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
(
)
{
Implement `..` in tuple (struct) patterns
2016-03-06 06:54:44 -06:00
match
0
{
(
,
..
)
=
>
{
}
//~ 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