Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
tests
/
ui
/
inline-const
/
expr-with-block.rs
blob: a32afbcffadddf3bfd33cb52d70d47f22c42d51f [
file
] [
log
] [
blame
]
//@ check-pass
fn
main
()
{
match
true
{
true
=>
const
{}
false
=>
()
}
const
{}
()
}