mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-16 17:59:51 +00:00
5 lines
79 B
Rust
5 lines
79 B
Rust
fn f(+x: isize) {}
|
|
//~^ ERROR expected parameter name, found `+`
|
|
|
|
fn main() {}
|