mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 19:45:35 +00:00
5 lines
79 B
Rust
5 lines
79 B
Rust
fn f(+x: isize) {}
|
|
//~^ ERROR expected parameter name, found `+`
|
|
|
|
fn main() {}
|