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