]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-32505.rs
Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle
[rust.git] / src / test / ui / parser / issues / issue-32505.rs
1 pub fn test() {
2     foo(|_|) //~ ERROR expected expression, found `)`
3 }
4
5 fn main() { }