summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias/issue-62305-self-assoc-ty.stderr
blob: a35e644d3aa89372adf4bb16bec0161fe741cfb7 (plain)
1
2
3
4
5
6
7
8
9
error[E0433]: failed to resolve: `Self` is only available in impls, traits, and type definitions
  --> $DIR/issue-62305-self-assoc-ty.rs:1:14
   |
LL | type Alias = Self::Target;
   |              ^^^^ `Self` is only available in impls, traits, and type definitions

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0433`.