rust/src/test/ui/parser/issue-32505.rs

6 lines
87 B
Rust
Raw Normal View History

2016-04-07 14:12:13 -05:00
pub fn test() {
foo(|_|) //~ ERROR expected expression, found `)`
2016-04-07 14:12:13 -05:00
}
fn main() { }