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