]> git.proxmox.com Git - rustc.git/blame - src/test/ui/associated-types/issue-23595-2.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / associated-types / issue-23595-2.stderr
CommitLineData
8faf50e0 1error[E0220]: associated type `anything_here_kills_it` not found for `Self`
dfeec247 2 --> $DIR/issue-23595-2.rs:6:22
8faf50e0
XL
3 |
4LL | type B = C<Self::anything_here_kills_it>;
dfeec247 5 | ^^^^^^^^^^^^^^^^^^^^^^ associated type `anything_here_kills_it` not found
8faf50e0
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0220`.