[INFO] fetching crate itsy 0.1.0... [INFO] checking itsy-0.1.0 against try#b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f for pr-76104 [INFO] extracting crate itsy 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate itsy 0.1.0 on toolchain b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate itsy 0.1.0 [INFO] finished tweaking crates.io crate itsy 0.1.0 [INFO] tweaked toml for crates.io crate itsy 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] baa66c3e9f8e6252f4274366959e4e01d3ee9a376e0c4ac785f92253d14f1288 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "baa66c3e9f8e6252f4274366959e4e01d3ee9a376e0c4ac785f92253d14f1288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "baa66c3e9f8e6252f4274366959e4e01d3ee9a376e0c4ac785f92253d14f1288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "baa66c3e9f8e6252f4274366959e4e01d3ee9a376e0c4ac785f92253d14f1288", kill_on_drop: false }` [INFO] [stdout] baa66c3e9f8e6252f4274366959e4e01d3ee9a376e0c4ac785f92253d14f1288 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b1cc2963e8346ba1f5afb1edb86dbcf3f9ef0c5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 19a39164aabd6480af7369745acdc1602868ae75784e75f021838cef508f740b [INFO] running `Command { std: "docker" "start" "-a" "19a39164aabd6480af7369745acdc1602868ae75784e75f021838cef508f740b", kill_on_drop: false }` [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Checking itsy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/util/typed_ids.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | /// Unique numeric id of a type. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/util/typed_ids.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | /// Unique numeric id of a scope. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/util/typed_ids.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | /// Unique numeric id of a variable binding. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/util/typed_ids.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | /// Unique numeric id of a function. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/util/typed_ids.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | /// Unique numeric id of a type. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/util/typed_ids.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | /// Unique numeric id of a scope. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/util/typed_ids.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | /// Unique numeric id of a variable binding. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/util/typed_ids.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | /// Unique numeric id of a function. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | let mut array: [u8; 4] = unsafe { std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/bytecode/vm.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | dest = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/bytecode/opcodes.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_vm!{ [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | /// Does nothing. Used as label when debugging. [INFO] [stdout] 8 | | #[allow(unused_variables)] [INFO] [stdout] ... | [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | let mut array: [u8; 4] = unsafe { std::mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/frontend/resolver.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 353 | let function_type = self.scopes.function_type(function_id); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 354 | self.resolve_block(&mut item.block, function_type.ret_type); [INFO] [stdout] | ^^^^ mutable borrow occurs here ---------------------- immutable borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/frontend/resolver.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 353 | let function_type = self.scopes.function_type(function_id); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 354 | self.resolve_block(&mut item.block, function_type.ret_type); [INFO] [stdout] | ^^^^ mutable borrow occurs here ---------------------- immutable borrow later used here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 98 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `itsy` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error; 98 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "19a39164aabd6480af7369745acdc1602868ae75784e75f021838cef508f740b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19a39164aabd6480af7369745acdc1602868ae75784e75f021838cef508f740b", kill_on_drop: false }` [INFO] [stdout] 19a39164aabd6480af7369745acdc1602868ae75784e75f021838cef508f740b