]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-duplicate-methods.stderr
Update ui tests
[rust.git] / src / test / ui / impl-duplicate-methods.stderr
1 error[E0201]: duplicate definitions with name `orange`:
2   --> $DIR/impl-duplicate-methods.rs:15:5
3    |
4 14 |     fn orange(&self) {}
5    |     ------------------- previous definition of `orange` here
6 15 |     fn orange(&self) {}
7    |     ^^^^^^^^^^^^^^^^^^^ duplicate definition
8
9 error: aborting due to previous error
10
11 If you want more information on this error, try using "rustc --explain E0201"