This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31ae7c46bd
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 13:17:02 +00:00
fn
main
(
)
{
Recover from parse error in tuple syntax
2019-03-27 00:36:07 +00:00
match
(
0
,
1
)
{
revert change to test file as per review request
2019-03-29 03:10:00 +00:00
(
,
..
)
=
>
{
}
//~ ERROR expected pattern, found `,`
Add compile-fail tests for error codes
2016-05-12 13:17:02 +00:00
}
}
Reference in New Issue
Copy Permalink