error[E0119]: conflicting implementations of trait `SizedTr` for type `X<_>` --> $DIR/pretty-print-no-feat.rs:15:1 | LL | impl SizedTr for X {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: conflicting implementation in crate `pretty_print_no_feat_dep`: - impl SizedTr for T; error[E0119]: conflicting implementations of trait `NegSizedTr` for type `X<_>` --> $DIR/pretty-print-no-feat.rs:18:1 | LL | impl NegSizedTr for X {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: conflicting implementation in crate `pretty_print_no_feat_dep`: - impl NegSizedTr for T where T: ?Sized; error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0119`.