blob: 39318f959056f56fe2eeb81aa9afe63d8bf2aa94 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0220]: associated type `Baa` not found for `T`
--> $DIR/issue-55673.rs:7:8
|
LL | T::Baa: std::fmt::Debug,
| ^^^ there is a similarly named associated type `Bar` in the trait `Foo`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0220`.
|