This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
stable
os-rust
/
tests
/
ui
/
parser
/
pat-tuple-2.rs
8 lines
83 B
Rust
Raw
Permalink
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 03:03:12 +02:00
Add compile-fail tests for error codes
2016-05-12 15:17:02 +02:00
fn
main
(
)
{
Remove unrelated errors from parse stderr tests
2019-01-12 17:12:41 -08:00
match
(
0
,
1
,
2
)
{
Continue evaluating after finding incorrect .. in pattern
2019-01-11 21:33:57 -08:00
(
pat
,
..
,
)
=
>
{
}
Add compile-fail tests for error codes
2016-05-12 15:17:02 +02:00
}
}
Reference in a new issue
Copy permalink