mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 16:11:26 +00:00
6 lines
87 B
Rust
6 lines
87 B
Rust
pub fn test() {
|
|
foo(|_|) //~ ERROR expected expression, found `)`
|
|
}
|
|
|
|
fn main() { }
|