blob: 3edf59f2010f1638c72f9b21d47b47b3ab449881 [file] [log] [blame]
error[E0201]: duplicate definitions with name `Bar`:
--> $DIR/associated-item-duplicate-names-3.rs:23:5
|
LL | type Bar = i16;
| --------------- previous definition of `Bar` here
LL | type Bar = u16; //~ ERROR duplicate definitions
| ^^^^^^^^^^^^^^^ duplicate definition
error: aborting due to previous error
For more information about this error, try `rustc --explain E0201`.