Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
tests
/
ui
/
duplicate
/
duplicate-parameter.rs
blob: e5b21bbcd9fbbd088d0e6cf24c8b3083e0825a57 [
file
]
fn
f
(
a
:
isize
,
a
:
isize
)
{}
//~^ ERROR identifier `a` is bound more than once in this parameter list
fn
main
()
{
}