mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-01 19:54:07 +00:00
7 lines
143 B
Rust
7 lines
143 B
Rust
pub fn test() {
|
|
foo(|_|) //~ ERROR expected expression, found `)`
|
|
//~^ ERROR cannot find function `foo` in this scope
|
|
}
|
|
|
|
fn main() { }
|