]> git.lizzy.rs Git - rust.git/blob - src/test/ui/duplicate/duplicate-parameter.stderr
Merge commit '0c89065b934397b62838fe3e4ef6f6352fc52daf' into libgccjit-codegen
[rust.git] / src / test / ui / duplicate / duplicate-parameter.stderr
1 error[E0415]: identifier `a` is bound more than once in this parameter list
2   --> $DIR/duplicate-parameter.rs:1:16
3    |
4 LL | fn f(a: isize, a: isize) {}
5    |                ^ used as parameter more than once
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0415`.