mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-04 18:33:38 +00:00
13 lines
413 B
Plaintext
13 lines
413 B
Plaintext
error[E0401]: can't use generic parameters from outer item
|
|
--> $DIR/issue-12796.rs:3:22
|
|
|
|
|
LL | fn inner(_: &Self) {
|
|
| ^^^^
|
|
| |
|
|
| use of generic parameter 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`.
|