mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 08:49:44 +00:00
10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
//@ run-rustfix
|
|
|
|
pub fn missing() -> () {}
|
|
//~^ ERROR missing parameters for function definition
|
|
|
|
pub fn missing2() {}
|
|
//~^ ERROR missing parameters for function definition
|
|
|
|
fn main() {}
|