| error[E0201]: duplicate definitions with name `Ty`: |
| --> $DIR/associated-item-duplicate-names.rs:11:5 |
| | ------------- previous definition here |
| | ^^^^^^^^^^^^^^^^ duplicate definition |
| error[E0201]: duplicate definitions with name `BAR`: |
| --> $DIR/associated-item-duplicate-names.rs:13:5 |
| | --------------- item in trait |
| | ------------------- previous definition here |
| | ^^^^^^^^^^^^^^^^^^^ duplicate definition |
| error: aborting due to 2 previous errors |
| For more information about this error, try `rustc --explain E0201`. |