]> git.proxmox.com Git - rustc.git/blame - src/test/ui/impl-duplicate-methods.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / impl-duplicate-methods.stderr
CommitLineData
ff7c6d11 1error[E0201]: duplicate definitions with name `orange`:
0731742a 2 --> $DIR/impl-duplicate-methods.rs:5:5
ff7c6d11 3 |
0531ce1d 4LL | fn orange(&self) {}
064997fb 5 | ---------------- previous definition of `orange` here
0531ce1d 6LL | fn orange(&self) {}
064997fb 7 | ^^^^^^^^^^^^^^^^ duplicate definition
ff7c6d11
XL
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0201`.