[INFO] cloning repository https://github.com/actioninja/s2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/actioninja/s2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Factioninja%2Fs2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Factioninja%2Fs2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e8d0d612943a3f2312dc20e3e922516e39d821d3 [INFO] checking actioninja/s2 against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Factioninja%2Fs2" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/actioninja/s2 [INFO] finished tweaking git repo https://github.com/actioninja/s2 [INFO] tweaked toml for git repo https://github.com/actioninja/s2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/actioninja/s2 on toolchain 943e2200e35c3825486c4671b6cab0107a07f8c1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/actioninja/s2 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" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b51fb4eae5f4dd255c1d38315fb4858070d1bf72645f187c626b431906f4b2db [INFO] running `Command { std: "docker" "start" "-a" "b51fb4eae5f4dd255c1d38315fb4858070d1bf72645f187c626b431906f4b2db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b51fb4eae5f4dd255c1d38315fb4858070d1bf72645f187c626b431906f4b2db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b51fb4eae5f4dd255c1d38315fb4858070d1bf72645f187c626b431906f4b2db", kill_on_drop: false }` [INFO] [stdout] b51fb4eae5f4dd255c1d38315fb4858070d1bf72645f187c626b431906f4b2db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fef0632dfb87b82974dc72c950950fec3f4998b2e466974daf41045ce2a32b5 [INFO] running `Command { std: "docker" "start" "-a" "9fef0632dfb87b82974dc72c950950fec3f4998b2e466974daf41045ce2a32b5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Checking unicode-ident v1.0.14 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling binrw_derive v0.14.1 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling binrw v0.14.1 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling thiserror v2.0.7 [INFO] [stderr] Checking bytemuck v1.20.0 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking array-init v2.1.0 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Compiling prettyplease v0.2.25 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc503────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/css.rs:27:45 [INFO] [stdout] | [INFO] [stdout] 27 | CssColors::$name => CustomColor::<$r, $g, $b>::ANSI_FG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / css_color_types! { [INFO] [stdout] 83 | | AliceBlue (240, 248, 255) [INFO] [stdout] 84 | | AntiqueWhite (250, 235, 215) [INFO] [stdout] 85 | | Aqua (0, 255, 255) [INFO] [stdout] ... | [INFO] [stdout] 229 | | YellowGreen (154, 205, 50) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this note originates in the macro `css_color_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc514────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc525────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc536────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc547────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc558────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc569────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc580────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc591────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc602────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc613────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc624────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc635────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc646────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc657────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc668────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc679────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc690────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc701────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc712────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc723────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc734────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc745────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc756────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc767────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc778────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc789────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc800────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc811────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc822────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc833────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc844────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc855────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc866────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc877────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc888────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc899────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc910────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc921────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc932────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc943────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc954────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc965────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc976────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc987────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾────alloc998────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1009────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1020────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1031────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1042────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1053────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1064────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1075────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1086────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1097────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1108────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1119────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1130────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1141────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1152────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1163────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1174────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1185────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1196────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1207────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1218────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1229────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1240────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1251────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1262────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1273────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1284────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1295────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1306────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1317────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1328────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1339────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1350────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1361────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1372────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1383────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1394────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1405────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1416────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1427────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1438────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1449────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1460────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1471────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1482────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1493────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1504────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1515────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1526────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1537────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1548────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1559────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1570────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1581────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1592────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1603────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1614────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1625────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1636────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1647────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1658────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1669────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1680────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1691────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1702────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1713────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1724────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1735────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1746────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1757────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1768────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1779────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1790────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1801────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1812────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1823────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1834────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1845────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1856────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1867────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1878────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1889────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1900────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1911────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1922────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1933────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1944────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1955────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1966────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1977────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1988────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1999────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2010────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2021────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2032────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/css.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | CssColors::$name => CustomColor::<$r, $g, $b>::ANSI_BG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / css_color_types! { [INFO] [stdout] 83 | | AliceBlue (240, 248, 255) [INFO] [stdout] 84 | | AntiqueWhite (250, 235, 215) [INFO] [stdout] 85 | | Aqua (0, 255, 255) [INFO] [stdout] ... | [INFO] [stdout] 229 | | YellowGreen (154, 205, 50) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this note originates in the macro `css_color_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2043────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2054────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2065────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2076────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2087────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2098────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2109────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2120────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2131────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2142────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2153────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2164────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2175────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2186────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2197────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2208────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2219────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2230────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2241────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2252────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2263────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2274────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2285────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2296────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2307────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2318────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2329────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2340────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2351────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2362────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2373────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2384────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2395────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2406────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2417────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2428────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2439────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2450────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2461────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2472────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2483────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2494────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2505────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2516────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2527────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2538────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2549────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2560────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2571────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2582────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2593────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2604────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2615────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2626────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2637────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2648────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2659────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2670────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2681────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2692────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2703────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2714────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2725────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2736────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2747────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2758────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2769────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2780────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2791────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2802────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2813────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2824────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2835────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2846────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2857────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2868────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2879────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2890────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2901────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2912────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2923────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2934────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2945────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2956────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2967────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2978────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2989────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3000────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3011────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3022────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3033────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3044────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3055────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3066────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3077────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3088────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3099────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3110────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3121────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3132────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3143────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3154────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3165────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3176────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3187────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3198────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3209────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3220────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3231────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3242────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3253────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3264────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3275────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3286────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3297────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3308────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3319────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3330────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3341────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3352────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3363────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3374────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3385────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3396────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3407────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3418────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3429────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3440────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3451────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3462────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3473────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3484────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3495────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3506────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3517────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3528────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3539────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3550────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3563────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/css.rs:47:45 [INFO] [stdout] | [INFO] [stdout] 47 | CssColors::$name => CustomColor::<$r, $g, $b>::RAW_ANSI_FG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / css_color_types! { [INFO] [stdout] 83 | | AliceBlue (240, 248, 255) [INFO] [stdout] 84 | | AntiqueWhite (250, 235, 215) [INFO] [stdout] 85 | | Aqua (0, 255, 255) [INFO] [stdout] ... | [INFO] [stdout] 229 | | YellowGreen (154, 205, 50) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this note originates in the macro `css_color_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3574────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3585────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3596────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3607────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3618────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3629────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3640────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3651────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3662────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3673────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3684────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3695────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3706────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3717────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3728────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3739────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3750────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3761────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3772────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3783────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3794────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3805────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3816────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3827────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3838────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3849────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3860────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3871────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3882────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3893────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3904────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3915────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3926────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3937────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3948────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3959────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3970────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3981────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3992────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4003────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4014────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4025────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4036────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4047────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4058────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4069────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4080────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4091────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4102────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4113────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4124────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4135────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4146────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4157────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4168────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4179────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4190────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4201────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4212────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4223────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4234────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4245────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4256────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4267────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4278────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4289────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4300────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4311────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4322────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4333────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4344────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4355────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4366────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4377────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4388────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4399────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4410────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4421────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4432────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4443────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4454────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4465────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4476────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4487────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4498────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4509────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4520────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4531────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4542────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4553────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4564────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4575────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4586────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4597────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4608────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4619────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4630────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4641────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4652────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4663────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4674────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4685────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4696────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4707────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4718────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4729────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4740────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4751────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4762────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4773────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4784────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4795────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4806────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4817────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4828────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4839────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4850────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4861────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4872────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4883────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4894────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4905────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4916────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4927────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4938────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4949────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4960────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4971────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4982────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4993────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5004────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5015────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5026────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5037────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5048────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5059────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5070────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5081────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5092────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/css.rs:57:45 [INFO] [stdout] | [INFO] [stdout] 57 | CssColors::$name => CustomColor::<$r, $g, $b>::RAW_ANSI_BG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / css_color_types! { [INFO] [stdout] 83 | | AliceBlue (240, 248, 255) [INFO] [stdout] 84 | | AntiqueWhite (250, 235, 215) [INFO] [stdout] 85 | | Aqua (0, 255, 255) [INFO] [stdout] ... | [INFO] [stdout] 229 | | YellowGreen (154, 205, 50) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this note originates in the macro `css_color_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5103────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5114────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5125────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5136────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5147────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5158────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5169────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5180────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5191────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5202────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5213────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5224────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5235────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5246────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5257────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5268────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5279────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5290────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5301────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5312────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5323────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5334────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5345────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5356────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5367────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5378────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5389────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5400────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5411────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5422────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5433────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5444────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5455────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5466────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5477────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5488────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5499────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5510────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5521────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5532────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5543────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5554────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5565────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5576────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5587────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5598────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5609────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5620────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5631────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5642────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5653────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5664────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5675────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5686────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5697────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5708────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5719────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5730────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5741────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5752────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5763────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5774────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5785────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5796────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5807────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5818────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5829────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5840────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5851────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5862────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5873────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5884────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5895────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5906────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5917────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5928────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5939────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5950────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5961────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5972────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5983────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5994────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6005────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6016────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6027────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6038────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6049────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6060────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6071────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6082────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6093────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6104────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6115────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6126────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6137────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6148────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6159────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6170────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6181────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6192────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6203────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6214────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6225────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6236────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6247────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6258────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6269────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6280────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6291────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6302────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6313────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6324────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6335────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6346────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6357────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6368────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6379────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6390────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6401────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6412────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6423────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6434────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6445────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6456────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6467────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6478────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6489────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6500────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6511────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6522────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6533────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6544────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6555────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6566────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6577────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6588────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6599────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6610────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stdout] For more information about this error, try `rustc --explain E0080`. [INFO] [stdout] [INFO] [stderr] error: could not compile `owo-colors` (lib) due to 556 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9fef0632dfb87b82974dc72c950950fec3f4998b2e466974daf41045ce2a32b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fef0632dfb87b82974dc72c950950fec3f4998b2e466974daf41045ce2a32b5", kill_on_drop: false }` [INFO] [stdout] 9fef0632dfb87b82974dc72c950950fec3f4998b2e466974daf41045ce2a32b5