]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/call-block.rs
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
[rust.git] / src / test / ui / typeck / call-block.rs
1 fn main() {
2     let _ = {42}(); //~ ERROR expected function, found `{integer}`
3 }