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