]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/call-block.rs
Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC
[rust.git] / tests / ui / typeck / call-block.rs
1 fn main() {
2     let _ = {42}(); //~ ERROR expected function, found `{integer}`
3 }