[INFO] fetching crate itsy 0.1.0... [INFO] checking itsy-0.1.0 against beta for pr-78714 [INFO] extracting crate itsy 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate itsy 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00c79f967e2b8e7892a7fa1fa47e1e17d10717df784352a07748e0561c9948c5 [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" "00c79f967e2b8e7892a7fa1fa47e1e17d10717df784352a07748e0561c9948c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00c79f967e2b8e7892a7fa1fa47e1e17d10717df784352a07748e0561c9948c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00c79f967e2b8e7892a7fa1fa47e1e17d10717df784352a07748e0561c9948c5", kill_on_drop: false }` [INFO] [stdout] 00c79f967e2b8e7892a7fa1fa47e1e17d10717df784352a07748e0561c9948c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f30d1b949d5d653ac9741bdf297ae13ae49adc1e3962e10db6b09542e845cb1 [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" "7f30d1b949d5d653ac9741bdf297ae13ae49adc1e3962e10db6b09542e845cb1", 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: 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: `#[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/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/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: 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: `#[warn(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] warning: 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: `#[warn(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] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/bytecode/heap.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | ::std::mem::replace(&mut self.data[v as usize], Vec::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 100 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/bytecode/heap.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | ::std::mem::replace(&mut self.data[v as usize], Vec::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 100 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> tests/vm.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | /// Implement some VM methods to write values to the VM context. [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/vm.rs:5:27 [INFO] [stdout] | [INFO] [stdout] 5 | type ContextElement = Box; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.06s [INFO] running `Command { std: "docker" "inspect" "7f30d1b949d5d653ac9741bdf297ae13ae49adc1e3962e10db6b09542e845cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f30d1b949d5d653ac9741bdf297ae13ae49adc1e3962e10db6b09542e845cb1", kill_on_drop: false }` [INFO] [stdout] 7f30d1b949d5d653ac9741bdf297ae13ae49adc1e3962e10db6b09542e845cb1