error[E0445]: private trait `Private<::P, ::R>` in public interface --> $DIR/issue-18389.rs:17:1 | LL | / pub trait Public: Private< LL | | //~^ ERROR private trait `Private<::P, ::R>` in public interface LL | | ::P, LL | | ::R ... | LL | | fn call_inner(&self); LL | | } | |_^ can't leak private trait error: aborting due to previous error For more information about this error, try `rustc --explain E0445`.