rust/src/test/ui/impl-duplicate-methods.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

12 lines
385 B
Plaintext

error[E0201]: duplicate definitions with name `orange`:
--> $DIR/impl-duplicate-methods.rs:15:5
|
LL | fn orange(&self) {}
| ------------------- previous definition of `orange` here
LL | fn orange(&self) {}
| ^^^^^^^^^^^^^^^^^^^ duplicate definition
error: aborting due to previous error
For more information about this error, try `rustc --explain E0201`.