Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
typeck
/
call-block.rs
blob: 0390d7db040b49d036b97d58cd0921aa1e23e119 [
file
]
fn
main
()
{
let
_
=
{
42
}();
//~ ERROR expected function, found `{integer}`
}