Files
pezkuwi-subxt/substrate/primitives/runtime-interface/tests/ui/take_self_by_value.stderr
T
Bastian Köcher 6500b33df3 Fix cycle dependency in sp-runtime-interface (#4353)
* Fix cycle dependency in `sp-runtime-interface`

* Fixes tests
2019-12-11 09:32:11 +01:00

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) {}
| ^^^^