[INFO] fetching crate r3 0.1.0... [INFO] checking r3-0.1.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate r3 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate r3 0.1.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate r3 0.1.0 [INFO] finished tweaking crates.io crate r3 0.1.0 [INFO] tweaked toml for crates.io crate r3 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 657cb1952ce7383d6f0bdbc249b82ccd0c5c0a0ac29ab83fa150eb950702003e [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" "657cb1952ce7383d6f0bdbc249b82ccd0c5c0a0ac29ab83fa150eb950702003e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "657cb1952ce7383d6f0bdbc249b82ccd0c5c0a0ac29ab83fa150eb950702003e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "657cb1952ce7383d6f0bdbc249b82ccd0c5c0a0ac29ab83fa150eb950702003e", kill_on_drop: false }` [INFO] [stdout] 657cb1952ce7383d6f0bdbc249b82ccd0c5c0a0ac29ab83fa150eb950702003e [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9188dceab01bf2df0e2e25451d53dc639b0b1e6dcc11cb29272fc4a1dcf1cb49 [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" "9188dceab01bf2df0e2e25451d53dc639b0b1e6dcc11cb29272fc4a1dcf1cb49", kill_on_drop: false }` [INFO] [stderr] Compiling svg v0.5.12 [INFO] [stderr] Compiling pom v1.1.0 [INFO] [stderr] Checking tokenlock v0.3.1 [INFO] [stderr] Checking staticvec v0.10.5 [INFO] [stderr] Compiling quickcheck_macros v0.9.1 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Compiling svgbob v0.4.1 [INFO] [stderr] Compiling svgbobdoc v0.2.3 [INFO] [stderr] Checking r3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/int.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | if (MAX <= u8::MAX as u128) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 9 | if ({ MAX <= u8::MAX as u128 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/int.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | } else if (MAX <= u16::MAX as u128) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 11 | } else if ({ MAX <= u16::MAX as u128 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/int.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | } else if (MAX <= u32::MAX as u128) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 13 | } else if ({ MAX <= u32::MAX as u128 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/int.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | } else if (MAX <= u64::MAX as u128) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 15 | } else if ({ MAX <= u64::MAX as u128 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | if (LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 14 | if ({ LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | } else if (LEN <= WORD_LEN * WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 16 | } else if ({ LEN <= WORD_LEN * WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | } else if (LEN <= WORD_LEN * WORD_LEN * WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 21 | } else if ({ LEN <= WORD_LEN * WORD_LEN * WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | if (LEN == 0) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 38 | if ({ LEN == 0 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | } else if (LEN <= 8 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 40 | } else if ({ LEN <= 8 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | } else if (LEN <= 16 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 42 | } else if ({ LEN <= 16 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 44 | } else if (LEN <= 32 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 44 | } else if ({ LEN <= 32 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | } else if (LEN <= 64 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 46 | } else if ({ LEN <= 64 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:48:16 [INFO] [stdout] | [INFO] [stdout] 48 | } else if (LEN <= 128 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 48 | } else if ({ LEN <= 128 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/for_times.rs:36:37 [INFO] [stdout] | [INFO] [stdout] 36 | type Bn = If! { if (I == 0) { B0 } else { B1 } }; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 36 | type Bn = If! { if ({ I == 0 }) { B0 } else { B1 } }; [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/for_times.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | if (I <= U_MAX) { WrappingU } else { Overflow } [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 43 | if ({ I <= U_MAX }) { WrappingU } else { Overflow } [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/int.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | if (MAX <= u8::MAX as u128) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 9 | if ({ MAX <= u8::MAX as u128 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/int.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | } else if (MAX <= u16::MAX as u128) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 11 | } else if ({ MAX <= u16::MAX as u128 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/int.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | } else if (MAX <= u32::MAX as u128) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 13 | } else if ({ MAX <= u32::MAX as u128 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/int.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | } else if (MAX <= u64::MAX as u128) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 15 | } else if ({ MAX <= u64::MAX as u128 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | if (LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 14 | if ({ LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | } else if (LEN <= WORD_LEN * WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 16 | } else if ({ LEN <= WORD_LEN * WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | } else if (LEN <= WORD_LEN * WORD_LEN * WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 21 | } else if ({ LEN <= WORD_LEN * WORD_LEN * WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | if (LEN == 0) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 38 | if ({ LEN == 0 }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | } else if (LEN <= 8 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 40 | } else if ({ LEN <= 8 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | } else if (LEN <= 16 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 42 | } else if ({ LEN <= 16 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 44 | } else if (LEN <= 32 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 44 | } else if ({ LEN <= 32 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | } else if (LEN <= 64 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 46 | } else if ({ LEN <= 64 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/prio_bitmap.rs:48:16 [INFO] [stdout] | [INFO] [stdout] 48 | } else if (LEN <= 128 && LEN <= WORD_LEN) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 48 | } else if ({ LEN <= 128 && LEN <= WORD_LEN }) { [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/for_times.rs:36:37 [INFO] [stdout] | [INFO] [stdout] 36 | type Bn = If! { if (I == 0) { B0 } else { B1 } }; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 36 | type Bn = If! { if ({ I == 0 }) { B0 } else { B1 } }; [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] --> src/utils/for_times.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | if (I <= U_MAX) { WrappingU } else { Overflow } [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: enclose the `const` expression in braces [INFO] [stdout] | [INFO] [stdout] 43 | if ({ I <= U_MAX }) { WrappingU } else { Overflow } [INFO] [stdout] | ^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] = help: consider using `min_const_generics` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] = help: consider using `min_const_generics` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `r3` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 15 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9188dceab01bf2df0e2e25451d53dc639b0b1e6dcc11cb29272fc4a1dcf1cb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9188dceab01bf2df0e2e25451d53dc639b0b1e6dcc11cb29272fc4a1dcf1cb49", kill_on_drop: false }` [INFO] [stdout] 9188dceab01bf2df0e2e25451d53dc639b0b1e6dcc11cb29272fc4a1dcf1cb49