]> git.proxmox.com Git - rustc.git/blame - src/test/ui/associated-item/impl-duplicate-methods.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / associated-item / impl-duplicate-methods.stderr
CommitLineData
2b03887a
FG
1error[E0592]: duplicate definitions with name `orange`
2 --> $DIR/impl-duplicate-methods.rs:5:5
3 |
4LL | fn orange(&self) {}
5 | ---------------- other definition for `orange`
6LL | fn orange(&self) {}
7 | ^^^^^^^^^^^^^^^^ duplicate definitions for `orange`
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0592`.