]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-23595-2.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-23595-2.stderr
1 error[E0220]: associated type `anything_here_kills_it` not found for `Self`
2   --> $DIR/issue-23595-2.rs:16:16
3    |
4 LL |     type B = C<Self::anything_here_kills_it>;
5    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `anything_here_kills_it` not found
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0220`.