Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-4935.rs
blob: c95020a0c006c9176186239a3b33f8d5246f7427 [
file
] [
log
] [
blame
] [
edit
]
// Regression test for issue #4935
fn
foo
(
a
:
usize
)
{}
//~^ defined here
fn
main
()
{
foo
(
5
,
6
)
}
//~^ ERROR function takes 1 argument but 2 arguments were supplied