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
a21ff017f4
rust
/
tests
/
ui
/
uninhabited
/
diverging-guard.rs
11 lines
113 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 14:02:50 -06:00
//@ check-pass
Add diverging match guard test.
2023-05-09 10:39:28 -05:00
enum
Void
{
}
fn
main
(
)
{
let
x
:
Void
;
match
x
{
_
if
{
loop
{
}
}
=
>
(
)
,
}
}
Reference in New Issue
Copy Permalink