]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-32505.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / parser / issues / issue-32505.rs
1 pub fn test() {
2     foo(|_|) //~ ERROR expected expression, found `)`
3 }
4
5 fn main() { }