]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0415.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0415.stderr
1 error[E0415]: identifier `f` is bound more than once in this parameter list
2   --> $DIR/E0415.rs:1:16
3    |
4 LL | fn foo(f: i32, f: i32) {}
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`.