mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 00:53:30 +00:00
idk
This commit is contained in:
47
vendor/arma-rs/tests/derive/fail_struct_unit.stderr
vendored
Normal file
47
vendor/arma-rs/tests/derive/fail_struct_unit.stderr
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
error: unit-like structs aren't supported
|
||||
--> tests/derive/fail_struct_unit.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: unit-like structs aren't supported
|
||||
--> tests/derive/fail_struct_unit.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)
|
||||
|
||||
error: unit-like structs aren't supported
|
||||
--> tests/derive/fail_struct_unit.rs:6:10
|
||||
|
|
||||
6 | #[derive(FromArma, IntoArma)]
|
||||
| ^^^^^^^^
|
||||
|
|
||||
= note: this error originates in the derive macro `FromArma` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error: unit-like structs aren't supported
|
||||
--> tests/derive/fail_struct_unit.rs:6:20
|
||||
|
|
||||
6 | #[derive(FromArma, IntoArma)]
|
||||
| ^^^^^^^^
|
||||
|
|
||||
= note: this error originates in the derive macro `IntoArma` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error: unit-like structs aren't supported
|
||||
--> tests/derive/fail_struct_unit.rs:9:10
|
||||
|
|
||||
9 | #[derive(FromArma, IntoArma)]
|
||||
| ^^^^^^^^
|
||||
|
|
||||
= note: this error originates in the derive macro `FromArma` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error: unit-like structs aren't supported
|
||||
--> tests/derive/fail_struct_unit.rs:9:20
|
||||
|
|
||||
9 | #[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