Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
duplicate
/
duplicate-parameter.rs
blob: e5b21bbcd9fbbd088d0e6cf24c8b3083e0825a57 [
file
] [
log
] [
blame
]
fn
f
(
a
:
isize
,
a
:
isize
)
{}
//~^ ERROR identifier `a` is bound more than once in this parameter list
fn
main
()
{
}