[INFO] fetching crate const-writer 0.1.1... [INFO] checking const-writer-0.1.1 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate const-writer 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate const-writer 0.1.1 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate const-writer 0.1.1 [INFO] finished tweaking crates.io crate const-writer 0.1.1 [INFO] tweaked toml for crates.io crate const-writer 0.1.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate const-writer 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e777f3ccaf6e272d4bbf0b797fbd74d75481f6b73438e8d77d00bcd3830c30ec [INFO] running `Command { std: "docker" "start" "-a" "e777f3ccaf6e272d4bbf0b797fbd74d75481f6b73438e8d77d00bcd3830c30ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e777f3ccaf6e272d4bbf0b797fbd74d75481f6b73438e8d77d00bcd3830c30ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e777f3ccaf6e272d4bbf0b797fbd74d75481f6b73438e8d77d00bcd3830c30ec", kill_on_drop: false }` [INFO] [stdout] e777f3ccaf6e272d4bbf0b797fbd74d75481f6b73438e8d77d00bcd3830c30ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b46c0a0cce77cf1e061ebfeabd0080f5720aaf7e5304a0c53acda14b7c58d27 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6b46c0a0cce77cf1e061ebfeabd0080f5720aaf7e5304a0c53acda14b7c58d27", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Checking const-writer v0.1.1 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/main.rs from 2018 edition to 2021 [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:45 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u16_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | implement_write!(write_u16_le, u16, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u16_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:61 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u16_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | implement_write!(write_u16_le, u16, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u16_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:77 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u16_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | implement_write!(write_u16_le, u16, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u16_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | writer.write_u16_le(34).write_u16_le(2).write_u16_le(3).write_u16_le(4).write_u16_le(5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 58 | .write_u64_le(32) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | .write_u128_le(64) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | / writer [INFO] [stdout] 58 | | .write_u64_le(32) [INFO] [stdout] 59 | | .write_u128_le(64) [INFO] [stdout] | |______________________________^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u64_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | implement_write!(write_u64_le, u64, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u64_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | / writer [INFO] [stdout] 58 | | .write_u64_le(32) [INFO] [stdout] 59 | | .write_u128_le(64) [INFO] [stdout] | |______________________________^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | writer.convert() // rust infer same len as top branch [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u128_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | implement_write!(write_u128_le, u128, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u128_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | writer.convert() // rust infer same len as top branch [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | writer.convert() // rust infer same len as top branch [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u64_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | implement_write!(write_u64_le, u64, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u64_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:64:16 [INFO] [stdout] | [INFO] [stdout] 64 | assert_eq!(writer.remaining(), 4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u128_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | implement_write!(write_u128_le, u128, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u128_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:64:16 [INFO] [stdout] | [INFO] [stdout] 64 | assert_eq!(writer.remaining(), 4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:64:16 [INFO] [stdout] | [INFO] [stdout] 64 | assert_eq!(writer.remaining(), 4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u64_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | implement_write!(write_u64_le, u64, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u64_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | writer.write_u32_le(48); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | writer.write_u32_le(48); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u128_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | implement_write!(write_u128_le, u128, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u128_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | writer.write_u32_le(48); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unconstrained generic constant [INFO] [stdout] --> examples/main.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | writer.write_u32_le(48); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try adding a `where` bound using this expression: `where [(); {N - core::mem::size_of::<$type>()}]:` [INFO] [stdout] note: required by a bound in `ConstWriter::::write_u64_le` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | implement_write!(write_u64_le, u64, to_le_bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConstWriter::::write_u64_le` [INFO] [stdout] = note: this error originates in the macro `implement_write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `const-writer` due to 25 previous errors [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "6b46c0a0cce77cf1e061ebfeabd0080f5720aaf7e5304a0c53acda14b7c58d27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b46c0a0cce77cf1e061ebfeabd0080f5720aaf7e5304a0c53acda14b7c58d27", kill_on_drop: false }` [INFO] [stdout] 6b46c0a0cce77cf1e061ebfeabd0080f5720aaf7e5304a0c53acda14b7c58d27