tp-runtime-interface 2.1.2

Tetcore runtime interface
Documentation
1
2
3
4
5
6
7
error: `PassByEnum` only supports unit variants.
 --> $DIR/pass_by_enum_with_value_variant.rs:3:10
  |
3 | #[derive(PassByEnum)]
  |          ^^^^^^^^^^
  |
  = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)