rust/tests/ui/parser/issues/issue-32505.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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() { }