blob: 2305971303a71b8bf5bb03e9b808feb020c15281 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error[E0401]: can't use `Self` from outer item
--> $DIR/issue-12796.rs:3:22
|
LL | fn inner(_: &Self) {
| ^^^^
| |
| use of `Self` from outer item
| can't use `Self` here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0401`.
|