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
rust
/
tests
/
ui
/
inline-const
/
expr-with-block.rs
11 lines
118 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
Fix tests and bless
2024-04-19 16:54:41 +01:00
Make inline const block `ExprWithBlock`
2022-12-01 17:54:50 +00:00
fn
main
(
)
{
match
true
{
true
=
>
const
{
}
false
=
>
(
)
}
const
{
}
(
)
}
Reference in New Issue
Copy Permalink