]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/issue-55673.stderr
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[rust.git] / tests / ui / resolve / issue-55673.stderr
1 error[E0220]: associated type `Baa` not found for `T`
2   --> $DIR/issue-55673.rs:7:8
3    |
4 LL |     T::Baa: std::fmt::Debug,
5    |        ^^^ there is a similarly named associated type `Bar` in the trait `Foo`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0220`.