mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
6500b33df3
* Fix cycle dependency in `sp-runtime-interface` * Fixes tests
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
error: Generic parameters not supported.
|
|
--> $DIR/no_generic_parameters.rs:5:10
|
|
|
|
|
5 | fn test<R>() {}
|
|
| ^
|
|
|
|
error: Generic parameters not supported.
|
|
--> $DIR/no_generic_parameters.rs:4:12
|
|
|
|
|
4 | trait Test<T> {
|
|
| ^
|