mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 23:42:56 +00:00
6 lines
87 B
Rust
6 lines
87 B
Rust
pub fn test() {
|
|
foo(|_|) //~ ERROR expected expression, found `)`
|
|
}
|
|
|
|
fn main() { }
|