]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-32505.rs
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / ui / parser / issues / issue-32505.rs
1 pub fn test() {
2     foo(|_|) //~ ERROR expected expression, found `)`
3 }
4
5 fn main() { }