blob: f31c00e5cc3fb8f5f7cd2dbea1c5e0de77335c3e [file] [log] [blame]
pub fn test() {
foo(|_|) //~ ERROR expected expression, found `)`
}
fn main() { }