]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/issue-64855.stderr
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / associated-types / issue-64855.stderr
1 error[E0277]: the trait bound `Bar<T>: Foo` is not satisfied
2   --> $DIR/issue-64855.rs:5:19
3    |
4 LL | pub struct Bar<T>(<Self as Foo>::Type) where Self: ;
5    |                   ^^^^^^^^^^^^^^^^^^^ the trait `Foo` is not implemented for `Bar<T>`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0277`.