ringkernel-derive 1.1.0

Procedural macros for RingKernel GPU-native actor system
Documentation
1
2
3
4
5
6
7
error: Missing field `handler_id`
 --> tests/compile_fail/persistent_message_missing_handler_id.rs:7:5
  |
7 |     PersistentMessage,
  |     ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the derive macro `PersistentMessage` (in Nightly builds, run with -Z macro-backtrace for more info)