summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type-alias/issue-62263-self-in-atb.stderr
blob: c20074dc27ce77dae61f390ba8f1855dbdf0bbf5 (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-62263-self-in-atb.rs:5:32
   |
LL | pub type Alias = dyn Trait<A = Self::A>;
   |                                ^^^^ `Self` is only available in impls, traits, and type definitions

error: aborting due to previous error

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