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