[INFO] cloning repository https://github.com/tomaka/astc-encoder-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomaka/astc-encoder-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2Fastc-encoder-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2Fastc-encoder-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9395473ff74336e1b4e13f8f39bba8f5151c6aad
[INFO] documenting tomaka/astc-encoder-rust against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomaka%2Fastc-encoder-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tomaka/astc-encoder-rust
[INFO] finished tweaking git repo https://github.com/tomaka/astc-encoder-rust
[INFO] tweaked toml for git repo https://github.com/tomaka/astc-encoder-rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomaka/astc-encoder-rust on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tomaka/astc-encoder-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6b31aedce25b546a63351939e3a2851faa9430d01f71884fb709385129909010
[INFO] running `Command { std: "docker" "start" "6b31aedce25b546a63351939e3a2851faa9430d01f71884fb709385129909010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b31aedce25b546a63351939e3a2851faa9430d01f71884fb709385129909010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b31aedce25b546a63351939e3a2851faa9430d01f71884fb709385129909010" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b31aedce25b546a63351939e3a2851faa9430d01f71884fb709385129909010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b31aedce25b546a63351939e3a2851faa9430d01f71884fb709385129909010" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]  Documenting astc-encoder-rust v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub field0: crate::l_array_4_float,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub field0: crate::l_array_4_uint32_t,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint8_t` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub field2: crate::l_array_4_uint8_t,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint8_t` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint8_t` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_216_uint8_t` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:57:24
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub field3: crate::l_array_216_uint8_t,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_216_uint8_t` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_216_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_216_uint8_t` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_216_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_struct_AC_l_array_216_uint8_t` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:58:24
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub field4: crate::l_array_4_struct_AC_l_array_216_uint8_t,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_struct_AC_l_array_216_uint8_t` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_struct_AC_l_array_216_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_4_struct_AC_l_array_216_uint8_t` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_struct_AC_l_array_216_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub field0: crate::l_array_4_uint32_t,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_219_float` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:79:24
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub field0: crate::l_array_219_float,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_219_float` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_219_float` to disambiguate
[INFO] [stdout] note: `l_array_219_float` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | use src::astcenc_pick_best_endpoint_format_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_219_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_219_float` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:80:24
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub field1: crate::l_array_219_float,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_219_float` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_219_float` to disambiguate
[INFO] [stdout] note: `l_array_219_float` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | use src::astcenc_pick_best_endpoint_format_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_219_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_219_float` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub field2: crate::l_array_219_float,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_219_float` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_219_float` to disambiguate
[INFO] [stdout] note: `l_array_219_float` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | use src::astcenc_pick_best_endpoint_format_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_219_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_219_float` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:82:24
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub field3: crate::l_array_219_float,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_219_float` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_219_float` to disambiguate
[INFO] [stdout] note: `l_array_219_float` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | use src::astcenc_pick_best_endpoint_format_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_219_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_216_uint8_t` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub field12: crate::l_array_216_uint8_t,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_216_uint8_t` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_216_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_216_uint8_t` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_216_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_216_uint8_t` is ambiguous
[INFO] [stdout]   --> src/astcenc_averages_and_directions_cbe.rs:92:25
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub field13: crate::l_array_216_uint8_t,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_216_uint8_t` could refer to the struct imported here
[INFO] [stdout]   --> lib.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_216_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_216_uint8_t` could also refer to the struct imported here
[INFO] [stdout]   --> lib.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `l_array_216_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:217:22
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:222:22
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:227:22
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:232:22
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:237:22
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:242:22
[INFO] [stdout]     |
[INFO] [stdout] 242 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:247:22
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:257:22
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:262:22
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:267:22
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:272:22
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:277:22
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:282:22
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:287:22
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:292:22
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:297:22
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:302:22
[INFO] [stdout]     |
[INFO] [stdout] 302 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:307:22
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:317:22
[INFO] [stdout]     |
[INFO] [stdout] 317 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:322:22
[INFO] [stdout]     |
[INFO] [stdout] 322 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:327:22
[INFO] [stdout]     |
[INFO] [stdout] 327 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:332:22
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:337:22
[INFO] [stdout]     |
[INFO] [stdout] 337 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:342:22
[INFO] [stdout]     |
[INFO] [stdout] 342 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:347:22
[INFO] [stdout]     |
[INFO] [stdout] 347 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:352:22
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:357:22
[INFO] [stdout]     |
[INFO] [stdout] 357 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:362:22
[INFO] [stdout]     |
[INFO] [stdout] 362 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:367:22
[INFO] [stdout]     |
[INFO] [stdout] 367 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:372:22
[INFO] [stdout]     |
[INFO] [stdout] 372 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:377:22
[INFO] [stdout]     |
[INFO] [stdout] 377 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:382:22
[INFO] [stdout]     |
[INFO] [stdout] 382 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:387:22
[INFO] [stdout]     |
[INFO] [stdout] 387 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:392:22
[INFO] [stdout]     |
[INFO] [stdout] 392 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:397:22
[INFO] [stdout]     |
[INFO] [stdout] 397 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:402:22
[INFO] [stdout]     |
[INFO] [stdout] 402 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:407:22
[INFO] [stdout]     |
[INFO] [stdout] 407 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:412:22
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:417:22
[INFO] [stdout]     |
[INFO] [stdout] 417 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:422:22
[INFO] [stdout]     |
[INFO] [stdout] 422 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:427:22
[INFO] [stdout]     |
[INFO] [stdout] 427 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:432:22
[INFO] [stdout]     |
[INFO] [stdout] 432 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:437:22
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:442:22
[INFO] [stdout]     |
[INFO] [stdout] 442 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:447:22
[INFO] [stdout]     |
[INFO] [stdout] 447 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:452:22
[INFO] [stdout]     |
[INFO] [stdout] 452 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:457:22
[INFO] [stdout]     |
[INFO] [stdout] 457 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:462:22
[INFO] [stdout]     |
[INFO] [stdout] 462 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:467:22
[INFO] [stdout]     |
[INFO] [stdout] 467 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:472:22
[INFO] [stdout]     |
[INFO] [stdout] 472 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:477:22
[INFO] [stdout]     |
[INFO] [stdout] 477 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:482:22
[INFO] [stdout]     |
[INFO] [stdout] 482 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:487:22
[INFO] [stdout]     |
[INFO] [stdout] 487 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:492:22
[INFO] [stdout]     |
[INFO] [stdout] 492 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:497:22
[INFO] [stdout]     |
[INFO] [stdout] 497 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:502:22
[INFO] [stdout]     |
[INFO] [stdout] 502 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:507:22
[INFO] [stdout]     |
[INFO] [stdout] 507 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:512:22
[INFO] [stdout]     |
[INFO] [stdout] 512 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:517:22
[INFO] [stdout]     |
[INFO] [stdout] 517 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:522:22
[INFO] [stdout]     |
[INFO] [stdout] 522 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:527:22
[INFO] [stdout]     |
[INFO] [stdout] 527 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:532:22
[INFO] [stdout]     |
[INFO] [stdout] 532 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:537:22
[INFO] [stdout]     |
[INFO] [stdout] 537 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:542:22
[INFO] [stdout]     |
[INFO] [stdout] 542 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:547:22
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:552:22
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:557:22
[INFO] [stdout]     |
[INFO] [stdout] 557 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:562:22
[INFO] [stdout]     |
[INFO] [stdout] 562 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:567:22
[INFO] [stdout]     |
[INFO] [stdout] 567 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:572:22
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:577:22
[INFO] [stdout]     |
[INFO] [stdout] 577 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:582:22
[INFO] [stdout]     |
[INFO] [stdout] 582 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:587:22
[INFO] [stdout]     |
[INFO] [stdout] 587 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:592:22
[INFO] [stdout]     |
[INFO] [stdout] 592 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:597:22
[INFO] [stdout]     |
[INFO] [stdout] 597 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:602:22
[INFO] [stdout]     |
[INFO] [stdout] 602 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:607:22
[INFO] [stdout]     |
[INFO] [stdout] 607 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:612:22
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:617:22
[INFO] [stdout]     |
[INFO] [stdout] 617 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:622:22
[INFO] [stdout]     |
[INFO] [stdout] 622 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:627:22
[INFO] [stdout]     |
[INFO] [stdout] 627 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:632:22
[INFO] [stdout]     |
[INFO] [stdout] 632 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:637:22
[INFO] [stdout]     |
[INFO] [stdout] 637 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:642:22
[INFO] [stdout]     |
[INFO] [stdout] 642 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:647:22
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:652:22
[INFO] [stdout]     |
[INFO] [stdout] 652 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:657:22
[INFO] [stdout]     |
[INFO] [stdout] 657 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:662:22
[INFO] [stdout]     |
[INFO] [stdout] 662 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:667:22
[INFO] [stdout]     |
[INFO] [stdout] 667 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:672:22
[INFO] [stdout]     |
[INFO] [stdout] 672 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:677:22
[INFO] [stdout]     |
[INFO] [stdout] 677 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:682:22
[INFO] [stdout]     |
[INFO] [stdout] 682 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:687:22
[INFO] [stdout]     |
[INFO] [stdout] 687 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:692:22
[INFO] [stdout]     |
[INFO] [stdout] 692 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:697:22
[INFO] [stdout]     |
[INFO] [stdout] 697 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:702:22
[INFO] [stdout]     |
[INFO] [stdout] 702 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:707:22
[INFO] [stdout]     |
[INFO] [stdout] 707 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:712:22
[INFO] [stdout]     |
[INFO] [stdout] 712 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:717:22
[INFO] [stdout]     |
[INFO] [stdout] 717 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:722:22
[INFO] [stdout]     |
[INFO] [stdout] 722 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:727:22
[INFO] [stdout]     |
[INFO] [stdout] 727 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:732:22
[INFO] [stdout]     |
[INFO] [stdout] 732 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:737:22
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:742:22
[INFO] [stdout]     |
[INFO] [stdout] 742 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:747:22
[INFO] [stdout]     |
[INFO] [stdout] 747 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:752:22
[INFO] [stdout]     |
[INFO] [stdout] 752 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:757:22
[INFO] [stdout]     |
[INFO] [stdout] 757 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:762:22
[INFO] [stdout]     |
[INFO] [stdout] 762 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:767:22
[INFO] [stdout]     |
[INFO] [stdout] 767 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:772:22
[INFO] [stdout]     |
[INFO] [stdout] 772 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:777:22
[INFO] [stdout]     |
[INFO] [stdout] 777 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:782:22
[INFO] [stdout]     |
[INFO] [stdout] 782 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:787:22
[INFO] [stdout]     |
[INFO] [stdout] 787 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:792:22
[INFO] [stdout]     |
[INFO] [stdout] 792 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:797:22
[INFO] [stdout]     |
[INFO] [stdout] 797 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:802:22
[INFO] [stdout]     |
[INFO] [stdout] 802 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:807:22
[INFO] [stdout]     |
[INFO] [stdout] 807 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:812:22
[INFO] [stdout]     |
[INFO] [stdout] 812 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:817:22
[INFO] [stdout]     |
[INFO] [stdout] 817 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:822:22
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:827:22
[INFO] [stdout]     |
[INFO] [stdout] 827 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:832:22
[INFO] [stdout]     |
[INFO] [stdout] 832 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:837:22
[INFO] [stdout]     |
[INFO] [stdout] 837 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:842:22
[INFO] [stdout]     |
[INFO] [stdout] 842 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:847:22
[INFO] [stdout]     |
[INFO] [stdout] 847 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:852:22
[INFO] [stdout]     |
[INFO] [stdout] 852 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:857:22
[INFO] [stdout]     |
[INFO] [stdout] 857 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:862:22
[INFO] [stdout]     |
[INFO] [stdout] 862 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:867:22
[INFO] [stdout]     |
[INFO] [stdout] 867 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:872:22
[INFO] [stdout]     |
[INFO] [stdout] 872 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:877:22
[INFO] [stdout]     |
[INFO] [stdout] 877 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:882:22
[INFO] [stdout]     |
[INFO] [stdout] 882 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:887:22
[INFO] [stdout]     |
[INFO] [stdout] 887 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:892:22
[INFO] [stdout]     |
[INFO] [stdout] 892 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:897:22
[INFO] [stdout]     |
[INFO] [stdout] 897 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:902:22
[INFO] [stdout]     |
[INFO] [stdout] 902 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:907:22
[INFO] [stdout]     |
[INFO] [stdout] 907 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:912:22
[INFO] [stdout]     |
[INFO] [stdout] 912 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:917:22
[INFO] [stdout]     |
[INFO] [stdout] 917 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:922:22
[INFO] [stdout]     |
[INFO] [stdout] 922 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:927:22
[INFO] [stdout]     |
[INFO] [stdout] 927 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:932:22
[INFO] [stdout]     |
[INFO] [stdout] 932 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:937:22
[INFO] [stdout]     |
[INFO] [stdout] 937 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:942:22
[INFO] [stdout]     |
[INFO] [stdout] 942 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:947:22
[INFO] [stdout]     |
[INFO] [stdout] 947 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:952:22
[INFO] [stdout]     |
[INFO] [stdout] 952 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:957:22
[INFO] [stdout]     |
[INFO] [stdout] 957 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:962:22
[INFO] [stdout]     |
[INFO] [stdout] 962 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:967:22
[INFO] [stdout]     |
[INFO] [stdout] 967 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:972:22
[INFO] [stdout]     |
[INFO] [stdout] 972 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:977:22
[INFO] [stdout]     |
[INFO] [stdout] 977 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:982:22
[INFO] [stdout]     |
[INFO] [stdout] 982 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:987:22
[INFO] [stdout]     |
[INFO] [stdout] 987 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:992:22
[INFO] [stdout]     |
[INFO] [stdout] 992 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]    --> src/astcenc_averages_and_directions_cbe.rs:997:22
[INFO] [stdout]     |
[INFO] [stdout] 997 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]    --> lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]    --> lib.rs:59:5
[INFO] [stdout]     |
[INFO] [stdout]  59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1002:22
[INFO] [stdout]      |
[INFO] [stdout] 1002 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1007:22
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1012:22
[INFO] [stdout]      |
[INFO] [stdout] 1012 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1017:22
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1022:22
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1027:22
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1032:22
[INFO] [stdout]      |
[INFO] [stdout] 1032 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1037:22
[INFO] [stdout]      |
[INFO] [stdout] 1037 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1042:22
[INFO] [stdout]      |
[INFO] [stdout] 1042 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1047:22
[INFO] [stdout]      |
[INFO] [stdout] 1047 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1052:22
[INFO] [stdout]      |
[INFO] [stdout] 1052 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1057:22
[INFO] [stdout]      |
[INFO] [stdout] 1057 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1062:22
[INFO] [stdout]      |
[INFO] [stdout] 1062 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1067:22
[INFO] [stdout]      |
[INFO] [stdout] 1067 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1072:22
[INFO] [stdout]      |
[INFO] [stdout] 1072 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1077:22
[INFO] [stdout]      |
[INFO] [stdout] 1077 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1082:22
[INFO] [stdout]      |
[INFO] [stdout] 1082 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1087:22
[INFO] [stdout]      |
[INFO] [stdout] 1087 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1092:22
[INFO] [stdout]      |
[INFO] [stdout] 1092 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1097:22
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1102:22
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1107:22
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1112:22
[INFO] [stdout]      |
[INFO] [stdout] 1112 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1117:22
[INFO] [stdout]      |
[INFO] [stdout] 1117 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1122:22
[INFO] [stdout]      |
[INFO] [stdout] 1122 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1127:22
[INFO] [stdout]      |
[INFO] [stdout] 1127 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1132:22
[INFO] [stdout]      |
[INFO] [stdout] 1132 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1137:22
[INFO] [stdout]      |
[INFO] [stdout] 1137 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1142:22
[INFO] [stdout]      |
[INFO] [stdout] 1142 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1147:22
[INFO] [stdout]      |
[INFO] [stdout] 1147 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1152:22
[INFO] [stdout]      |
[INFO] [stdout] 1152 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1157:22
[INFO] [stdout]      |
[INFO] [stdout] 1157 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1162:22
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1167:22
[INFO] [stdout]      |
[INFO] [stdout] 1167 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1172:22
[INFO] [stdout]      |
[INFO] [stdout] 1172 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1177:22
[INFO] [stdout]      |
[INFO] [stdout] 1177 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1182:22
[INFO] [stdout]      |
[INFO] [stdout] 1182 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1187:22
[INFO] [stdout]      |
[INFO] [stdout] 1187 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1192:22
[INFO] [stdout]      |
[INFO] [stdout] 1192 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1197:22
[INFO] [stdout]      |
[INFO] [stdout] 1197 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1202:22
[INFO] [stdout]      |
[INFO] [stdout] 1202 |     pub data: crate::l_array_2_uint64_t,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_20_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1225:28
[INFO] [stdout]      |
[INFO] [stdout] 1225 | static mut _OC_str: crate::l_array_20_uint8_t = unsafe {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_20_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_20_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_20_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:60:5
[INFO] [stdout]      |
[INFO] [stdout]   60 | use src::astcenc_weight_quant_xfer_tables_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_20_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_20_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1227:31
[INFO] [stdout]      |
[INFO] [stdout] 1227 |         let mut init = crate::l_array_20_uint8_t {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_20_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_20_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_20_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:60:5
[INFO] [stdout]      |
[INFO] [stdout]   60 | use src::astcenc_weight_quant_xfer_tables_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_20_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_16_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1258:33
[INFO] [stdout]      |
[INFO] [stdout] 1258 | static mut _OC_str_OC_2: crate::l_array_16_uint8_t = unsafe {
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_16_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_16_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_16_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:60:5
[INFO] [stdout]      |
[INFO] [stdout]   60 | use src::astcenc_weight_quant_xfer_tables_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_16_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_16_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1260:31
[INFO] [stdout]      |
[INFO] [stdout] 1260 |         let mut init = crate::l_array_16_uint8_t {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_16_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_16_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_16_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:60:5
[INFO] [stdout]      |
[INFO] [stdout]   60 | use src::astcenc_weight_quant_xfer_tables_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_16_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_35_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1292:33
[INFO] [stdout]      |
[INFO] [stdout] 1292 | static mut _OC_str_OC_3: crate::l_array_35_uint8_t = unsafe {
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_35_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_35_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_35_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:49:5
[INFO] [stdout]      |
[INFO] [stdout]   49 | use src::astcenc_ideal_endpoints_and_weights_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_35_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_35_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1294:31
[INFO] [stdout]      |
[INFO] [stdout] 1294 |         let mut init = crate::l_array_35_uint8_t {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_35_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_35_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_35_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:49:5
[INFO] [stdout]      |
[INFO] [stdout]   49 | use src::astcenc_ideal_endpoints_and_weights_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_35_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_128_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1302:131
[INFO] [stdout]      |
[INFO] [stdout] 1302 | ...RK11image_blockjjP17partition_metrics: crate::l_array_128_uint8_t = unsafe {
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_128_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_128_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_128_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:58:5
[INFO] [stdout]      |
[INFO] [stdout]   58 | use src::astcenc_symbolic_physical_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_128_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_128_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1304:31
[INFO] [stdout]      |
[INFO] [stdout] 1304 |         let mut init = crate::l_array_128_uint8_t {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_128_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_128_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_128_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:58:5
[INFO] [stdout]      |
[INFO] [stdout]   58 | use src::astcenc_symbolic_physical_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_128_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_154_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1315:136
[INFO] [stdout]      |
[INFO] [stdout] 1315 | ...ge_blockPK15processed_line4S7_PfRfS9_: crate::l_array_154_uint8_t = unsafe {
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_154_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_154_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_154_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_154_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_154_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1317:31
[INFO] [stdout]      |
[INFO] [stdout] 1317 |         let mut init = crate::l_array_154_uint8_t {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_154_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_154_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_154_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_154_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_35_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1328:33
[INFO] [stdout]      |
[INFO] [stdout] 1328 | static mut _OC_str_OC_4: crate::l_array_35_uint8_t = unsafe {
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_35_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_35_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_35_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:49:5
[INFO] [stdout]      |
[INFO] [stdout]   49 | use src::astcenc_ideal_endpoints_and_weights_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_35_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_35_uint8_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1330:31
[INFO] [stdout]      |
[INFO] [stdout] 1330 |         let mut init = crate::l_array_35_uint8_t {
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_35_uint8_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_35_uint8_t` to disambiguate
[INFO] [stdout] note: `l_array_35_uint8_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:49:5
[INFO] [stdout]      |
[INFO] [stdout]   49 | use src::astcenc_ideal_endpoints_and_weights_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_35_uint8_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1582:24
[INFO] [stdout]      |
[INFO] [stdout] 1582 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1585:24
[INFO] [stdout]      |
[INFO] [stdout] 1585 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1588:24
[INFO] [stdout]      |
[INFO] [stdout] 1588 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1591:24
[INFO] [stdout]      |
[INFO] [stdout] 1591 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1594:24
[INFO] [stdout]      |
[INFO] [stdout] 1594 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1597:24
[INFO] [stdout]      |
[INFO] [stdout] 1597 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1600:24
[INFO] [stdout]      |
[INFO] [stdout] 1600 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1603:24
[INFO] [stdout]      |
[INFO] [stdout] 1603 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1606:24
[INFO] [stdout]      |
[INFO] [stdout] 1606 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1609:24
[INFO] [stdout]      |
[INFO] [stdout] 1609 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1612:24
[INFO] [stdout]      |
[INFO] [stdout] 1612 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1615:24
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1618:24
[INFO] [stdout]      |
[INFO] [stdout] 1618 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1621:24
[INFO] [stdout]      |
[INFO] [stdout] 1621 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1624:24
[INFO] [stdout]      |
[INFO] [stdout] 1624 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1627:24
[INFO] [stdout]      |
[INFO] [stdout] 1627 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1630:24
[INFO] [stdout]      |
[INFO] [stdout] 1630 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1633:24
[INFO] [stdout]      |
[INFO] [stdout] 1633 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1636:24
[INFO] [stdout]      |
[INFO] [stdout] 1636 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1639:24
[INFO] [stdout]      |
[INFO] [stdout] 1639 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1642:24
[INFO] [stdout]      |
[INFO] [stdout] 1642 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1645:24
[INFO] [stdout]      |
[INFO] [stdout] 1645 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1648:24
[INFO] [stdout]      |
[INFO] [stdout] 1648 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1651:24
[INFO] [stdout]      |
[INFO] [stdout] 1651 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1654:24
[INFO] [stdout]      |
[INFO] [stdout] 1654 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1657:24
[INFO] [stdout]      |
[INFO] [stdout] 1657 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1660:24
[INFO] [stdout]      |
[INFO] [stdout] 1660 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1663:24
[INFO] [stdout]      |
[INFO] [stdout] 1663 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1700:24
[INFO] [stdout]      |
[INFO] [stdout] 1700 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1703:24
[INFO] [stdout]      |
[INFO] [stdout] 1703 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1706:24
[INFO] [stdout]      |
[INFO] [stdout] 1706 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1709:24
[INFO] [stdout]      |
[INFO] [stdout] 1709 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1712:24
[INFO] [stdout]      |
[INFO] [stdout] 1712 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1715:24
[INFO] [stdout]      |
[INFO] [stdout] 1715 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1718:24
[INFO] [stdout]      |
[INFO] [stdout] 1718 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1721:24
[INFO] [stdout]      |
[INFO] [stdout] 1721 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1724:24
[INFO] [stdout]      |
[INFO] [stdout] 1724 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1727:24
[INFO] [stdout]      |
[INFO] [stdout] 1727 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1730:24
[INFO] [stdout]      |
[INFO] [stdout] 1730 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1733:24
[INFO] [stdout]      |
[INFO] [stdout] 1733 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1736:24
[INFO] [stdout]      |
[INFO] [stdout] 1736 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1739:24
[INFO] [stdout]      |
[INFO] [stdout] 1739 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1742:24
[INFO] [stdout]      |
[INFO] [stdout] 1742 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1745:24
[INFO] [stdout]      |
[INFO] [stdout] 1745 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1748:24
[INFO] [stdout]      |
[INFO] [stdout] 1748 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1751:24
[INFO] [stdout]      |
[INFO] [stdout] 1751 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1754:24
[INFO] [stdout]      |
[INFO] [stdout] 1754 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1757:24
[INFO] [stdout]      |
[INFO] [stdout] 1757 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1760:24
[INFO] [stdout]      |
[INFO] [stdout] 1760 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1763:24
[INFO] [stdout]      |
[INFO] [stdout] 1763 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1766:24
[INFO] [stdout]      |
[INFO] [stdout] 1766 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1769:24
[INFO] [stdout]      |
[INFO] [stdout] 1769 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1772:24
[INFO] [stdout]      |
[INFO] [stdout] 1772 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1775:24
[INFO] [stdout]      |
[INFO] [stdout] 1775 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1778:24
[INFO] [stdout]      |
[INFO] [stdout] 1778 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1781:24
[INFO] [stdout]      |
[INFO] [stdout] 1781 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1784:24
[INFO] [stdout]      |
[INFO] [stdout] 1784 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1788:24
[INFO] [stdout]      |
[INFO] [stdout] 1788 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1792:24
[INFO] [stdout]      |
[INFO] [stdout] 1792 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1796:24
[INFO] [stdout]      |
[INFO] [stdout] 1796 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1799:24
[INFO] [stdout]      |
[INFO] [stdout] 1799 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1802:24
[INFO] [stdout]      |
[INFO] [stdout] 1802 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1805:24
[INFO] [stdout]      |
[INFO] [stdout] 1805 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1808:24
[INFO] [stdout]      |
[INFO] [stdout] 1808 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1811:24
[INFO] [stdout]      |
[INFO] [stdout] 1811 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1814:24
[INFO] [stdout]      |
[INFO] [stdout] 1814 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1817:24
[INFO] [stdout]      |
[INFO] [stdout] 1817 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1820:24
[INFO] [stdout]      |
[INFO] [stdout] 1820 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1823:24
[INFO] [stdout]      |
[INFO] [stdout] 1823 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1826:24
[INFO] [stdout]      |
[INFO] [stdout] 1826 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1829:24
[INFO] [stdout]      |
[INFO] [stdout] 1829 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1832:24
[INFO] [stdout]      |
[INFO] [stdout] 1832 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1835:24
[INFO] [stdout]      |
[INFO] [stdout] 1835 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1838:24
[INFO] [stdout]      |
[INFO] [stdout] 1838 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1841:24
[INFO] [stdout]      |
[INFO] [stdout] 1841 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1844:24
[INFO] [stdout]      |
[INFO] [stdout] 1844 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1847:24
[INFO] [stdout]      |
[INFO] [stdout] 1847 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1850:24
[INFO] [stdout]      |
[INFO] [stdout] 1850 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1853:24
[INFO] [stdout]      |
[INFO] [stdout] 1853 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1856:24
[INFO] [stdout]      |
[INFO] [stdout] 1856 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1859:24
[INFO] [stdout]      |
[INFO] [stdout] 1859 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1862:24
[INFO] [stdout]      |
[INFO] [stdout] 1862 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1865:24
[INFO] [stdout]      |
[INFO] [stdout] 1865 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1868:24
[INFO] [stdout]      |
[INFO] [stdout] 1868 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1871:24
[INFO] [stdout]      |
[INFO] [stdout] 1871 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1874:24
[INFO] [stdout]      |
[INFO] [stdout] 1874 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1877:24
[INFO] [stdout]      |
[INFO] [stdout] 1877 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1880:24
[INFO] [stdout]      |
[INFO] [stdout] 1880 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1883:24
[INFO] [stdout]      |
[INFO] [stdout] 1883 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1886:24
[INFO] [stdout]      |
[INFO] [stdout] 1886 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1889:24
[INFO] [stdout]      |
[INFO] [stdout] 1889 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1892:24
[INFO] [stdout]      |
[INFO] [stdout] 1892 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1895:24
[INFO] [stdout]      |
[INFO] [stdout] 1895 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1898:24
[INFO] [stdout]      |
[INFO] [stdout] 1898 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1901:24
[INFO] [stdout]      |
[INFO] [stdout] 1901 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1906:24
[INFO] [stdout]      |
[INFO] [stdout] 1906 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1909:24
[INFO] [stdout]      |
[INFO] [stdout] 1909 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1912:24
[INFO] [stdout]      |
[INFO] [stdout] 1912 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1917:24
[INFO] [stdout]      |
[INFO] [stdout] 1917 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1920:24
[INFO] [stdout]      |
[INFO] [stdout] 1920 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1923:24
[INFO] [stdout]      |
[INFO] [stdout] 1923 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1928:24
[INFO] [stdout]      |
[INFO] [stdout] 1928 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1931:24
[INFO] [stdout]      |
[INFO] [stdout] 1931 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1934:24
[INFO] [stdout]      |
[INFO] [stdout] 1934 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1939:24
[INFO] [stdout]      |
[INFO] [stdout] 1939 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1942:24
[INFO] [stdout]      |
[INFO] [stdout] 1942 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1945:24
[INFO] [stdout]      |
[INFO] [stdout] 1945 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1948:24
[INFO] [stdout]      |
[INFO] [stdout] 1948 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1952:24
[INFO] [stdout]      |
[INFO] [stdout] 1952 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1955:24
[INFO] [stdout]      |
[INFO] [stdout] 1955 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1958:24
[INFO] [stdout]      |
[INFO] [stdout] 1958 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1961:24
[INFO] [stdout]      |
[INFO] [stdout] 1961 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1964:24
[INFO] [stdout]      |
[INFO] [stdout] 1964 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1967:24
[INFO] [stdout]      |
[INFO] [stdout] 1967 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1970:24
[INFO] [stdout]      |
[INFO] [stdout] 1970 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1973:24
[INFO] [stdout]      |
[INFO] [stdout] 1973 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1976:24
[INFO] [stdout]      |
[INFO] [stdout] 1976 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1979:24
[INFO] [stdout]      |
[INFO] [stdout] 1979 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1982:24
[INFO] [stdout]      |
[INFO] [stdout] 1982 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1985:24
[INFO] [stdout]      |
[INFO] [stdout] 1985 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1988:24
[INFO] [stdout]      |
[INFO] [stdout] 1988 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1991:24
[INFO] [stdout]      |
[INFO] [stdout] 1991 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1994:24
[INFO] [stdout]      |
[INFO] [stdout] 1994 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:1997:24
[INFO] [stdout]      |
[INFO] [stdout] 1997 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2000:24
[INFO] [stdout]      |
[INFO] [stdout] 2000 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2003:24
[INFO] [stdout]      |
[INFO] [stdout] 2003 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2006:24
[INFO] [stdout]      |
[INFO] [stdout] 2006 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2009:24
[INFO] [stdout]      |
[INFO] [stdout] 2009 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2012:24
[INFO] [stdout]      |
[INFO] [stdout] 2012 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2015:24
[INFO] [stdout]      |
[INFO] [stdout] 2015 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2018:24
[INFO] [stdout]      |
[INFO] [stdout] 2018 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2021:24
[INFO] [stdout]      |
[INFO] [stdout] 2021 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2024:24
[INFO] [stdout]      |
[INFO] [stdout] 2024 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2027:24
[INFO] [stdout]      |
[INFO] [stdout] 2027 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2030:24
[INFO] [stdout]      |
[INFO] [stdout] 2030 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2033:24
[INFO] [stdout]      |
[INFO] [stdout] 2033 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2036:24
[INFO] [stdout]      |
[INFO] [stdout] 2036 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2042:26
[INFO] [stdout]      |
[INFO] [stdout] 2042 |     let mut _336: crate::l_array_4_struct_AC_l_struct_struct_OC_vfloat4 =
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` to disambiguate
[INFO] [stdout] note: `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2043:16
[INFO] [stdout]      |
[INFO] [stdout] 2043 |         crate::l_array_4_struct_AC_l_struct_struct_OC_vfloat4 {
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` to disambiguate
[INFO] [stdout] note: `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_struct_AC_l_struct_struct_OC_vfloat4` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2045:32
[INFO] [stdout]      |
[INFO] [stdout] 2045 |                 field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2052:24
[INFO] [stdout]      |
[INFO] [stdout] 2052 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2055:24
[INFO] [stdout]      |
[INFO] [stdout] 2055 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2058:24
[INFO] [stdout]      |
[INFO] [stdout] 2058 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2061:24
[INFO] [stdout]      |
[INFO] [stdout] 2061 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2064:24
[INFO] [stdout]      |
[INFO] [stdout] 2064 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2069:24
[INFO] [stdout]      |
[INFO] [stdout] 2069 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2072:24
[INFO] [stdout]      |
[INFO] [stdout] 2072 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2075:24
[INFO] [stdout]      |
[INFO] [stdout] 2075 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2078:24
[INFO] [stdout]      |
[INFO] [stdout] 2078 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2081:24
[INFO] [stdout]      |
[INFO] [stdout] 2081 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2084:24
[INFO] [stdout]      |
[INFO] [stdout] 2084 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2087:24
[INFO] [stdout]      |
[INFO] [stdout] 2087 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2090:24
[INFO] [stdout]      |
[INFO] [stdout] 2090 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2093:24
[INFO] [stdout]      |
[INFO] [stdout] 2093 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2096:24
[INFO] [stdout]      |
[INFO] [stdout] 2096 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2099:24
[INFO] [stdout]      |
[INFO] [stdout] 2099 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2102:24
[INFO] [stdout]      |
[INFO] [stdout] 2102 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2105:24
[INFO] [stdout]      |
[INFO] [stdout] 2105 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2108:24
[INFO] [stdout]      |
[INFO] [stdout] 2108 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2111:24
[INFO] [stdout]      |
[INFO] [stdout] 2111 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2114:24
[INFO] [stdout]      |
[INFO] [stdout] 2114 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2117:24
[INFO] [stdout]      |
[INFO] [stdout] 2117 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2120:24
[INFO] [stdout]      |
[INFO] [stdout] 2120 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2123:24
[INFO] [stdout]      |
[INFO] [stdout] 2123 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2126:24
[INFO] [stdout]      |
[INFO] [stdout] 2126 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2129:24
[INFO] [stdout]      |
[INFO] [stdout] 2129 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2132:24
[INFO] [stdout]      |
[INFO] [stdout] 2132 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2135:24
[INFO] [stdout]      |
[INFO] [stdout] 2135 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2138:24
[INFO] [stdout]      |
[INFO] [stdout] 2138 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2141:24
[INFO] [stdout]      |
[INFO] [stdout] 2141 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2144:24
[INFO] [stdout]      |
[INFO] [stdout] 2144 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2147:24
[INFO] [stdout]      |
[INFO] [stdout] 2147 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2150:24
[INFO] [stdout]      |
[INFO] [stdout] 2150 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2153:24
[INFO] [stdout]      |
[INFO] [stdout] 2153 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2156:24
[INFO] [stdout]      |
[INFO] [stdout] 2156 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2159:24
[INFO] [stdout]      |
[INFO] [stdout] 2159 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2162:24
[INFO] [stdout]      |
[INFO] [stdout] 2162 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2165:24
[INFO] [stdout]      |
[INFO] [stdout] 2165 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2168:24
[INFO] [stdout]      |
[INFO] [stdout] 2168 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2171:24
[INFO] [stdout]      |
[INFO] [stdout] 2171 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2174:24
[INFO] [stdout]      |
[INFO] [stdout] 2174 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2177:24
[INFO] [stdout]      |
[INFO] [stdout] 2177 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2180:24
[INFO] [stdout]      |
[INFO] [stdout] 2180 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2183:24
[INFO] [stdout]      |
[INFO] [stdout] 2183 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2186:24
[INFO] [stdout]      |
[INFO] [stdout] 2186 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2189:24
[INFO] [stdout]      |
[INFO] [stdout] 2189 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2192:24
[INFO] [stdout]      |
[INFO] [stdout] 2192 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2195:24
[INFO] [stdout]      |
[INFO] [stdout] 2195 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2198:24
[INFO] [stdout]      |
[INFO] [stdout] 2198 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2201:24
[INFO] [stdout]      |
[INFO] [stdout] 2201 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2204:24
[INFO] [stdout]      |
[INFO] [stdout] 2204 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2207:24
[INFO] [stdout]      |
[INFO] [stdout] 2207 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2210:24
[INFO] [stdout]      |
[INFO] [stdout] 2210 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2213:24
[INFO] [stdout]      |
[INFO] [stdout] 2213 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2216:24
[INFO] [stdout]      |
[INFO] [stdout] 2216 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2219:24
[INFO] [stdout]      |
[INFO] [stdout] 2219 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2222:24
[INFO] [stdout]      |
[INFO] [stdout] 2222 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2225:24
[INFO] [stdout]      |
[INFO] [stdout] 2225 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2228:24
[INFO] [stdout]      |
[INFO] [stdout] 2228 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2231:24
[INFO] [stdout]      |
[INFO] [stdout] 2231 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2234:24
[INFO] [stdout]      |
[INFO] [stdout] 2234 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2237:24
[INFO] [stdout]      |
[INFO] [stdout] 2237 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2240:24
[INFO] [stdout]      |
[INFO] [stdout] 2240 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2243:24
[INFO] [stdout]      |
[INFO] [stdout] 2243 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2246:24
[INFO] [stdout]      |
[INFO] [stdout] 2246 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2249:24
[INFO] [stdout]      |
[INFO] [stdout] 2249 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2252:24
[INFO] [stdout]      |
[INFO] [stdout] 2252 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2255:24
[INFO] [stdout]      |
[INFO] [stdout] 2255 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2258:24
[INFO] [stdout]      |
[INFO] [stdout] 2258 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2261:24
[INFO] [stdout]      |
[INFO] [stdout] 2261 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2264:24
[INFO] [stdout]      |
[INFO] [stdout] 2264 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2267:24
[INFO] [stdout]      |
[INFO] [stdout] 2267 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2270:24
[INFO] [stdout]      |
[INFO] [stdout] 2270 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2273:24
[INFO] [stdout]      |
[INFO] [stdout] 2273 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2276:24
[INFO] [stdout]      |
[INFO] [stdout] 2276 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2279:24
[INFO] [stdout]      |
[INFO] [stdout] 2279 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2282:24
[INFO] [stdout]      |
[INFO] [stdout] 2282 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2285:24
[INFO] [stdout]      |
[INFO] [stdout] 2285 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2288:24
[INFO] [stdout]      |
[INFO] [stdout] 2288 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2291:24
[INFO] [stdout]      |
[INFO] [stdout] 2291 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_uint32_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2294:24
[INFO] [stdout]      |
[INFO] [stdout] 2294 |         field0: crate::l_array_4_uint32_t { array: [0; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_uint32_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] note: `l_array_4_uint32_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_uint32_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2320:24
[INFO] [stdout]      |
[INFO] [stdout] 2320 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2328:24
[INFO] [stdout]      |
[INFO] [stdout] 2328 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2336:24
[INFO] [stdout]      |
[INFO] [stdout] 2336 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2344:24
[INFO] [stdout]      |
[INFO] [stdout] 2344 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2354:24
[INFO] [stdout]      |
[INFO] [stdout] 2354 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2358:26
[INFO] [stdout]      |
[INFO] [stdout] 2358 |     let mut _475: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2358:51
[INFO] [stdout]      |
[INFO] [stdout] 2358 |     let mut _475: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2359:26
[INFO] [stdout]      |
[INFO] [stdout] 2359 |     let mut _476: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2359:51
[INFO] [stdout]      |
[INFO] [stdout] 2359 |     let mut _476: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2374:24
[INFO] [stdout]      |
[INFO] [stdout] 2374 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2383:24
[INFO] [stdout]      |
[INFO] [stdout] 2383 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2400:24
[INFO] [stdout]      |
[INFO] [stdout] 2400 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2403:26
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     let mut _514: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2403:51
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     let mut _514: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2404:26
[INFO] [stdout]      |
[INFO] [stdout] 2404 |     let mut _515: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2404:51
[INFO] [stdout]      |
[INFO] [stdout] 2404 |     let mut _515: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2422:26
[INFO] [stdout]      |
[INFO] [stdout] 2422 |     let mut _533: crate::l_array_2_uint64_t = crate::l_array_2_uint64_t { array: [0; 2] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2422:54
[INFO] [stdout]      |
[INFO] [stdout] 2422 |     let mut _533: crate::l_array_2_uint64_t = crate::l_array_2_uint64_t { array: [0; 2] };
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2426:26
[INFO] [stdout]      |
[INFO] [stdout] 2426 |     let mut _537: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2426:51
[INFO] [stdout]      |
[INFO] [stdout] 2426 |     let mut _537: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2427:26
[INFO] [stdout]      |
[INFO] [stdout] 2427 |     let mut _538: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2427:51
[INFO] [stdout]      |
[INFO] [stdout] 2427 |     let mut _538: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2428:26
[INFO] [stdout]      |
[INFO] [stdout] 2428 |     let mut _539: crate::l_array_2_uint64_t = crate::l_array_2_uint64_t { array: [0; 2] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_2_uint64_t` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2428:54
[INFO] [stdout]      |
[INFO] [stdout] 2428 |     let mut _539: crate::l_array_2_uint64_t = crate::l_array_2_uint64_t { array: [0; 2] };
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_2_uint64_t` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] note: `l_array_2_uint64_t` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_2_uint64_t` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2455:24
[INFO] [stdout]      |
[INFO] [stdout] 2455 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2461:26
[INFO] [stdout]      |
[INFO] [stdout] 2461 |     let mut _566: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2461:51
[INFO] [stdout]      |
[INFO] [stdout] 2461 |     let mut _566: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2462:26
[INFO] [stdout]      |
[INFO] [stdout] 2462 |     let mut _567: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2462:51
[INFO] [stdout]      |
[INFO] [stdout] 2462 |     let mut _567: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2477:24
[INFO] [stdout]      |
[INFO] [stdout] 2477 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2497:24
[INFO] [stdout]      |
[INFO] [stdout] 2497 |         field0: crate::l_array_4_float { array: [0.; 4] },
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `l_array_4_float` is ambiguous
[INFO] [stdout]     --> src/astcenc_averages_and_directions_cbe.rs:2500:26
[INFO] [stdout]      |
[INFO] [stdout] 2500 |     let mut _601: crate::l_array_4_float = crate::l_array_4_float { array: [0.; 4] };
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `l_array_4_float` could refer to the struct imported here
[INFO] [stdout]     --> lib.rs:39:5
[INFO] [stdout]      |
[INFO] [stdout]   39 | use src::astcenc_averages_and_directions_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] note: `l_array_4_float` could also refer to the struct imported here
[INFO] [stdout]     --> lib.rs:59:5
[INFO] [stdout]      |
[INFO] [stdout]   59 | use src::astcenc_weight_align_cbe::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `l_array_4_float` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[WARN] too many lines in the log, truncating it
