1error[E0220]: associated type `anything_here_kills_it` not found for `Self`
2  --> $DIR/issue-23595-2.rs:6:22
3   |
4LL |     type B = C<Self::anything_here_kills_it>;
5   |                      ^^^^^^^^^^^^^^^^^^^^^^ associated type `anything_here_kills_it` not found
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0220`.
10