arma-rs 1.12.1

Arma 3 Extensions in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: #[arma(default)] and #[arma(transparent)] cannot be used together
 --> tests/derive/fail_struct_map_transparent_default.rs:4:21
  |
4 | #[arma(transparent, default)]
  |                     ^^^^^^^

error: #[arma(default)] and #[arma(transparent)] cannot be used together
  --> tests/derive/fail_struct_map_transparent_default.rs:12:12
   |
12 |     #[arma(default)]
   |            ^^^^^^^