]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-32505.rs
Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / issues / issue-32505.rs
1 pub fn test() {
2     foo(|_|) //~ ERROR expected expression, found `)`
3 }
4
5 fn main() { }