]> git.proxmox.com Git - rustc.git/blob - src/test/ui/type-alias/issue-62364-self-ty-arg.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / type-alias / issue-62364-self-ty-arg.stderr
1 error[E0411]: cannot find type `Self` in this scope
2 --> $DIR/issue-62364-self-ty-arg.rs:5:29
3 |
4 LL | type Alias<'a> = Struct<&'a Self>;
5 | ----- ^^^^ `Self` is only available in impls, traits, and type definitions
6 | |
7 | `Self` not allowed in a type alias
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0411`.