summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-4935.rs
blob: c95020a0c006c9176186239a3b33f8d5246f7427 (plain)
1
2
3
4
5
6
// 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