rust/tests/ui/resolve/issue-55673.stderr
2023-01-11 09:32:08 +00:00

10 lines
315 B
Plaintext

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`.