]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/call-block.rs
Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr
[rust.git] / tests / ui / typeck / call-block.rs
1 fn main() {
2     let _ = {42}(); //~ ERROR expected function, found `{integer}`
3 }