mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
6500b33df3
* Fix cycle dependency in `sp-runtime-interface` * Fixes tests
6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
error: Taking `Self` by value is not allowed.
|
|
--> $DIR/take_self_by_value.rs:5:10
|
|
|
|
|
5 | fn test(self) {}
|
|
| ^^^^
|