Files
armatak/vendor/arma-rs/tests/derive/fail_enum.stderr
2026-04-13 08:04:43 -03:00

16 lines
523 B
Plaintext

error: enums aren't supported
--> tests/derive/fail_enum.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: enums aren't supported
--> tests/derive/fail_enum.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)