-
-
Save jamesmunns/d76971e3ea1ea72ecaca1b4b59d5d5bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error[E0080]: evaluation of `<[GenStruct0000044C; 8] as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct0000044C; 8]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<[GenStruct0000044C; 8]>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<[GenStruct0000044C; 8] as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[[gen::GenStruct0000044C; 8]; 10]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<[GenTupStruct00000487; 27] as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenTupStruct00000487; 27]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<[GenTupStruct00000487; 27]>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<[GenTupStruct00000487; 27] as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[[gen::GenTupStruct00000487; 27]; 2]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenStruct000006F5 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct0000044C; 8]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenStruct000006F5>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenStruct000006F5 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenStruct000006F5; 23]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum00000606 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenEnum000004E4; 14]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum00000606>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum00000606 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum00000606; 29]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum0000079B as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct0000044C; 8]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum0000079B>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum0000079B as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum0000079B; 32]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum000008D2 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct0000044C; 8]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum000008D2>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum000008D2 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum000008D2; 4]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum000006F2 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenEnum000004E4; 14]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum000006F2>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum000006F2 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum000006F2; 21]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<(GenTupStruct0000089F, GenEnum00000859, core::option::Option<(GenEnum000000F2,)>, GenStruct00000781) as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenEnum000004E4; 14]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<(GenTupStruct0000089F, GenEnum00000859, core::option::Option<(GenEnum000000F2,)>, GenStruct00000781)>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<(GenTupStruct0000089F, GenEnum00000859, core::option::Option<(GenEnum000000F2,)>, GenStruct00000781) as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[(gen::GenTupStruct0000089F, gen::GenEnum00000859, core::option::Option<(gen::GenEnum000000F2,)>, gen::GenStruct00000781); 19]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<(GenTupStruct00000205, GenStruct0000072B, GenStruct000008EA) as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenTupStruct00000487; 27]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<(GenTupStruct00000205, GenStruct0000072B, GenStruct000008EA)>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<(GenTupStruct00000205, GenStruct0000072B, GenStruct000008EA) as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[(gen::GenTupStruct00000205, gen::GenStruct0000072B, gen::GenStruct000008EA); 25]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum00000889 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct0000044C; 8]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum00000889>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum00000889 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum00000889; 21]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenStruct00000A7E as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenTupStruct00000487; 27]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenStruct00000A7E>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenStruct00000A7E as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenStruct00000A7E; 14]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<([GenEnum0000079B; 32], (GenTupStruct000000E9,)) as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct0000044C; 8]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<([GenEnum0000079B; 32], (GenTupStruct000000E9,))>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<([GenEnum0000079B; 32], (GenTupStruct000000E9,)) as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[([gen::GenEnum0000079B; 32], (gen::GenTupStruct000000E9,)); 27]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<[GenEnum000008AD; 21] as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenEnum000008AD; 21]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<[GenEnum000008AD; 21]>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<[GenEnum000008AD; 21] as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[[gen::GenEnum000008AD; 21]; 17]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<(GenEnum00000AF8,) as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct0000044C; 8]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<(GenEnum00000AF8,)>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<(GenEnum00000AF8,) as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[(gen::GenEnum00000AF8,); 24]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum00000859 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenEnum000004E4; 14]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum00000859>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum00000859 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum00000859; 13]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<[GenStruct00000A5B; 20] as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct00000A5B; 20]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<[GenStruct00000A5B; 20]>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<[GenStruct00000A5B; 20] as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[[gen::GenStruct00000A5B; 20]; 7]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum00000B5D as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenEnum00000540; 20]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum00000B5D>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum00000B5D as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum00000B5D; 13]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum00000B17 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenTupStruct00000487; 27]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum00000B17>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum00000B17 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum00000B17; 28]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum00000930 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenTupStruct00000487; 27]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum00000930>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum00000930 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum00000930; 18]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
error[E0080]: evaluation of `<GenEnum00000763 as SizedTypeProperties>::IS_ZST` failed | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[GenStruct0000044C; 8]` are too big for the current architecture | |
| | |
note: inside `core::mem::size_of::<GenEnum00000763>` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:313:5 | |
| | |
313 | intrinsics::size_of::<T>() | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
note: inside `<GenEnum00000763 as SizedTypeProperties>::IS_ZST` | |
--> /Users/james/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/mem/mod.rs:1291:26 | |
| | |
1291 | const IS_ZST: bool = size_of::<Self>() == 0; | |
| ^^^^^^^^^^^^^^^^^ | |
note: the above error was encountered while instantiating `fn core::array::<impl core::iter::IntoIterator for &[gen::GenEnum00000763; 13]>::into_iter` | |
--> /Users/james/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/ser/impls.rs:166:1 | |
| | |
166 | / array_impls! { | |
167 | | 01 02 03 04 05 06 07 08 09 10 | |
168 | | 11 12 13 14 15 16 17 18 19 20 | |
169 | | 21 22 23 24 25 26 27 28 29 30 | |
170 | | 31 32 | |
171 | | } | |
| |_^ | |
| | |
= note: this note originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info) | |
For more information about this error, try `rustc --explain E0080`. | |
warning: `embassy-rp-examples` (bin "embassy-rp-examples") generated 2 warnings | |
error: could not compile `embassy-rp-examples` (bin "embassy-rp-examples") due to 20 previous errors; 2 warnings emitted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment