ringkernel-derive 1.1.0

Procedural macros for RingKernel GPU-native actor system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: Unsupported shape `enum`. Expected struct with named fields.
 --> tests/compile_fail/persistent_message_on_enum.rs:4:10
  |
4 | #[derive(RingMessage, PersistentMessage, Clone, Copy, Debug)]
  |          ^^^^^^^^^^^
  |
  = note: this error originates in the derive macro `RingMessage` (in Nightly builds, run with -Z macro-backtrace for more info)

error: Unsupported shape `enum`. Expected struct with named fields.
 --> tests/compile_fail/persistent_message_on_enum.rs:4:23
  |
4 | #[derive(RingMessage, PersistentMessage, Clone, Copy, Debug)]
  |                       ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the derive macro `PersistentMessage` (in Nightly builds, run with -Z macro-backtrace for more info)