error[E0423]: expected value, found builtin type `u8` --> $DIR/unknown-alias-defkind-anonconst-ice-116710.rs:6:43 | LL | struct A; | ^^ not a value error[E0119]: conflicting implementations of trait `Trait` for type `A<_>` --> $DIR/unknown-alias-defkind-anonconst-ice-116710.rs:12:1 | LL | impl Trait for A {} | --------------------------------- first implementation here LL | LL | impl Trait for A {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `A<_>` error: aborting due to 2 previous errors Some errors have detailed explanations: E0119, E0423. For more information about an error, try `rustc --explain E0119`.