Sign in
fuchsia
/
third_party
/
rust
/
02856110968903bf50a32184db200ccd9b6cc8b6
/
.
/
tests
/
ui
/
issues
/
issue-4935.rs
blob: c95020a0c006c9176186239a3b33f8d5246f7427 [
file
] [
log
] [
blame
]
// 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