[INFO] fetching crate cluLamansh 0.1.4...
[INFO] checking cluLamansh-0.1.4 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate cluLamansh 0.1.4 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate cluLamansh 0.1.4 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cluLamansh 0.1.4
[INFO] finished tweaking crates.io crate cluLamansh 0.1.4
[INFO] tweaked toml for crates.io crate cluLamansh 0.1.4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be7fb9c82549b63fac63572c3fecc61c0b4c2a318c7e1bf222ea510532e6f85e
[INFO] running `Command { std: "docker" "start" "-a" "be7fb9c82549b63fac63572c3fecc61c0b4c2a318c7e1bf222ea510532e6f85e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be7fb9c82549b63fac63572c3fecc61c0b4c2a318c7e1bf222ea510532e6f85e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be7fb9c82549b63fac63572c3fecc61c0b4c2a318c7e1bf222ea510532e6f85e", kill_on_drop: false }`
[INFO] [stdout] be7fb9c82549b63fac63572c3fecc61c0b4c2a318c7e1bf222ea510532e6f85e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09e912ce326d2d7d9ac428697cf6c0e5cc3802983c83ab9ba7c9da4d08661fcd
[INFO] running `Command { std: "docker" "start" "-a" "09e912ce326d2d7d9ac428697cf6c0e5cc3802983c83ab9ba7c9da4d08661fcd", kill_on_drop: false }`
[INFO] [stderr]     Checking cluLamansh v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `cluLamanshIntoIter` should have an upper camel case name
[INFO] [stdout]   --> src/lamansh/iter.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct cluLamanshIntoIter<'a, NC: LamanshSized + 'static, N: LamanshSized + 'static> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CluLamanshIntoIter`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cluLamanshErr` should have an upper camel case name
[INFO] [stdout]   --> src/lamansh/mod.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub enum cluLamanshErr {
[INFO] [stdout]    |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CluLamanshErr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cluLamanshIntoIter` should have an upper camel case name
[INFO] [stdout]   --> src/lamansh/iter.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct cluLamanshIntoIter<'a, NC: LamanshSized + 'static, N: LamanshSized + 'static> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CluLamanshIntoIter`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cluLamanshErr` should have an upper camel case name
[INFO] [stdout]   --> src/lamansh/mod.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub enum cluLamanshErr {
[INFO] [stdout]    |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CluLamanshErr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:66:2
[INFO] [stdout]    |
[INFO] [stdout] 66 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:69:2
[INFO] [stdout]    |
[INFO] [stdout] 69 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:72:2
[INFO] [stdout]    |
[INFO] [stdout] 72 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:79:2
[INFO] [stdout]    |
[INFO] [stdout] 79 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:82:2
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:85:2
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/array.rs:427:51
[INFO] [stdout]     |
[INFO] [stdout] 427 |                          vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 576 | build_array!(boxed, LamanshVecArray, Vec<u8> );
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `build_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/array.rs:97:51
[INFO] [stdout]     |
[INFO] [stdout] 97  |                          vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 577 | build_array!(slice, LamanshCowArray, Cow<'a, Vec<u8>> );
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `build_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/array.rs:97:51
[INFO] [stdout]     |
[INFO] [stdout] 97  |                          vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 578 | build_array!(slice, LamanshSliceArray, &'a [u8] );
[INFO] [stdout]     | ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `build_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `try_from` has been stable since 1.34.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_from)]
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `exact_chunks`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(exact_chunks)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 640 | / build_array_primitive! {a_n,
[INFO] [stdout] 641 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 642 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 643 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     250 251 252 253 254 255*/
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:66:2
[INFO] [stdout]    |
[INFO] [stdout] 66 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:69:2
[INFO] [stdout]    |
[INFO] [stdout] 69 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:72:2
[INFO] [stdout]    |
[INFO] [stdout] 72 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:79:2
[INFO] [stdout]    |
[INFO] [stdout] 79 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:82:2
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` is ignored on function prototypes
[INFO] [stdout]   --> src/lamansh/sized.rs:85:2
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/array.rs:427:51
[INFO] [stdout]     |
[INFO] [stdout] 427 |                          vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 576 | build_array!(boxed, LamanshVecArray, Vec<u8> );
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `build_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/array.rs:97:51
[INFO] [stdout]     |
[INFO] [stdout] 97  |                          vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 577 | build_array!(slice, LamanshCowArray, Cow<'a, Vec<u8>> );
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `build_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/array.rs:97:51
[INFO] [stdout]     |
[INFO] [stdout] 97  |                          vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 578 | build_array!(slice, LamanshSliceArray, &'a [u8] );
[INFO] [stdout]     | ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `build_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `try_from` has been stable since 1.34.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_from)]
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `exact_chunks`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(exact_chunks)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 277 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cluLamansh` (lib) due to 2 previous errors; 277 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error; 277 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cluLamansh` (lib test) due to 2 previous errors; 277 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "09e912ce326d2d7d9ac428697cf6c0e5cc3802983c83ab9ba7c9da4d08661fcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09e912ce326d2d7d9ac428697cf6c0e5cc3802983c83ab9ba7c9da4d08661fcd", kill_on_drop: false }`
[INFO] [stdout] 09e912ce326d2d7d9ac428697cf6c0e5cc3802983c83ab9ba7c9da4d08661fcd
[INFO] checking cluLamansh-0.1.4 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate cluLamansh 0.1.4 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate cluLamansh 0.1.4 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cluLamansh 0.1.4
[INFO] finished tweaking crates.io crate cluLamansh 0.1.4
[INFO] tweaked toml for crates.io crate cluLamansh 0.1.4 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b852a05e35a32c90b2976de1c892e988cbe647d7b6cb10e377f9e5b05f4ce875
[INFO] running `Command { std: "docker" "start" "-a" "b852a05e35a32c90b2976de1c892e988cbe647d7b6cb10e377f9e5b05f4ce875", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b852a05e35a32c90b2976de1c892e988cbe647d7b6cb10e377f9e5b05f4ce875", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b852a05e35a32c90b2976de1c892e988cbe647d7b6cb10e377f9e5b05f4ce875", kill_on_drop: false }`
[INFO] [stdout] b852a05e35a32c90b2976de1c892e988cbe647d7b6cb10e377f9e5b05f4ce875
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a22c4cc7eac0140935e02a89d2abfdfe23258581afceef8924558e1e4804301f
[INFO] running `Command { std: "docker" "start" "-a" "a22c4cc7eac0140935e02a89d2abfdfe23258581afceef8924558e1e4804301f", kill_on_drop: false }`
[INFO] [stderr]     Checking cluLamansh v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `cluLamanshIntoIter` should have an upper camel case name
[INFO] [stdout]   --> src/lamansh/iter.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct cluLamanshIntoIter<'a, NC: LamanshSized + 'static, N: LamanshSized + 'static> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CluLamanshIntoIter`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cluLamanshErr` should have an upper camel case name
[INFO] [stdout]   --> src/lamansh/mod.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub enum cluLamanshErr {
[INFO] [stdout]    |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CluLamanshErr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cluLamanshIntoIter` should have an upper camel case name
[INFO] [stdout]   --> src/lamansh/iter.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct cluLamanshIntoIter<'a, NC: LamanshSized + 'static, N: LamanshSized + 'static> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CluLamanshIntoIter`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `cluLamanshErr` should have an upper camel case name
[INFO] [stdout]   --> src/lamansh/mod.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub enum cluLamanshErr {
[INFO] [stdout]    |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CluLamanshErr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 589 | to_lamansh_build!(Vec<Vec<u8>>);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 | to_lamansh_build!(Vec<&'a [u8]>);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 | to_lamansh_build!(&'a [&'a [u8]]);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                     vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 | to_lamansh_build!(&'a [Vec<u8>]);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:433:31
[INFO] [stdout]     |
[INFO] [stdout] 433 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:521:31
[INFO] [stdout]     |
[INFO] [stdout] 521 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:255:31
[INFO] [stdout]     |
[INFO] [stdout] 255 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 610 | / build_array_primitive! {a,
[INFO] [stdout] 611 | |     0  1  2  3  4  5  6  7  8  9
[INFO] [stdout] 612 | |     10 11 12 13 14 15 16 17 18 19
[INFO] [stdout] 613 | |     20 21 22 23 24 25 26 27 28 29
[INFO] [stdout] ...   |
[INFO] [stdout] 636 | |     250 251 252 253 254 255*/
[INFO] [stdout] 637 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `to_lamansh_build` which comes from the expansion of the macro `build_array_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lamansh/build.rs:344:31
[INFO] [stdout]     |
[INFO] [stdout] 344 |                       vec![unsafe{ ::std::mem::uninitialized() }; n_c_sized + (n_sized * len_elements) + len_n]    
[WARN] too many lines in the log, truncating it
