Sign in
rust
/
rust
/
39052daf937d46373ac29778e1b8853c52c0cc25
/
.
/
tests
/
ui
/
inline-const
/
expr-with-block-err.rs
blob: 6f850757558882a6a996f97ab5d27ff87d9aba4b [
file
]
fn
main
()
{
const
{
2
}
-
const
{
1
};
//~^ ERROR mismatched types
}