summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/call-block.rs
blob: 0390d7db040b49d036b97d58cd0921aa1e23e119 (plain)
1
2
3
fn main() {
    let _ = {42}(); //~ ERROR expected function, found `{integer}`
}