]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/issue-55673.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / resolve / issue-55673.stderr
CommitLineData
064997fb
FG
1error[E0220]: associated type `Baa` not found for `T`
2 --> $DIR/issue-55673.rs:7:8
3 |
4LL | T::Baa: std::fmt::Debug,
5 | ^^^ there is a similarly named associated type `Bar` in the trait `Foo`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0220`.