]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/issue-23595-2.stderr
feat(rustdoc): open sidebar menu when links inside it are focused
[rust.git] / src / test / ui / associated-types / issue-23595-2.stderr
1 error[E0220]: associated type `anything_here_kills_it` not found for `Self`
2   --> $DIR/issue-23595-2.rs:6:22
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`.