6 lines
87 B
Rust
6 lines
87 B
Rust
pub fn test() {
|
|
foo(|_|) //~ ERROR expected expression, found `)`
|
|
}
|
|
|
|
fn main() { }
|