with the command capnp compile -orust schema.capnp, I get the output:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: Failed, description: "List(Interface) is unsupported" }', /checkout/src/libcore/result.rs:916:4
note: Run with `RUST_BACKTRACE=1` for a backtrace.
rust: plugin failed: exit code 101
I expect it to compile successfully. capnp compile -oc++ schema.capnp does compile successfully.
When compiling this schema:
with the command
capnp compile -orust schema.capnp
, I get the output:I expect it to compile successfully.
capnp compile -oc++ schema.capnp
does compile successfully.