[INFO] fetching crate a2lfile 0.8.0... [INFO] checking a2lfile-0.8.0 against master#0a8629bff642c3c3b84bb644c0099194f063b627 for pr-86231 [INFO] extracting crate a2lfile 0.8.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate a2lfile 0.8.0 on toolchain 0a8629bff642c3c3b84bb644c0099194f063b627 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate a2lfile 0.8.0 [INFO] finished tweaking crates.io crate a2lfile 0.8.0 [INFO] tweaked toml for crates.io crate a2lfile 0.8.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7354ab507f3f5e21ad4da8ce615d06efb15628b6f929adca17984d2ee8d53064 [INFO] running `Command { std: "docker" "start" "-a" "7354ab507f3f5e21ad4da8ce615d06efb15628b6f929adca17984d2ee8d53064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7354ab507f3f5e21ad4da8ce615d06efb15628b6f929adca17984d2ee8d53064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7354ab507f3f5e21ad4da8ce615d06efb15628b6f929adca17984d2ee8d53064", kill_on_drop: false }` [INFO] [stdout] 7354ab507f3f5e21ad4da8ce615d06efb15628b6f929adca17984d2ee8d53064 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+0a8629bff642c3c3b84bb644c0099194f063b627" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcb17a2d920ad03b20bf190421c983616c5df3ab95545367beec4e047378f8f9 [INFO] running `Command { std: "docker" "start" "-a" "bcb17a2d920ad03b20bf190421c983616c5df3ab95545367beec4e047378f8f9", kill_on_drop: false }` [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling a2lmacros v0.8.1 [INFO] [stderr] Checking a2lfile v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool), u32, u32, u32, u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool), u32, u32, u32, u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec<(u32, bool)>, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec<(u32, bool)>, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool), u32, u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool), u32, u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool), u32, u32, u32, u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool), u32, u32, u32, u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool), Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool), Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool), Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool), Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool), Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool), Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec<(u32, bool)>, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec<(u32, bool)>, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool), u32, u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool), u32, u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool), Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool), Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool), Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool), Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool), Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool), Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec<(u32, bool)>, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec<(u32, bool)>, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, (u32, bool), (u32, bool), [(u32, bool); 5])>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, (u32, bool), (u32, bool), [(u32, bool); 5])>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32, (u32, bool), (u32, bool), [(u32, bool); 5])>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32, (u32, bool), (u32, bool), [(u32, bool); 5])>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `A2ml: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Option` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec<(u32, bool)>, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec<(u32, bool)>, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, (u32, bool), (u32, bool), [(u32, bool); 5])>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, (u32, bool), (u32, bool), [(u32, bool); 5])>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32, (u32, bool), (u32, bool), [(u32, bool); 5])>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32, (u32, bool), (u32, bool), [(u32, bool); 5])>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `A2ml: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Option` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `specification::IfData: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ expected an implementor of trait `Clone` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Clone` for `Vec` [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool), (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<((u32, bool), u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<((u32, bool), u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32, u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32, u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32, u32, (u32, bool), u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32, u32, (u32, bool), u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32, (u32, bool), u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, (u32, bool))>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, (u32, bool))>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec<(u32, bool)>, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec<(u32, bool)>, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, u32)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, u32)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec<(u32, bool)>, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec<(u32, bool)>, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, u32, Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, u32, Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<()>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<()>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(Vec, ())>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(Vec, ())>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `BlockInfo<(u32, Vec)>: Clone` is not satisfied [INFO] [stdout] --> src/specification.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | / a2l_specification! { [INFO] [stdout] 53 | | /// Contains all the objects of an A2lfile [INFO] [stdout] 54 | | /// [INFO] [stdout] 55 | | /// An instance of this struct is returned when an a2l file is loaded successfully [INFO] [stdout] ... | [INFO] [stdout] 1783 | | } [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_^ the trait `Clone` is not implemented for `BlockInfo<(u32, Vec)>` [INFO] [stdout] | [INFO] [stdout] = note: required by `clone` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `a2lfile` [INFO] [stdout] error: aborting due to 175 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to 175 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bcb17a2d920ad03b20bf190421c983616c5df3ab95545367beec4e047378f8f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcb17a2d920ad03b20bf190421c983616c5df3ab95545367beec4e047378f8f9", kill_on_drop: false }` [INFO] [stdout] bcb17a2d920ad03b20bf190421c983616c5df3ab95545367beec4e047378f8f9