mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:33:29 +00:00
16 lines
527 B
Plaintext
16 lines
527 B
Plaintext
error: unions aren't supported
|
|
--> tests/derive/fail_union.rs:3:10
|
|
|
|
|
3 | #[derive(FromArma, IntoArma)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `FromArma` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: unions aren't supported
|
|
--> tests/derive/fail_union.rs:3:20
|
|
|
|
|
3 | #[derive(FromArma, IntoArma)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `IntoArma` (in Nightly builds, run with -Z macro-backtrace for more info)
|