error: cannot implement trait on type alias impl trait --> $DIR/coherence.rs:14:41 | LL | impl foreign_crate::ForeignTrait for AliasOfForeignType {} | ^^^^^^^^^^^^^^^^^^^^^ | note: type alias impl trait defined here --> $DIR/coherence.rs:9:30 | LL | type AliasOfForeignType = impl LocalTrait; | ^^^^^^^^^^^^^^^ error: aborting due to previous error