summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/issue-64855.stderr
blob: 6ad795c11176dfc89ef314e4e9fa7f620e229b73 (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `Bar<T>: Foo` is not satisfied
  --> $DIR/issue-64855.rs:5:19
   |
LL | pub struct Bar<T>(<Self as Foo>::Type) where Self: ;
   |                   ^^^^^^^^^^^^^^^^^^^ the trait `Foo` is not implemented for `Bar<T>`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.