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 12:07:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
parser
/
pat-tuple-2.rs
8 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ check-pass
(pat, ..,) is now syntactically legal.
2019-07-08 01:03:12 +00:00
Add compile-fail tests for error codes
2016-05-12 13:17:02 +00:00
fn
main
(
)
{
Remove unrelated errors from parse stderr tests
2019-01-13 01:12:41 +00:00
match
(
0
,
1
,
2
)
{
Continue evaluating after finding incorrect .. in pattern
2019-01-12 05:33:57 +00:00
(
pat
,
..
,
)
=
>
{
}
Add compile-fail tests for error codes
2016-05-12 13:17:02 +00:00
}
}
Reference in New Issue
Copy Permalink