]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-32505.rs
Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril
[rust.git] / src / test / ui / parser / issue-32505.rs
1 // compile-flags: -Z parse-only -Z continue-parse-after-error
2
3 pub fn test() {
4     foo(|_|) //~ ERROR expected expression, found `)`
5 }
6
7 fn main() { }