]> git.proxmox.com Git - rustc.git/blame - src/test/ui/type-alias-impl-trait/coherence.min_tait.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / type-alias-impl-trait / coherence.min_tait.stderr
CommitLineData
e74abb32 1error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates
6a06907d 2 --> $DIR/coherence.rs:17:6
e74abb32
XL
3 |
4LL | impl<T> foreign_crate::ForeignTrait for AliasOfForeignType<T> {}
5 | ^ unconstrained type parameter
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0207`.