mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 05:03:29 +00:00
idk
This commit is contained in:
15
vendor/arma-rs/tests/derive/fail_union.stderr
vendored
Normal file
15
vendor/arma-rs/tests/derive/fail_union.stderr
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user