[INFO] fetching crate vl53l1-reg 0.1.0... [INFO] testing vl53l1-reg-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate vl53l1-reg 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate vl53l1-reg 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vl53l1-reg 0.1.0 [INFO] finished tweaking crates.io crate vl53l1-reg 0.1.0 [INFO] tweaked toml for crates.io crate vl53l1-reg 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded aligned v0.3.5 [INFO] [stderr] Downloaded cortex-m v0.6.7 [INFO] [stderr] Downloaded rtt-target v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b2d81758794339526482402f7fe854f253fa38f3fbcb53e332d5708adc1f07d [INFO] running `Command { std: "docker" "start" "-a" "3b2d81758794339526482402f7fe854f253fa38f3fbcb53e332d5708adc1f07d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b2d81758794339526482402f7fe854f253fa38f3fbcb53e332d5708adc1f07d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b2d81758794339526482402f7fe854f253fa38f3fbcb53e332d5708adc1f07d", kill_on_drop: false }` [INFO] [stdout] 3b2d81758794339526482402f7fe854f253fa38f3fbcb53e332d5708adc1f07d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a03aab2886fca3ad62a14cfc143243727367ff0fa7013aac1a6e97e3906d823a [INFO] running `Command { std: "docker" "start" "-a" "a03aab2886fca3ad62a14cfc143243727367ff0fa7013aac1a6e97e3906d823a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cortex-m v0.7.4 [INFO] [stderr] Compiling nb v1.0.0 [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cortex-m v0.6.7 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling ufmt-write v0.1.0 [INFO] [stderr] Compiling generic-array v0.13.3 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling volatile-register v0.2.1 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling embedded-hal v0.2.7 [INFO] [stderr] Compiling as-slice v0.1.5 [INFO] [stderr] Compiling aligned v0.3.5 [INFO] [stderr] Compiling rtt-target v0.2.2 [INFO] [stderr] Compiling vl53l1-reg v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | / entries_struct! { [INFO] [stdout] 301 | | pub struct SystemControl { [INFO] [stdout] 302 | | power_management__go1_power_force: crate::POWER_MANAGEMENT__GO1_POWER_FORCE, [INFO] [stdout] 303 | | system__stream_count_ctrl: crate::SYSTEM__STREAM_COUNT_CTRL, [INFO] [stdout] ... | [INFO] [stdout] 307 | | } [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | / entries_struct! { [INFO] [stdout] 301 | | pub struct SystemControl { [INFO] [stdout] 302 | | power_management__go1_power_force: crate::POWER_MANAGEMENT__GO1_POWER_FORCE, [INFO] [stdout] 303 | | system__stream_count_ctrl: crate::SYSTEM__STREAM_COUNT_CTRL, [INFO] [stdout] ... | [INFO] [stdout] 307 | | } [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | / entries_struct! { [INFO] [stdout] 301 | | pub struct SystemControl { [INFO] [stdout] 302 | | power_management__go1_power_force: crate::POWER_MANAGEMENT__GO1_POWER_FORCE, [INFO] [stdout] 303 | | system__stream_count_ctrl: crate::SYSTEM__STREAM_COUNT_CTRL, [INFO] [stdout] ... | [INFO] [stdout] 307 | | } [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | / entries_struct! { [INFO] [stdout] 301 | | pub struct SystemControl { [INFO] [stdout] 302 | | power_management__go1_power_force: crate::POWER_MANAGEMENT__GO1_POWER_FORCE, [INFO] [stdout] 303 | | system__stream_count_ctrl: crate::SYSTEM__STREAM_COUNT_CTRL, [INFO] [stdout] ... | [INFO] [stdout] 307 | | } [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [INFO] [stdout] 342 | | result_core__ambient_window_events_sd0: crate::RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 343 | | result_core__ranging_total_events_sd0: crate::RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 351 | | } [INFO] [stdout] 352 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [INFO] [stdout] 342 | | result_core__ambient_window_events_sd0: crate::RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 343 | | result_core__ranging_total_events_sd0: crate::RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 351 | | } [INFO] [stdout] 352 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [INFO] [stdout] 342 | | result_core__ambient_window_events_sd0: crate::RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 343 | | result_core__ranging_total_events_sd0: crate::RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 351 | | } [INFO] [stdout] 352 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [INFO] [stdout] 342 | | result_core__ambient_window_events_sd0: crate::RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 343 | | result_core__ranging_total_events_sd0: crate::RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 351 | | } [INFO] [stdout] 352 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [INFO] [stdout] 342 | | result_core__ambient_window_events_sd0: crate::RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 343 | | result_core__ranging_total_events_sd0: crate::RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 351 | | } [INFO] [stdout] 352 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [INFO] [stdout] 342 | | result_core__ambient_window_events_sd0: crate::RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 343 | | result_core__ranging_total_events_sd0: crate::RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 351 | | } [INFO] [stdout] 352 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [INFO] [stdout] 342 | | result_core__ambient_window_events_sd0: crate::RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 343 | | result_core__ranging_total_events_sd0: crate::RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 351 | | } [INFO] [stdout] 352 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [INFO] [stdout] 342 | | result_core__ambient_window_events_sd0: crate::RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 343 | | result_core__ranging_total_events_sd0: crate::RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 351 | | } [INFO] [stdout] 352 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 354 | / entries_struct! { [INFO] [stdout] 355 | | pub struct DebugResults { [INFO] [stdout] 356 | | phasecal_result__reference_phase: crate::PHASECAL_RESULT__REFERENCE_PHASE, [INFO] [stdout] 357 | | phasecal_result__vcsel_start: crate::PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] ... | [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 402 | / entries_struct! { [INFO] [stdout] 403 | | pub struct NvmCopyData { [INFO] [stdout] 404 | | identification__model_id: crate::IDENTIFICATION__MODEL_ID, [INFO] [stdout] 405 | | identification__module_type: crate::IDENTIFICATION__MODULE_TYPE, [INFO] [stdout] ... | [INFO] [stdout] 452 | | } [INFO] [stdout] 453 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 455 | / entries_struct! { [INFO] [stdout] 456 | | pub struct PrevShadowSystemResults { [INFO] [stdout] 457 | | prev_shadow_result__interrupt_status: crate::PREV_SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] 458 | | prev_shadow_result__range_status: crate::PREV_SHADOW_RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 481 | | } [INFO] [stdout] 482 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | / entries_struct! { [INFO] [stdout] 485 | | pub struct PrevShadowCoreResults { [INFO] [stdout] 486 | | prev_shadow_result_core__ambient_window_events_sd0: crate::PREV_SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 487 | | prev_shadow_result_core__ranging_total_events_sd0: crate::PREV_SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] 496 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | / entries_struct! { [INFO] [stdout] 485 | | pub struct PrevShadowCoreResults { [INFO] [stdout] 486 | | prev_shadow_result_core__ambient_window_events_sd0: crate::PREV_SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 487 | | prev_shadow_result_core__ranging_total_events_sd0: crate::PREV_SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] 496 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | / entries_struct! { [INFO] [stdout] 485 | | pub struct PrevShadowCoreResults { [INFO] [stdout] 486 | | prev_shadow_result_core__ambient_window_events_sd0: crate::PREV_SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 487 | | prev_shadow_result_core__ranging_total_events_sd0: crate::PREV_SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] 496 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | / entries_struct! { [INFO] [stdout] 485 | | pub struct PrevShadowCoreResults { [INFO] [stdout] 486 | | prev_shadow_result_core__ambient_window_events_sd0: crate::PREV_SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 487 | | prev_shadow_result_core__ranging_total_events_sd0: crate::PREV_SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] 496 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | / entries_struct! { [INFO] [stdout] 485 | | pub struct PrevShadowCoreResults { [INFO] [stdout] 486 | | prev_shadow_result_core__ambient_window_events_sd0: crate::PREV_SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 487 | | prev_shadow_result_core__ranging_total_events_sd0: crate::PREV_SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] 496 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | / entries_struct! { [INFO] [stdout] 485 | | pub struct PrevShadowCoreResults { [INFO] [stdout] 486 | | prev_shadow_result_core__ambient_window_events_sd0: crate::PREV_SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 487 | | prev_shadow_result_core__ranging_total_events_sd0: crate::PREV_SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] 496 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | / entries_struct! { [INFO] [stdout] 485 | | pub struct PrevShadowCoreResults { [INFO] [stdout] 486 | | prev_shadow_result_core__ambient_window_events_sd0: crate::PREV_SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 487 | | prev_shadow_result_core__ranging_total_events_sd0: crate::PREV_SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] 496 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 484 | / entries_struct! { [INFO] [stdout] 485 | | pub struct PrevShadowCoreResults { [INFO] [stdout] 486 | | prev_shadow_result_core__ambient_window_events_sd0: crate::PREV_SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 487 | | prev_shadow_result_core__ranging_total_events_sd0: crate::PREV_SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 495 | | } [INFO] [stdout] 496 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 498 | / entries_struct! { [INFO] [stdout] 499 | | pub struct PatchDebug { [INFO] [stdout] 500 | | result__debug_status: crate::RESULT__DEBUG_STATUS, [INFO] [stdout] 501 | | result__debug_stage: crate::RESULT__DEBUG_STAGE, [INFO] [stdout] 502 | | } [INFO] [stdout] 503 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 505 | / entries_struct! { [INFO] [stdout] 506 | | pub struct GphGeneralConfig { [INFO] [stdout] 507 | | gph__system__thresh_rate_high: crate::GPH__SYSTEM__THRESH_RATE_HIGH, [INFO] [stdout] 508 | | gph__system__thresh_rate_low: crate::GPH__SYSTEM__THRESH_RATE_LOW, [INFO] [stdout] 509 | | gph__system__interrupt_config_gpio: crate::GPH__SYSTEM__INTERRUPT_CONFIG_GPIO, [INFO] [stdout] 510 | | } [INFO] [stdout] 511 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 505 | / entries_struct! { [INFO] [stdout] 506 | | pub struct GphGeneralConfig { [INFO] [stdout] 507 | | gph__system__thresh_rate_high: crate::GPH__SYSTEM__THRESH_RATE_HIGH, [INFO] [stdout] 508 | | gph__system__thresh_rate_low: crate::GPH__SYSTEM__THRESH_RATE_LOW, [INFO] [stdout] 509 | | gph__system__interrupt_config_gpio: crate::GPH__SYSTEM__INTERRUPT_CONFIG_GPIO, [INFO] [stdout] 510 | | } [INFO] [stdout] 511 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 513 | / entries_struct! { [INFO] [stdout] 514 | | pub struct GphStaticConfig { [INFO] [stdout] 515 | | gph__dss_config__roi_mode_control: crate::GPH__DSS_CONFIG__ROI_MODE_CONTROL, [INFO] [stdout] 516 | | gph__dss_config__manual_effective_spads_select: crate::GPH__DSS_CONFIG__MANUAL_EFFECTIVE_SPADS_SELECT, [INFO] [stdout] ... | [INFO] [stdout] 520 | | } [INFO] [stdout] 521 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 513 | / entries_struct! { [INFO] [stdout] 514 | | pub struct GphStaticConfig { [INFO] [stdout] 515 | | gph__dss_config__roi_mode_control: crate::GPH__DSS_CONFIG__ROI_MODE_CONTROL, [INFO] [stdout] 516 | | gph__dss_config__manual_effective_spads_select: crate::GPH__DSS_CONFIG__MANUAL_EFFECTIVE_SPADS_SELECT, [INFO] [stdout] ... | [INFO] [stdout] 520 | | } [INFO] [stdout] 521 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 513 | / entries_struct! { [INFO] [stdout] 514 | | pub struct GphStaticConfig { [INFO] [stdout] 515 | | gph__dss_config__roi_mode_control: crate::GPH__DSS_CONFIG__ROI_MODE_CONTROL, [INFO] [stdout] 516 | | gph__dss_config__manual_effective_spads_select: crate::GPH__DSS_CONFIG__MANUAL_EFFECTIVE_SPADS_SELECT, [INFO] [stdout] ... | [INFO] [stdout] 520 | | } [INFO] [stdout] 521 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 513 | / entries_struct! { [INFO] [stdout] 514 | | pub struct GphStaticConfig { [INFO] [stdout] 515 | | gph__dss_config__roi_mode_control: crate::GPH__DSS_CONFIG__ROI_MODE_CONTROL, [INFO] [stdout] 516 | | gph__dss_config__manual_effective_spads_select: crate::GPH__DSS_CONFIG__MANUAL_EFFECTIVE_SPADS_SELECT, [INFO] [stdout] ... | [INFO] [stdout] 520 | | } [INFO] [stdout] 521 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 523 | / entries_struct! { [INFO] [stdout] 524 | | pub struct GphTimingConfig { [INFO] [stdout] 525 | | gph__mm_config__timeout_macrop_a_hi: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 526 | | gph__mm_config__timeout_macrop_a_lo: crate::GPH__MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 539 | | } [INFO] [stdout] 540 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 542 | / entries_struct! { [INFO] [stdout] 543 | | pub struct FwInternal { [INFO] [stdout] 544 | | firmware__internal_stream_count_div: crate::FIRMWARE__INTERNAL_STREAM_COUNT_DIV, [INFO] [stdout] 545 | | firmware__internal_stream_counter_val: crate::FIRMWARE__INTERNAL_STREAM_COUNTER_VAL, [INFO] [stdout] 546 | | } [INFO] [stdout] 547 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 549 | / entries_struct! { [INFO] [stdout] 550 | | pub struct PatchResults { [INFO] [stdout] 551 | | dss_calc__roi_ctrl: crate::DSS_CALC__ROI_CTRL, [INFO] [stdout] 552 | | dss_calc__spare_1: crate::DSS_CALC__SPARE_1, [INFO] [stdout] ... | [INFO] [stdout] 611 | | } [INFO] [stdout] 612 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 614 | / entries_struct! { [INFO] [stdout] 615 | | pub struct ShadowSystemResults { [INFO] [stdout] 616 | | shadow_phasecal_result__vcsel_start: crate::SHADOW_PHASECAL_RESULT__VCSEL_START, [INFO] [stdout] 617 | | shadow_result__interrupt_status: crate::SHADOW_RESULT__INTERRUPT_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 644 | | } [INFO] [stdout] 645 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 647 | / entries_struct! { [INFO] [stdout] 648 | | pub struct ShadowCoreResults { [INFO] [stdout] 649 | | shadow_result_core__ambient_window_events_sd0: crate::SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 650 | | shadow_result_core__ranging_total_events_sd0: crate::SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 658 | | } [INFO] [stdout] 659 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 647 | / entries_struct! { [INFO] [stdout] 648 | | pub struct ShadowCoreResults { [INFO] [stdout] 649 | | shadow_result_core__ambient_window_events_sd0: crate::SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 650 | | shadow_result_core__ranging_total_events_sd0: crate::SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 658 | | } [INFO] [stdout] 659 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 647 | / entries_struct! { [INFO] [stdout] 648 | | pub struct ShadowCoreResults { [INFO] [stdout] 649 | | shadow_result_core__ambient_window_events_sd0: crate::SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 650 | | shadow_result_core__ranging_total_events_sd0: crate::SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 658 | | } [INFO] [stdout] 659 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 647 | / entries_struct! { [INFO] [stdout] 648 | | pub struct ShadowCoreResults { [INFO] [stdout] 649 | | shadow_result_core__ambient_window_events_sd0: crate::SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 650 | | shadow_result_core__ranging_total_events_sd0: crate::SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 658 | | } [INFO] [stdout] 659 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 647 | / entries_struct! { [INFO] [stdout] 648 | | pub struct ShadowCoreResults { [INFO] [stdout] 649 | | shadow_result_core__ambient_window_events_sd0: crate::SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 650 | | shadow_result_core__ranging_total_events_sd0: crate::SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 658 | | } [INFO] [stdout] 659 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 647 | / entries_struct! { [INFO] [stdout] 648 | | pub struct ShadowCoreResults { [INFO] [stdout] 649 | | shadow_result_core__ambient_window_events_sd0: crate::SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 650 | | shadow_result_core__ranging_total_events_sd0: crate::SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 658 | | } [INFO] [stdout] 659 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 647 | / entries_struct! { [INFO] [stdout] 648 | | pub struct ShadowCoreResults { [INFO] [stdout] 649 | | shadow_result_core__ambient_window_events_sd0: crate::SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 650 | | shadow_result_core__ranging_total_events_sd0: crate::SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 658 | | } [INFO] [stdout] 659 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 647 | / entries_struct! { [INFO] [stdout] 648 | | pub struct ShadowCoreResults { [INFO] [stdout] 649 | | shadow_result_core__ambient_window_events_sd0: crate::SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0, [INFO] [stdout] 650 | | shadow_result_core__ranging_total_events_sd0: crate::SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0, [INFO] [stdout] ... | [INFO] [stdout] 658 | | } [INFO] [stdout] 659 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 370 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.71s [INFO] running `Command { std: "docker" "inspect" "a03aab2886fca3ad62a14cfc143243727367ff0fa7013aac1a6e97e3906d823a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a03aab2886fca3ad62a14cfc143243727367ff0fa7013aac1a6e97e3906d823a", kill_on_drop: false }` [INFO] [stdout] a03aab2886fca3ad62a14cfc143243727367ff0fa7013aac1a6e97e3906d823a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4ee912c1fe10c060e704876461b7f6dd0d60faf28c84183679e4a8e5852e37f [INFO] running `Command { std: "docker" "start" "-a" "f4ee912c1fe10c060e704876461b7f6dd0d60faf28c84183679e4a8e5852e37f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 165 | / entries_struct! { [INFO] [stdout] 166 | | pub struct CustomerNvmManaged { [INFO] [stdout] 167 | | global_config__spad_enables_ref_0: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_0, [INFO] [stdout] 168 | | global_config__spad_enables_ref_1: crate::GLOBAL_CONFIG__SPAD_ENABLES_REF_1, [INFO] [stdout] ... | [INFO] [stdout] 183 | | } [INFO] [stdout] 184 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | / entries_struct! { [INFO] [stdout] 187 | | pub struct StaticNvmManaged { [INFO] [stdout] 188 | | i2c_slave__device_address: crate::I2C_SLAVE__DEVICE_ADDRESS, [INFO] [stdout] 189 | | ana_config__vhv_ref_sel_vddpix: crate::ANA_CONFIG__VHV_REF_SEL_VDDPIX, [INFO] [stdout] ... | [INFO] [stdout] 198 | | } [INFO] [stdout] 199 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 201 | / entries_struct! { [INFO] [stdout] 202 | | pub struct StaticConfig { [INFO] [stdout] 203 | | dss_config__target_total_rate_mcps: crate::DSS_CONFIG__TARGET_TOTAL_RATE_MCPS, [INFO] [stdout] 204 | | debug__ctrl: crate::DEBUG__CTRL, [INFO] [stdout] ... | [INFO] [stdout] 233 | | } [INFO] [stdout] 234 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 236 | / entries_struct! { [INFO] [stdout] 237 | | pub struct GeneralConfig { [INFO] [stdout] 238 | | gph_config__stream_count_update_value: crate::GPH_CONFIG__STREAM_COUNT_UPDATE_VALUE, [INFO] [stdout] 239 | | global_config__stream_divider: crate::GLOBAL_CONFIG__STREAM_DIVIDER, [INFO] [stdout] ... | [INFO] [stdout] 255 | | } [INFO] [stdout] 256 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 258 | / entries_struct! { [INFO] [stdout] 259 | | pub struct TimingConfig { [INFO] [stdout] 260 | | mm_config__timeout_macrop_a_hi: crate::MM_CONFIG__TIMEOUT_MACROP_A_HI, [INFO] [stdout] 261 | | mm_config__timeout_macrop_a_lo: crate::MM_CONFIG__TIMEOUT_MACROP_A_LO, [INFO] [stdout] ... | [INFO] [stdout] 276 | | } [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 279 | / entries_struct! { [INFO] [stdout] 280 | | pub struct DynamicConfig { [INFO] [stdout] 281 | | system__grouped_parameter_hold_0: crate::SYSTEM__GROUPED_PARAMETER_HOLD_0, [INFO] [stdout] 282 | | system__thresh_high: crate::SYSTEM__THRESH_HIGH, [INFO] [stdout] ... | [INFO] [stdout] 297 | | } [INFO] [stdout] 298 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | / entries_struct! { [INFO] [stdout] 301 | | pub struct SystemControl { [INFO] [stdout] 302 | | power_management__go1_power_force: crate::POWER_MANAGEMENT__GO1_POWER_FORCE, [INFO] [stdout] 303 | | system__stream_count_ctrl: crate::SYSTEM__STREAM_COUNT_CTRL, [INFO] [stdout] ... | [INFO] [stdout] 307 | | } [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | / entries_struct! { [INFO] [stdout] 301 | | pub struct SystemControl { [INFO] [stdout] 302 | | power_management__go1_power_force: crate::POWER_MANAGEMENT__GO1_POWER_FORCE, [INFO] [stdout] 303 | | system__stream_count_ctrl: crate::SYSTEM__STREAM_COUNT_CTRL, [INFO] [stdout] ... | [INFO] [stdout] 307 | | } [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | / entries_struct! { [INFO] [stdout] 301 | | pub struct SystemControl { [INFO] [stdout] 302 | | power_management__go1_power_force: crate::POWER_MANAGEMENT__GO1_POWER_FORCE, [INFO] [stdout] 303 | | system__stream_count_ctrl: crate::SYSTEM__STREAM_COUNT_CTRL, [INFO] [stdout] ... | [INFO] [stdout] 307 | | } [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | / entries_struct! { [INFO] [stdout] 301 | | pub struct SystemControl { [INFO] [stdout] 302 | | power_management__go1_power_force: crate::POWER_MANAGEMENT__GO1_POWER_FORCE, [INFO] [stdout] 303 | | system__stream_count_ctrl: crate::SYSTEM__STREAM_COUNT_CTRL, [INFO] [stdout] ... | [INFO] [stdout] 307 | | } [INFO] [stdout] 308 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 310 | / entries_struct! { [INFO] [stdout] 311 | | pub struct SystemResults { [INFO] [stdout] 312 | | result__interrupt_status: crate::RESULT__INTERRUPT_STATUS, [INFO] [stdout] 313 | | result__range_status: crate::RESULT__RANGE_STATUS, [INFO] [stdout] ... | [INFO] [stdout] 337 | | } [INFO] [stdout] 338 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `entries_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/structs.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | entries_struct!(following_entry_index $($Entries),*); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 340 | / entries_struct! { [INFO] [stdout] 341 | | pub struct CoreResults { [WARN] too many lines in the log, truncating it