Oct 27 14:09:19.280 INFO checking type-level-logic-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:09:19.281 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 14:09:19.691 INFO blam! e89ae4d26e55850ed81adb6361168da1ac3397de7119bddd32b48a59b2e0f028 Oct 27 14:09:19.699 INFO running `"docker" "start" "-a" "e89ae4d26e55850ed81adb6361168da1ac3397de7119bddd32b48a59b2e0f028"` Oct 27 14:09:20.975 INFO kablam! usermod: no changes Oct 27 14:09:21.035 INFO kablam! Checking type-operators v0.3.5 Oct 27 14:09:21.838 INFO kablam! Checking type-level-logic v0.1.0 (/source) Oct 27 14:09:24.489 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.489 INFO kablam! --> src/strong/boolean.rs:9:19 Oct 27 14:09:24.489 INFO kablam! | Oct 27 14:09:24.489 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Oct 27 14:09:24.489 INFO kablam! | ^^^^ Oct 27 14:09:24.489 INFO kablam! | Oct 27 14:09:24.489 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 14:09:24.489 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.489 INFO kablam! Oct 27 14:09:24.489 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.489 INFO kablam! --> src/strong/boolean.rs:9:25 Oct 27 14:09:24.489 INFO kablam! | Oct 27 14:09:24.489 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Oct 27 14:09:24.489 INFO kablam! | ^^^^ Oct 27 14:09:24.489 INFO kablam! | Oct 27 14:09:24.489 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.489 INFO kablam! Oct 27 14:09:24.490 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.490 INFO kablam! --> src/strong/boolean.rs:17:17 Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Oct 27 14:09:24.490 INFO kablam! | ^^^^ Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.490 INFO kablam! Oct 27 14:09:24.490 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.490 INFO kablam! --> src/strong/boolean.rs:17:23 Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Oct 27 14:09:24.490 INFO kablam! | ^^^^ Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.490 INFO kablam! Oct 27 14:09:24.490 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.490 INFO kablam! --> src/strong/boolean.rs:26:25 Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Oct 27 14:09:24.490 INFO kablam! | ^^^^ Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.490 INFO kablam! Oct 27 14:09:24.490 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.490 INFO kablam! --> src/strong/boolean.rs:26:31 Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Oct 27 14:09:24.490 INFO kablam! | ^^^^ Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.490 INFO kablam! Oct 27 14:09:24.490 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.490 INFO kablam! --> src/strong/boolean.rs:35:25 Oct 27 14:09:24.490 INFO kablam! | Oct 27 14:09:24.490 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Oct 27 14:09:24.491 INFO kablam! | ^^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/boolean.rs:35:31 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Oct 27 14:09:24.491 INFO kablam! | ^^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/boolean.rs:43:19 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Oct 27 14:09:24.491 INFO kablam! | ^^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/boolean.rs:43:25 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Oct 27 14:09:24.491 INFO kablam! | ^^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/ternary.rs:14:24 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 14 | (Nat2First) Nat2P1(NatPair): Nat { Oct 27 14:09:24.491 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/ternary.rs:21:25 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 21 | (Nat2Second) Nat2P2(NatPair): Nat { Oct 27 14:09:24.491 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/ternary.rs:29:20 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 29 | (Succ) NatSucc(Nat): Nat { Oct 27 14:09:24.491 INFO kablam! | ^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/ternary.rs:41:20 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 41 | (Pred) NatPred(Nat): Nat { Oct 27 14:09:24.491 INFO kablam! | ^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/ternary.rs:53:32 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 53 | (DoublePred) NatDoublePred(Nat): Nat { Oct 27 14:09:24.491 INFO kablam! | ^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/ternary.rs:68:24 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 68 | (Triple) NatTriple(Nat): Nat { Oct 27 14:09:24.491 INFO kablam! | ^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.491 INFO kablam! Oct 27 14:09:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.491 INFO kablam! --> src/strong/ternary.rs:81:24 Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! 81 | (Unique) NatUnique(Nat): Nat { Oct 27 14:09:24.491 INFO kablam! | ^^^ Oct 27 14:09:24.491 INFO kablam! | Oct 27 14:09:24.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.492 INFO kablam! Oct 27 14:09:24.492 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.492 INFO kablam! --> src/strong/ternary.rs:95:18 Oct 27 14:09:24.492 INFO kablam! | Oct 27 14:09:24.492 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Oct 27 14:09:24.492 INFO kablam! | ^^^ Oct 27 14:09:24.492 INFO kablam! | Oct 27 14:09:24.492 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.492 INFO kablam! Oct 27 14:09:24.492 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.492 INFO kablam! --> src/strong/ternary.rs:95:23 Oct 27 14:09:24.492 INFO kablam! | Oct 27 14:09:24.492 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Oct 27 14:09:24.492 INFO kablam! | ^^^ Oct 27 14:09:24.492 INFO kablam! | Oct 27 14:09:24.492 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.492 INFO kablam! Oct 27 14:09:24.495 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.495 INFO kablam! --> src/strong/ternary.rs:128:38 Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! 128 | (TriplePlusOne) NatTriplePlusOne(Nat): Nat { Oct 27 14:09:24.495 INFO kablam! | ^^^ Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.495 INFO kablam! Oct 27 14:09:24.495 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.495 INFO kablam! --> src/strong/ternary.rs:139:38 Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! 139 | (TriplePlusTwo) NatTriplePlusTwo(Nat): Nat { Oct 27 14:09:24.495 INFO kablam! | ^^^ Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.495 INFO kablam! Oct 27 14:09:24.495 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.495 INFO kablam! --> src/strong/ternary.rs:152:18 Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Oct 27 14:09:24.495 INFO kablam! | ^^^ Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.495 INFO kablam! Oct 27 14:09:24.495 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.495 INFO kablam! --> src/strong/ternary.rs:152:23 Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Oct 27 14:09:24.495 INFO kablam! | ^^^ Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.495 INFO kablam! Oct 27 14:09:24.495 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.495 INFO kablam! --> src/strong/ternary.rs:185:18 Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Oct 27 14:09:24.495 INFO kablam! | ^^^ Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.495 INFO kablam! Oct 27 14:09:24.495 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.495 INFO kablam! --> src/strong/ternary.rs:185:23 Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Oct 27 14:09:24.495 INFO kablam! | ^^^ Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.495 INFO kablam! Oct 27 14:09:24.495 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.495 INFO kablam! --> src/strong/ternary.rs:220:18 Oct 27 14:09:24.495 INFO kablam! | Oct 27 14:09:24.495 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:24.495 INFO kablam! | ^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:220:23 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:24.496 INFO kablam! | ^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:220:28 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:24.496 INFO kablam! | ^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:220:33 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:24.496 INFO kablam! | ^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:220:38 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:24.496 INFO kablam! | ^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:247:28 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Oct 27 14:09:24.496 INFO kablam! | ^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:247:33 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Oct 27 14:09:24.496 INFO kablam! | ^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:247:38 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Oct 27 14:09:24.496 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:262:18 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 262 | (Rev) NatRev(Nat): Nat { Oct 27 14:09:24.496 INFO kablam! | ^^^ Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.496 INFO kablam! Oct 27 14:09:24.496 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.496 INFO kablam! --> src/strong/ternary.rs:268:34 Oct 27 14:09:24.496 INFO kablam! | Oct 27 14:09:24.496 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Oct 27 14:09:24.496 INFO kablam! | ^^^ Oct 27 14:09:24.503 INFO kablam! | Oct 27 14:09:24.503 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.503 INFO kablam! Oct 27 14:09:24.503 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.503 INFO kablam! --> src/strong/ternary.rs:268:39 Oct 27 14:09:24.503 INFO kablam! | Oct 27 14:09:24.503 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Oct 27 14:09:24.503 INFO kablam! | ^^^ Oct 27 14:09:24.503 INFO kablam! | Oct 27 14:09:24.503 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.503 INFO kablam! Oct 27 14:09:24.503 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.503 INFO kablam! --> src/strong/ternary.rs:281:18 Oct 27 14:09:24.503 INFO kablam! | Oct 27 14:09:24.504 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Oct 27 14:09:24.504 INFO kablam! | ^^^ Oct 27 14:09:24.504 INFO kablam! | Oct 27 14:09:24.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.504 INFO kablam! Oct 27 14:09:24.504 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.504 INFO kablam! --> src/strong/ternary.rs:281:23 Oct 27 14:09:24.504 INFO kablam! | Oct 27 14:09:24.504 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Oct 27 14:09:24.504 INFO kablam! | ^^^ Oct 27 14:09:24.504 INFO kablam! | Oct 27 14:09:24.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.504 INFO kablam! Oct 27 14:09:24.504 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.504 INFO kablam! --> src/strong/ternary.rs:306:18 Oct 27 14:09:24.504 INFO kablam! | Oct 27 14:09:24.504 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Oct 27 14:09:24.504 INFO kablam! | ^^^ Oct 27 14:09:24.504 INFO kablam! | Oct 27 14:09:24.504 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.505 INFO kablam! Oct 27 14:09:24.505 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.505 INFO kablam! --> src/strong/ternary.rs:306:23 Oct 27 14:09:24.505 INFO kablam! | Oct 27 14:09:24.505 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Oct 27 14:09:24.505 INFO kablam! | ^^^ Oct 27 14:09:24.505 INFO kablam! | Oct 27 14:09:24.505 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.505 INFO kablam! Oct 27 14:09:24.505 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.505 INFO kablam! --> src/strong/ternary.rs:329:34 Oct 27 14:09:24.505 INFO kablam! | Oct 27 14:09:24.505 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Oct 27 14:09:24.505 INFO kablam! | ^^^ Oct 27 14:09:24.505 INFO kablam! | Oct 27 14:09:24.505 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.506 INFO kablam! Oct 27 14:09:24.506 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.506 INFO kablam! --> src/strong/ternary.rs:329:39 Oct 27 14:09:24.506 INFO kablam! | Oct 27 14:09:24.506 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Oct 27 14:09:24.506 INFO kablam! | ^^^ Oct 27 14:09:24.506 INFO kablam! | Oct 27 14:09:24.506 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.506 INFO kablam! Oct 27 14:09:24.506 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.506 INFO kablam! --> src/strong/ternary.rs:329:44 Oct 27 14:09:24.506 INFO kablam! | Oct 27 14:09:24.506 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Oct 27 14:09:24.506 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.506 INFO kablam! | Oct 27 14:09:24.506 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.506 INFO kablam! Oct 27 14:09:24.506 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.506 INFO kablam! --> src/strong/balanced.rs:10:24 Oct 27 14:09:24.506 INFO kablam! | Oct 27 14:09:24.507 INFO kablam! 10 | (Int2First) Int2P1(IntPair): Int { Oct 27 14:09:24.507 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.507 INFO kablam! | Oct 27 14:09:24.507 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.507 INFO kablam! Oct 27 14:09:24.507 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.507 INFO kablam! --> src/strong/balanced.rs:17:25 Oct 27 14:09:24.507 INFO kablam! | Oct 27 14:09:24.507 INFO kablam! 17 | (Int2Second) Int2P2(IntPair): Int { Oct 27 14:09:24.507 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.507 INFO kablam! | Oct 27 14:09:24.510 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.510 INFO kablam! Oct 27 14:09:24.510 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.510 INFO kablam! --> src/strong/balanced.rs:24:20 Oct 27 14:09:24.511 INFO kablam! | Oct 27 14:09:24.511 INFO kablam! 24 | (Succ) IntSucc(Int): Int { Oct 27 14:09:24.511 INFO kablam! | ^^^ Oct 27 14:09:24.511 INFO kablam! | Oct 27 14:09:24.511 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.511 INFO kablam! Oct 27 14:09:24.511 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.511 INFO kablam! --> src/strong/balanced.rs:35:20 Oct 27 14:09:24.511 INFO kablam! | Oct 27 14:09:24.511 INFO kablam! 35 | (Pred) IntPred(Int): Int { Oct 27 14:09:24.511 INFO kablam! | ^^^ Oct 27 14:09:24.511 INFO kablam! | Oct 27 14:09:24.511 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.511 INFO kablam! Oct 27 14:09:24.511 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.511 INFO kablam! --> src/strong/balanced.rs:49:24 Oct 27 14:09:24.511 INFO kablam! | Oct 27 14:09:24.511 INFO kablam! 49 | (Triple) IntTriple(Int): Int { Oct 27 14:09:24.511 INFO kablam! | ^^^ Oct 27 14:09:24.511 INFO kablam! | Oct 27 14:09:24.511 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.511 INFO kablam! Oct 27 14:09:24.512 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.512 INFO kablam! --> src/strong/balanced.rs:62:24 Oct 27 14:09:24.512 INFO kablam! | Oct 27 14:09:24.512 INFO kablam! 62 | (IntUnique) Unique(Int): Int { Oct 27 14:09:24.512 INFO kablam! | ^^^ Oct 27 14:09:24.512 INFO kablam! | Oct 27 14:09:24.512 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.513 INFO kablam! Oct 27 14:09:24.513 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.513 INFO kablam! --> src/strong/balanced.rs:80:18 Oct 27 14:09:24.513 INFO kablam! | Oct 27 14:09:24.518 INFO kablam! 80 | (Neg) IntNeg(Int): Int { Oct 27 14:09:24.518 INFO kablam! | ^^^ Oct 27 14:09:24.518 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.519 INFO kablam! Oct 27 14:09:24.519 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.519 INFO kablam! --> src/strong/balanced.rs:94:18 Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Oct 27 14:09:24.519 INFO kablam! | ^^^ Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.519 INFO kablam! Oct 27 14:09:24.519 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.519 INFO kablam! --> src/strong/balanced.rs:94:23 Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Oct 27 14:09:24.519 INFO kablam! | ^^^ Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.519 INFO kablam! Oct 27 14:09:24.519 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.519 INFO kablam! --> src/strong/balanced.rs:127:18 Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Oct 27 14:09:24.519 INFO kablam! | ^^^ Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.519 INFO kablam! Oct 27 14:09:24.519 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.519 INFO kablam! --> src/strong/balanced.rs:127:23 Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Oct 27 14:09:24.519 INFO kablam! | ^^^ Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.519 INFO kablam! Oct 27 14:09:24.519 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.519 INFO kablam! --> src/strong/balanced.rs:160:18 Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Oct 27 14:09:24.519 INFO kablam! | ^^^ Oct 27 14:09:24.519 INFO kablam! | Oct 27 14:09:24.519 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.523 INFO kablam! Oct 27 14:09:24.523 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.523 INFO kablam! --> src/strong/balanced.rs:160:23 Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Oct 27 14:09:24.523 INFO kablam! | ^^^ Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.523 INFO kablam! Oct 27 14:09:24.523 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.523 INFO kablam! --> src/strong/balanced.rs:196:18 Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:24.523 INFO kablam! | ^^^ Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.523 INFO kablam! Oct 27 14:09:24.523 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.523 INFO kablam! --> src/strong/balanced.rs:196:23 Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:24.523 INFO kablam! | ^^^ Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.523 INFO kablam! Oct 27 14:09:24.523 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.523 INFO kablam! --> src/strong/balanced.rs:196:28 Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:24.523 INFO kablam! | ^^^ Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.523 INFO kablam! Oct 27 14:09:24.523 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.523 INFO kablam! --> src/strong/balanced.rs:196:33 Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.523 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:24.523 INFO kablam! | ^^^ Oct 27 14:09:24.523 INFO kablam! | Oct 27 14:09:24.530 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.531 INFO kablam! Oct 27 14:09:24.531 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.531 INFO kablam! --> src/strong/balanced.rs:196:38 Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:24.531 INFO kablam! | ^^^ Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.531 INFO kablam! Oct 27 14:09:24.531 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.531 INFO kablam! --> src/strong/balanced.rs:223:20 Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:24.531 INFO kablam! | ^^^ Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.531 INFO kablam! Oct 27 14:09:24.531 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.531 INFO kablam! --> src/strong/balanced.rs:223:25 Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:24.531 INFO kablam! | ^^^ Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.531 INFO kablam! Oct 27 14:09:24.531 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.531 INFO kablam! --> src/strong/balanced.rs:223:30 Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:24.531 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.531 INFO kablam! Oct 27 14:09:24.531 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.531 INFO kablam! --> src/strong/balanced.rs:223:39 Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:24.531 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.531 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.531 INFO kablam! Oct 27 14:09:24.531 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.531 INFO kablam! --> src/strong/balanced.rs:223:48 Oct 27 14:09:24.531 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:24.532 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.532 INFO kablam! Oct 27 14:09:24.532 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.532 INFO kablam! --> src/strong/balanced.rs:248:24 Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Oct 27 14:09:24.532 INFO kablam! | ^^^ Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.532 INFO kablam! Oct 27 14:09:24.532 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.532 INFO kablam! --> src/strong/balanced.rs:248:29 Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Oct 27 14:09:24.532 INFO kablam! | ^^^ Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.532 INFO kablam! Oct 27 14:09:24.532 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.532 INFO kablam! --> src/strong/balanced.rs:248:34 Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Oct 27 14:09:24.532 INFO kablam! | ^^^ Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.532 INFO kablam! Oct 27 14:09:24.532 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.532 INFO kablam! --> src/strong/balanced.rs:248:39 Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Oct 27 14:09:24.532 INFO kablam! | ^^^ Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.532 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.532 INFO kablam! Oct 27 14:09:24.532 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.532 INFO kablam! --> src/strong/balanced.rs:254:26 Oct 27 14:09:24.532 INFO kablam! | Oct 27 14:09:24.533 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Oct 27 14:09:24.533 INFO kablam! | ^^^ Oct 27 14:09:24.533 INFO kablam! | Oct 27 14:09:24.533 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.533 INFO kablam! Oct 27 14:09:24.533 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.533 INFO kablam! --> src/strong/balanced.rs:254:31 Oct 27 14:09:24.533 INFO kablam! | Oct 27 14:09:24.533 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Oct 27 14:09:24.533 INFO kablam! | ^^^ Oct 27 14:09:24.533 INFO kablam! | Oct 27 14:09:24.533 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.533 INFO kablam! Oct 27 14:09:24.533 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.533 INFO kablam! --> src/strong/balanced.rs:254:36 Oct 27 14:09:24.533 INFO kablam! | Oct 27 14:09:24.533 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Oct 27 14:09:24.533 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.533 INFO kablam! | Oct 27 14:09:24.533 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.533 INFO kablam! Oct 27 14:09:24.533 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.533 INFO kablam! --> src/strong/balanced.rs:254:45 Oct 27 14:09:24.533 INFO kablam! | Oct 27 14:09:24.533 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Oct 27 14:09:24.533 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.533 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.534 INFO kablam! Oct 27 14:09:24.534 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.534 INFO kablam! --> src/strong/balanced.rs:261:18 Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! 261 | (Abs) IntAbs(Int): Int { Oct 27 14:09:24.534 INFO kablam! | ^^^ Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.534 INFO kablam! Oct 27 14:09:24.534 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.534 INFO kablam! --> src/strong/balanced.rs:273:40 Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:24.534 INFO kablam! | ^^^ Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.534 INFO kablam! Oct 27 14:09:24.534 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.534 INFO kablam! --> src/strong/balanced.rs:273:45 Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:24.534 INFO kablam! | ^^^ Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.534 INFO kablam! Oct 27 14:09:24.534 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.534 INFO kablam! --> src/strong/balanced.rs:273:50 Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:24.534 INFO kablam! | ^^^ Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.534 INFO kablam! Oct 27 14:09:24.534 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.534 INFO kablam! --> src/strong/balanced.rs:273:55 Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.534 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:24.534 INFO kablam! | ^^^ Oct 27 14:09:24.534 INFO kablam! | Oct 27 14:09:24.535 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.535 INFO kablam! Oct 27 14:09:24.535 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.535 INFO kablam! --> src/strong/balanced.rs:273:60 Oct 27 14:09:24.535 INFO kablam! | Oct 27 14:09:24.535 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:24.535 INFO kablam! | ^^^ Oct 27 14:09:24.535 INFO kablam! | Oct 27 14:09:24.535 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.535 INFO kablam! Oct 27 14:09:24.535 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.535 INFO kablam! --> src/strong/balanced.rs:273:65 Oct 27 14:09:24.535 INFO kablam! | Oct 27 14:09:24.535 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:24.535 INFO kablam! | ^^^ Oct 27 14:09:24.535 INFO kablam! | Oct 27 14:09:24.535 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.535 INFO kablam! Oct 27 14:09:24.535 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.535 INFO kablam! --> src/strong/balanced.rs:284:18 Oct 27 14:09:24.535 INFO kablam! | Oct 27 14:09:24.535 INFO kablam! 284 | (Rev) IntRev(Int): Int { Oct 27 14:09:24.535 INFO kablam! | ^^^ Oct 27 14:09:24.535 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:290:34 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Oct 27 14:09:24.536 INFO kablam! | ^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:290:39 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Oct 27 14:09:24.536 INFO kablam! | ^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:302:18 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Oct 27 14:09:24.536 INFO kablam! | ^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:302:23 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Oct 27 14:09:24.536 INFO kablam! | ^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:326:18 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Oct 27 14:09:24.536 INFO kablam! | ^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:326:23 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Oct 27 14:09:24.536 INFO kablam! | ^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:349:34 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Oct 27 14:09:24.536 INFO kablam! | ^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:349:39 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Oct 27 14:09:24.536 INFO kablam! | ^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:24.536 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:24.536 INFO kablam! --> src/strong/balanced.rs:349:44 Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Oct 27 14:09:24.536 INFO kablam! | ^^^^^^^ Oct 27 14:09:24.536 INFO kablam! | Oct 27 14:09:24.536 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:24.536 INFO kablam! Oct 27 14:09:25.660 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.660 INFO kablam! --> src/strong/boolean.rs:9:19 Oct 27 14:09:25.660 INFO kablam! | Oct 27 14:09:25.660 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Oct 27 14:09:25.660 INFO kablam! | ^^^^ Oct 27 14:09:25.660 INFO kablam! | Oct 27 14:09:25.660 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 14:09:25.660 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.660 INFO kablam! Oct 27 14:09:25.660 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.660 INFO kablam! --> src/strong/boolean.rs:9:25 Oct 27 14:09:25.660 INFO kablam! | Oct 27 14:09:25.660 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Oct 27 14:09:25.660 INFO kablam! | ^^^^ Oct 27 14:09:25.660 INFO kablam! | Oct 27 14:09:25.661 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.661 INFO kablam! Oct 27 14:09:25.661 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.661 INFO kablam! --> src/strong/boolean.rs:17:17 Oct 27 14:09:25.661 INFO kablam! | Oct 27 14:09:25.661 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Oct 27 14:09:25.661 INFO kablam! | ^^^^ Oct 27 14:09:25.661 INFO kablam! | Oct 27 14:09:25.661 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.661 INFO kablam! Oct 27 14:09:25.661 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.661 INFO kablam! --> src/strong/boolean.rs:17:23 Oct 27 14:09:25.661 INFO kablam! | Oct 27 14:09:25.661 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Oct 27 14:09:25.661 INFO kablam! | ^^^^ Oct 27 14:09:25.661 INFO kablam! | Oct 27 14:09:25.661 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.661 INFO kablam! Oct 27 14:09:25.661 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.661 INFO kablam! --> src/strong/boolean.rs:26:25 Oct 27 14:09:25.661 INFO kablam! | Oct 27 14:09:25.661 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Oct 27 14:09:25.661 INFO kablam! | ^^^^ Oct 27 14:09:25.661 INFO kablam! | Oct 27 14:09:25.662 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.662 INFO kablam! Oct 27 14:09:25.662 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.662 INFO kablam! --> src/strong/boolean.rs:26:31 Oct 27 14:09:25.662 INFO kablam! | Oct 27 14:09:25.662 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Oct 27 14:09:25.662 INFO kablam! | ^^^^ Oct 27 14:09:25.662 INFO kablam! | Oct 27 14:09:25.662 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.662 INFO kablam! Oct 27 14:09:25.662 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.662 INFO kablam! --> src/strong/boolean.rs:35:25 Oct 27 14:09:25.662 INFO kablam! | Oct 27 14:09:25.662 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Oct 27 14:09:25.662 INFO kablam! | ^^^^ Oct 27 14:09:25.662 INFO kablam! | Oct 27 14:09:25.662 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.662 INFO kablam! Oct 27 14:09:25.662 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.662 INFO kablam! --> src/strong/boolean.rs:35:31 Oct 27 14:09:25.662 INFO kablam! | Oct 27 14:09:25.662 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Oct 27 14:09:25.662 INFO kablam! | ^^^^ Oct 27 14:09:25.662 INFO kablam! | Oct 27 14:09:25.663 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.663 INFO kablam! Oct 27 14:09:25.663 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.663 INFO kablam! --> src/strong/boolean.rs:43:19 Oct 27 14:09:25.663 INFO kablam! | Oct 27 14:09:25.663 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Oct 27 14:09:25.663 INFO kablam! | ^^^^ Oct 27 14:09:25.663 INFO kablam! | Oct 27 14:09:25.663 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.663 INFO kablam! Oct 27 14:09:25.663 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.663 INFO kablam! --> src/strong/boolean.rs:43:25 Oct 27 14:09:25.663 INFO kablam! | Oct 27 14:09:25.663 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Oct 27 14:09:25.663 INFO kablam! | ^^^^ Oct 27 14:09:25.663 INFO kablam! | Oct 27 14:09:25.663 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.663 INFO kablam! Oct 27 14:09:25.663 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.663 INFO kablam! --> src/strong/ternary.rs:14:24 Oct 27 14:09:25.663 INFO kablam! | Oct 27 14:09:25.663 INFO kablam! 14 | (Nat2First) Nat2P1(NatPair): Nat { Oct 27 14:09:25.663 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.664 INFO kablam! | Oct 27 14:09:25.664 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.664 INFO kablam! Oct 27 14:09:25.664 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.664 INFO kablam! --> src/strong/ternary.rs:21:25 Oct 27 14:09:25.664 INFO kablam! | Oct 27 14:09:25.664 INFO kablam! 21 | (Nat2Second) Nat2P2(NatPair): Nat { Oct 27 14:09:25.664 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.664 INFO kablam! | Oct 27 14:09:25.664 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.664 INFO kablam! Oct 27 14:09:25.664 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.664 INFO kablam! --> src/strong/ternary.rs:29:20 Oct 27 14:09:25.664 INFO kablam! | Oct 27 14:09:25.664 INFO kablam! 29 | (Succ) NatSucc(Nat): Nat { Oct 27 14:09:25.664 INFO kablam! | ^^^ Oct 27 14:09:25.664 INFO kablam! | Oct 27 14:09:25.664 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.664 INFO kablam! Oct 27 14:09:25.664 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.664 INFO kablam! --> src/strong/ternary.rs:41:20 Oct 27 14:09:25.664 INFO kablam! | Oct 27 14:09:25.664 INFO kablam! 41 | (Pred) NatPred(Nat): Nat { Oct 27 14:09:25.664 INFO kablam! | ^^^ Oct 27 14:09:25.665 INFO kablam! | Oct 27 14:09:25.665 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.665 INFO kablam! Oct 27 14:09:25.665 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.665 INFO kablam! --> src/strong/ternary.rs:53:32 Oct 27 14:09:25.665 INFO kablam! | Oct 27 14:09:25.665 INFO kablam! 53 | (DoublePred) NatDoublePred(Nat): Nat { Oct 27 14:09:25.665 INFO kablam! | ^^^ Oct 27 14:09:25.665 INFO kablam! | Oct 27 14:09:25.665 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.665 INFO kablam! Oct 27 14:09:25.665 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.665 INFO kablam! --> src/strong/ternary.rs:68:24 Oct 27 14:09:25.665 INFO kablam! | Oct 27 14:09:25.665 INFO kablam! 68 | (Triple) NatTriple(Nat): Nat { Oct 27 14:09:25.665 INFO kablam! | ^^^ Oct 27 14:09:25.665 INFO kablam! | Oct 27 14:09:25.665 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.665 INFO kablam! Oct 27 14:09:25.665 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.665 INFO kablam! --> src/strong/ternary.rs:81:24 Oct 27 14:09:25.665 INFO kablam! | Oct 27 14:09:25.665 INFO kablam! 81 | (Unique) NatUnique(Nat): Nat { Oct 27 14:09:25.666 INFO kablam! | ^^^ Oct 27 14:09:25.666 INFO kablam! | Oct 27 14:09:25.666 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.666 INFO kablam! Oct 27 14:09:25.666 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.666 INFO kablam! --> src/strong/ternary.rs:95:18 Oct 27 14:09:25.666 INFO kablam! | Oct 27 14:09:25.666 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Oct 27 14:09:25.666 INFO kablam! | ^^^ Oct 27 14:09:25.666 INFO kablam! | Oct 27 14:09:25.666 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.666 INFO kablam! Oct 27 14:09:25.666 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.666 INFO kablam! --> src/strong/ternary.rs:95:23 Oct 27 14:09:25.666 INFO kablam! | Oct 27 14:09:25.666 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Oct 27 14:09:25.666 INFO kablam! | ^^^ Oct 27 14:09:25.666 INFO kablam! | Oct 27 14:09:25.666 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.666 INFO kablam! Oct 27 14:09:25.666 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.666 INFO kablam! --> src/strong/ternary.rs:128:38 Oct 27 14:09:25.666 INFO kablam! | Oct 27 14:09:25.667 INFO kablam! 128 | (TriplePlusOne) NatTriplePlusOne(Nat): Nat { Oct 27 14:09:25.667 INFO kablam! | ^^^ Oct 27 14:09:25.667 INFO kablam! | Oct 27 14:09:25.667 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.667 INFO kablam! Oct 27 14:09:25.667 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.667 INFO kablam! --> src/strong/ternary.rs:139:38 Oct 27 14:09:25.667 INFO kablam! | Oct 27 14:09:25.667 INFO kablam! 139 | (TriplePlusTwo) NatTriplePlusTwo(Nat): Nat { Oct 27 14:09:25.667 INFO kablam! | ^^^ Oct 27 14:09:25.667 INFO kablam! | Oct 27 14:09:25.667 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.667 INFO kablam! Oct 27 14:09:25.667 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.667 INFO kablam! --> src/strong/ternary.rs:152:18 Oct 27 14:09:25.667 INFO kablam! | Oct 27 14:09:25.667 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Oct 27 14:09:25.667 INFO kablam! | ^^^ Oct 27 14:09:25.667 INFO kablam! | Oct 27 14:09:25.667 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.667 INFO kablam! Oct 27 14:09:25.667 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.667 INFO kablam! --> src/strong/ternary.rs:152:23 Oct 27 14:09:25.667 INFO kablam! | Oct 27 14:09:25.668 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Oct 27 14:09:25.668 INFO kablam! | ^^^ Oct 27 14:09:25.668 INFO kablam! | Oct 27 14:09:25.668 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.668 INFO kablam! Oct 27 14:09:25.668 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.668 INFO kablam! --> src/strong/ternary.rs:185:18 Oct 27 14:09:25.668 INFO kablam! | Oct 27 14:09:25.668 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Oct 27 14:09:25.668 INFO kablam! | ^^^ Oct 27 14:09:25.668 INFO kablam! | Oct 27 14:09:25.668 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.668 INFO kablam! Oct 27 14:09:25.668 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.668 INFO kablam! --> src/strong/ternary.rs:185:23 Oct 27 14:09:25.668 INFO kablam! | Oct 27 14:09:25.668 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Oct 27 14:09:25.668 INFO kablam! | ^^^ Oct 27 14:09:25.668 INFO kablam! | Oct 27 14:09:25.668 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.668 INFO kablam! Oct 27 14:09:25.668 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.668 INFO kablam! --> src/strong/ternary.rs:220:18 Oct 27 14:09:25.669 INFO kablam! | Oct 27 14:09:25.669 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:25.669 INFO kablam! | ^^^ Oct 27 14:09:25.669 INFO kablam! | Oct 27 14:09:25.669 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.669 INFO kablam! Oct 27 14:09:25.669 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.669 INFO kablam! --> src/strong/ternary.rs:220:23 Oct 27 14:09:25.669 INFO kablam! | Oct 27 14:09:25.669 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:25.669 INFO kablam! | ^^^ Oct 27 14:09:25.669 INFO kablam! | Oct 27 14:09:25.669 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.669 INFO kablam! Oct 27 14:09:25.669 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.669 INFO kablam! --> src/strong/ternary.rs:220:28 Oct 27 14:09:25.669 INFO kablam! | Oct 27 14:09:25.669 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:25.669 INFO kablam! | ^^^ Oct 27 14:09:25.669 INFO kablam! | Oct 27 14:09:25.669 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.669 INFO kablam! Oct 27 14:09:25.669 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.670 INFO kablam! --> src/strong/ternary.rs:220:33 Oct 27 14:09:25.670 INFO kablam! | Oct 27 14:09:25.670 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:25.670 INFO kablam! | ^^^ Oct 27 14:09:25.670 INFO kablam! | Oct 27 14:09:25.670 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.670 INFO kablam! Oct 27 14:09:25.670 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.670 INFO kablam! --> src/strong/ternary.rs:220:38 Oct 27 14:09:25.670 INFO kablam! | Oct 27 14:09:25.670 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Oct 27 14:09:25.670 INFO kablam! | ^^^ Oct 27 14:09:25.670 INFO kablam! | Oct 27 14:09:25.670 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.670 INFO kablam! Oct 27 14:09:25.670 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.670 INFO kablam! --> src/strong/ternary.rs:247:28 Oct 27 14:09:25.670 INFO kablam! | Oct 27 14:09:25.670 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Oct 27 14:09:25.670 INFO kablam! | ^^^ Oct 27 14:09:25.670 INFO kablam! | Oct 27 14:09:25.670 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.671 INFO kablam! Oct 27 14:09:25.671 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.671 INFO kablam! --> src/strong/ternary.rs:247:33 Oct 27 14:09:25.671 INFO kablam! | Oct 27 14:09:25.671 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Oct 27 14:09:25.671 INFO kablam! | ^^^ Oct 27 14:09:25.671 INFO kablam! | Oct 27 14:09:25.671 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.671 INFO kablam! Oct 27 14:09:25.671 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.671 INFO kablam! --> src/strong/ternary.rs:247:38 Oct 27 14:09:25.671 INFO kablam! | Oct 27 14:09:25.671 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Oct 27 14:09:25.671 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.671 INFO kablam! | Oct 27 14:09:25.671 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.671 INFO kablam! Oct 27 14:09:25.671 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.671 INFO kablam! --> src/strong/ternary.rs:262:18 Oct 27 14:09:25.671 INFO kablam! | Oct 27 14:09:25.671 INFO kablam! 262 | (Rev) NatRev(Nat): Nat { Oct 27 14:09:25.671 INFO kablam! | ^^^ Oct 27 14:09:25.672 INFO kablam! | Oct 27 14:09:25.672 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.672 INFO kablam! Oct 27 14:09:25.672 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.672 INFO kablam! --> src/strong/ternary.rs:268:34 Oct 27 14:09:25.672 INFO kablam! | Oct 27 14:09:25.672 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Oct 27 14:09:25.672 INFO kablam! | ^^^ Oct 27 14:09:25.672 INFO kablam! | Oct 27 14:09:25.672 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.672 INFO kablam! Oct 27 14:09:25.672 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.672 INFO kablam! --> src/strong/ternary.rs:268:39 Oct 27 14:09:25.672 INFO kablam! | Oct 27 14:09:25.672 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Oct 27 14:09:25.672 INFO kablam! | ^^^ Oct 27 14:09:25.672 INFO kablam! | Oct 27 14:09:25.672 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.672 INFO kablam! Oct 27 14:09:25.672 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.672 INFO kablam! --> src/strong/ternary.rs:281:18 Oct 27 14:09:25.672 INFO kablam! | Oct 27 14:09:25.672 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Oct 27 14:09:25.673 INFO kablam! | ^^^ Oct 27 14:09:25.673 INFO kablam! | Oct 27 14:09:25.673 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.673 INFO kablam! Oct 27 14:09:25.673 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.673 INFO kablam! --> src/strong/ternary.rs:281:23 Oct 27 14:09:25.673 INFO kablam! | Oct 27 14:09:25.673 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Oct 27 14:09:25.673 INFO kablam! | ^^^ Oct 27 14:09:25.673 INFO kablam! | Oct 27 14:09:25.673 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.673 INFO kablam! Oct 27 14:09:25.673 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.673 INFO kablam! --> src/strong/ternary.rs:306:18 Oct 27 14:09:25.673 INFO kablam! | Oct 27 14:09:25.673 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Oct 27 14:09:25.673 INFO kablam! | ^^^ Oct 27 14:09:25.673 INFO kablam! | Oct 27 14:09:25.673 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.673 INFO kablam! Oct 27 14:09:25.673 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.673 INFO kablam! --> src/strong/ternary.rs:306:23 Oct 27 14:09:25.673 INFO kablam! | Oct 27 14:09:25.673 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Oct 27 14:09:25.673 INFO kablam! | ^^^ Oct 27 14:09:25.674 INFO kablam! | Oct 27 14:09:25.674 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.674 INFO kablam! Oct 27 14:09:25.674 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.674 INFO kablam! --> src/strong/ternary.rs:329:34 Oct 27 14:09:25.674 INFO kablam! | Oct 27 14:09:25.674 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Oct 27 14:09:25.674 INFO kablam! | ^^^ Oct 27 14:09:25.674 INFO kablam! | Oct 27 14:09:25.674 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.674 INFO kablam! Oct 27 14:09:25.674 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.674 INFO kablam! --> src/strong/ternary.rs:329:39 Oct 27 14:09:25.674 INFO kablam! | Oct 27 14:09:25.674 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Oct 27 14:09:25.674 INFO kablam! | ^^^ Oct 27 14:09:25.674 INFO kablam! | Oct 27 14:09:25.674 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.674 INFO kablam! Oct 27 14:09:25.674 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.674 INFO kablam! --> src/strong/ternary.rs:329:44 Oct 27 14:09:25.674 INFO kablam! | Oct 27 14:09:25.674 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Oct 27 14:09:25.679 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.679 INFO kablam! | Oct 27 14:09:25.679 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.679 INFO kablam! Oct 27 14:09:25.679 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.679 INFO kablam! --> src/strong/balanced.rs:10:24 Oct 27 14:09:25.679 INFO kablam! | Oct 27 14:09:25.679 INFO kablam! 10 | (Int2First) Int2P1(IntPair): Int { Oct 27 14:09:25.679 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.679 INFO kablam! | Oct 27 14:09:25.679 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.679 INFO kablam! Oct 27 14:09:25.679 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.679 INFO kablam! --> src/strong/balanced.rs:17:25 Oct 27 14:09:25.679 INFO kablam! | Oct 27 14:09:25.679 INFO kablam! 17 | (Int2Second) Int2P2(IntPair): Int { Oct 27 14:09:25.679 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.679 INFO kablam! | Oct 27 14:09:25.679 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.679 INFO kablam! Oct 27 14:09:25.679 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.679 INFO kablam! --> src/strong/balanced.rs:24:20 Oct 27 14:09:25.679 INFO kablam! | Oct 27 14:09:25.680 INFO kablam! 24 | (Succ) IntSucc(Int): Int { Oct 27 14:09:25.680 INFO kablam! | ^^^ Oct 27 14:09:25.680 INFO kablam! | Oct 27 14:09:25.680 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.680 INFO kablam! Oct 27 14:09:25.680 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.680 INFO kablam! --> src/strong/balanced.rs:35:20 Oct 27 14:09:25.680 INFO kablam! | Oct 27 14:09:25.680 INFO kablam! 35 | (Pred) IntPred(Int): Int { Oct 27 14:09:25.680 INFO kablam! | ^^^ Oct 27 14:09:25.680 INFO kablam! | Oct 27 14:09:25.680 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.680 INFO kablam! Oct 27 14:09:25.680 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.680 INFO kablam! --> src/strong/balanced.rs:49:24 Oct 27 14:09:25.680 INFO kablam! | Oct 27 14:09:25.680 INFO kablam! 49 | (Triple) IntTriple(Int): Int { Oct 27 14:09:25.680 INFO kablam! | ^^^ Oct 27 14:09:25.680 INFO kablam! | Oct 27 14:09:25.680 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.680 INFO kablam! Oct 27 14:09:25.680 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.680 INFO kablam! --> src/strong/balanced.rs:62:24 Oct 27 14:09:25.680 INFO kablam! | Oct 27 14:09:25.681 INFO kablam! 62 | (IntUnique) Unique(Int): Int { Oct 27 14:09:25.681 INFO kablam! | ^^^ Oct 27 14:09:25.681 INFO kablam! | Oct 27 14:09:25.681 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.681 INFO kablam! Oct 27 14:09:25.681 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.681 INFO kablam! --> src/strong/balanced.rs:80:18 Oct 27 14:09:25.681 INFO kablam! | Oct 27 14:09:25.681 INFO kablam! 80 | (Neg) IntNeg(Int): Int { Oct 27 14:09:25.681 INFO kablam! | ^^^ Oct 27 14:09:25.681 INFO kablam! | Oct 27 14:09:25.681 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.681 INFO kablam! Oct 27 14:09:25.681 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.681 INFO kablam! --> src/strong/balanced.rs:94:18 Oct 27 14:09:25.681 INFO kablam! | Oct 27 14:09:25.681 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Oct 27 14:09:25.681 INFO kablam! | ^^^ Oct 27 14:09:25.681 INFO kablam! | Oct 27 14:09:25.681 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.681 INFO kablam! Oct 27 14:09:25.681 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.681 INFO kablam! --> src/strong/balanced.rs:94:23 Oct 27 14:09:25.681 INFO kablam! | Oct 27 14:09:25.682 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Oct 27 14:09:25.682 INFO kablam! | ^^^ Oct 27 14:09:25.682 INFO kablam! | Oct 27 14:09:25.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.682 INFO kablam! Oct 27 14:09:25.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.682 INFO kablam! --> src/strong/balanced.rs:127:18 Oct 27 14:09:25.682 INFO kablam! | Oct 27 14:09:25.682 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Oct 27 14:09:25.682 INFO kablam! | ^^^ Oct 27 14:09:25.682 INFO kablam! | Oct 27 14:09:25.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.682 INFO kablam! Oct 27 14:09:25.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.682 INFO kablam! --> src/strong/balanced.rs:127:23 Oct 27 14:09:25.682 INFO kablam! | Oct 27 14:09:25.682 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Oct 27 14:09:25.682 INFO kablam! | ^^^ Oct 27 14:09:25.682 INFO kablam! | Oct 27 14:09:25.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.682 INFO kablam! Oct 27 14:09:25.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.682 INFO kablam! --> src/strong/balanced.rs:160:18 Oct 27 14:09:25.683 INFO kablam! | Oct 27 14:09:25.683 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Oct 27 14:09:25.683 INFO kablam! | ^^^ Oct 27 14:09:25.683 INFO kablam! | Oct 27 14:09:25.683 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.683 INFO kablam! Oct 27 14:09:25.683 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.683 INFO kablam! --> src/strong/balanced.rs:160:23 Oct 27 14:09:25.683 INFO kablam! | Oct 27 14:09:25.683 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Oct 27 14:09:25.683 INFO kablam! | ^^^ Oct 27 14:09:25.683 INFO kablam! | Oct 27 14:09:25.683 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.683 INFO kablam! Oct 27 14:09:25.683 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.683 INFO kablam! --> src/strong/balanced.rs:196:18 Oct 27 14:09:25.683 INFO kablam! | Oct 27 14:09:25.683 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:25.683 INFO kablam! | ^^^ Oct 27 14:09:25.683 INFO kablam! | Oct 27 14:09:25.683 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.683 INFO kablam! Oct 27 14:09:25.683 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.683 INFO kablam! --> src/strong/balanced.rs:196:23 Oct 27 14:09:25.684 INFO kablam! | Oct 27 14:09:25.684 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:25.684 INFO kablam! | ^^^ Oct 27 14:09:25.684 INFO kablam! | Oct 27 14:09:25.684 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.684 INFO kablam! Oct 27 14:09:25.684 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.684 INFO kablam! --> src/strong/balanced.rs:196:28 Oct 27 14:09:25.684 INFO kablam! | Oct 27 14:09:25.684 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:25.684 INFO kablam! | ^^^ Oct 27 14:09:25.684 INFO kablam! | Oct 27 14:09:25.684 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.684 INFO kablam! Oct 27 14:09:25.684 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.684 INFO kablam! --> src/strong/balanced.rs:196:33 Oct 27 14:09:25.684 INFO kablam! | Oct 27 14:09:25.684 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:25.684 INFO kablam! | ^^^ Oct 27 14:09:25.684 INFO kablam! | Oct 27 14:09:25.684 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.684 INFO kablam! Oct 27 14:09:25.684 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.685 INFO kablam! --> src/strong/balanced.rs:196:38 Oct 27 14:09:25.685 INFO kablam! | Oct 27 14:09:25.685 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Oct 27 14:09:25.685 INFO kablam! | ^^^ Oct 27 14:09:25.685 INFO kablam! | Oct 27 14:09:25.685 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.685 INFO kablam! Oct 27 14:09:25.685 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.685 INFO kablam! --> src/strong/balanced.rs:223:20 Oct 27 14:09:25.685 INFO kablam! | Oct 27 14:09:25.685 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:25.685 INFO kablam! | ^^^ Oct 27 14:09:25.685 INFO kablam! | Oct 27 14:09:25.685 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.685 INFO kablam! Oct 27 14:09:25.685 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.685 INFO kablam! --> src/strong/balanced.rs:223:25 Oct 27 14:09:25.685 INFO kablam! | Oct 27 14:09:25.685 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:25.685 INFO kablam! | ^^^ Oct 27 14:09:25.685 INFO kablam! | Oct 27 14:09:25.685 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.685 INFO kablam! Oct 27 14:09:25.685 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.686 INFO kablam! --> src/strong/balanced.rs:223:30 Oct 27 14:09:25.686 INFO kablam! | Oct 27 14:09:25.686 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:25.686 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.686 INFO kablam! | Oct 27 14:09:25.686 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.686 INFO kablam! Oct 27 14:09:25.686 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.686 INFO kablam! --> src/strong/balanced.rs:223:39 Oct 27 14:09:25.686 INFO kablam! | Oct 27 14:09:25.686 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:25.686 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.686 INFO kablam! | Oct 27 14:09:25.686 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.686 INFO kablam! Oct 27 14:09:25.686 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.686 INFO kablam! --> src/strong/balanced.rs:223:48 Oct 27 14:09:25.686 INFO kablam! | Oct 27 14:09:25.686 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Oct 27 14:09:25.686 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.686 INFO kablam! | Oct 27 14:09:25.686 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.686 INFO kablam! Oct 27 14:09:25.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.687 INFO kablam! --> src/strong/balanced.rs:248:24 Oct 27 14:09:25.687 INFO kablam! | Oct 27 14:09:25.687 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Oct 27 14:09:25.687 INFO kablam! | ^^^ Oct 27 14:09:25.687 INFO kablam! | Oct 27 14:09:25.687 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.687 INFO kablam! Oct 27 14:09:25.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.687 INFO kablam! --> src/strong/balanced.rs:248:29 Oct 27 14:09:25.687 INFO kablam! | Oct 27 14:09:25.687 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Oct 27 14:09:25.687 INFO kablam! | ^^^ Oct 27 14:09:25.687 INFO kablam! | Oct 27 14:09:25.687 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.687 INFO kablam! Oct 27 14:09:25.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.687 INFO kablam! --> src/strong/balanced.rs:248:34 Oct 27 14:09:25.687 INFO kablam! | Oct 27 14:09:25.687 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Oct 27 14:09:25.687 INFO kablam! | ^^^ Oct 27 14:09:25.687 INFO kablam! | Oct 27 14:09:25.688 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.688 INFO kablam! Oct 27 14:09:25.688 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.688 INFO kablam! --> src/strong/balanced.rs:248:39 Oct 27 14:09:25.688 INFO kablam! | Oct 27 14:09:25.688 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Oct 27 14:09:25.688 INFO kablam! | ^^^ Oct 27 14:09:25.688 INFO kablam! | Oct 27 14:09:25.688 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.688 INFO kablam! Oct 27 14:09:25.688 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.688 INFO kablam! --> src/strong/balanced.rs:254:26 Oct 27 14:09:25.688 INFO kablam! | Oct 27 14:09:25.688 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Oct 27 14:09:25.688 INFO kablam! | ^^^ Oct 27 14:09:25.688 INFO kablam! | Oct 27 14:09:25.688 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.688 INFO kablam! Oct 27 14:09:25.688 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.688 INFO kablam! --> src/strong/balanced.rs:254:31 Oct 27 14:09:25.688 INFO kablam! | Oct 27 14:09:25.688 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Oct 27 14:09:25.688 INFO kablam! | ^^^ Oct 27 14:09:25.689 INFO kablam! | Oct 27 14:09:25.689 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.689 INFO kablam! Oct 27 14:09:25.689 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.689 INFO kablam! --> src/strong/balanced.rs:254:36 Oct 27 14:09:25.689 INFO kablam! | Oct 27 14:09:25.689 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Oct 27 14:09:25.689 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.689 INFO kablam! | Oct 27 14:09:25.689 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.689 INFO kablam! Oct 27 14:09:25.689 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.689 INFO kablam! --> src/strong/balanced.rs:254:45 Oct 27 14:09:25.689 INFO kablam! | Oct 27 14:09:25.689 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Oct 27 14:09:25.689 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.689 INFO kablam! | Oct 27 14:09:25.689 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.689 INFO kablam! Oct 27 14:09:25.689 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.689 INFO kablam! --> src/strong/balanced.rs:261:18 Oct 27 14:09:25.690 INFO kablam! | Oct 27 14:09:25.690 INFO kablam! 261 | (Abs) IntAbs(Int): Int { Oct 27 14:09:25.690 INFO kablam! | ^^^ Oct 27 14:09:25.690 INFO kablam! | Oct 27 14:09:25.690 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.690 INFO kablam! Oct 27 14:09:25.690 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.690 INFO kablam! --> src/strong/balanced.rs:273:40 Oct 27 14:09:25.690 INFO kablam! | Oct 27 14:09:25.690 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:25.690 INFO kablam! | ^^^ Oct 27 14:09:25.690 INFO kablam! | Oct 27 14:09:25.690 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.690 INFO kablam! Oct 27 14:09:25.690 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.690 INFO kablam! --> src/strong/balanced.rs:273:45 Oct 27 14:09:25.690 INFO kablam! | Oct 27 14:09:25.690 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:25.690 INFO kablam! | ^^^ Oct 27 14:09:25.690 INFO kablam! | Oct 27 14:09:25.690 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.690 INFO kablam! Oct 27 14:09:25.691 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.691 INFO kablam! --> src/strong/balanced.rs:273:50 Oct 27 14:09:25.691 INFO kablam! | Oct 27 14:09:25.691 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:25.691 INFO kablam! | ^^^ Oct 27 14:09:25.691 INFO kablam! | Oct 27 14:09:25.691 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.691 INFO kablam! Oct 27 14:09:25.691 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.691 INFO kablam! --> src/strong/balanced.rs:273:55 Oct 27 14:09:25.691 INFO kablam! | Oct 27 14:09:25.691 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:25.691 INFO kablam! | ^^^ Oct 27 14:09:25.691 INFO kablam! | Oct 27 14:09:25.691 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.691 INFO kablam! Oct 27 14:09:25.691 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.691 INFO kablam! --> src/strong/balanced.rs:273:60 Oct 27 14:09:25.691 INFO kablam! | Oct 27 14:09:25.691 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:25.691 INFO kablam! | ^^^ Oct 27 14:09:25.691 INFO kablam! | Oct 27 14:09:25.692 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.692 INFO kablam! Oct 27 14:09:25.692 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.692 INFO kablam! --> src/strong/balanced.rs:273:65 Oct 27 14:09:25.692 INFO kablam! | Oct 27 14:09:25.692 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Oct 27 14:09:25.692 INFO kablam! | ^^^ Oct 27 14:09:25.692 INFO kablam! | Oct 27 14:09:25.692 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.692 INFO kablam! Oct 27 14:09:25.692 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.692 INFO kablam! --> src/strong/balanced.rs:284:18 Oct 27 14:09:25.692 INFO kablam! | Oct 27 14:09:25.692 INFO kablam! 284 | (Rev) IntRev(Int): Int { Oct 27 14:09:25.692 INFO kablam! | ^^^ Oct 27 14:09:25.692 INFO kablam! | Oct 27 14:09:25.692 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.692 INFO kablam! Oct 27 14:09:25.692 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.692 INFO kablam! --> src/strong/balanced.rs:290:34 Oct 27 14:09:25.692 INFO kablam! | Oct 27 14:09:25.692 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Oct 27 14:09:25.693 INFO kablam! | ^^^ Oct 27 14:09:25.693 INFO kablam! | Oct 27 14:09:25.693 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.693 INFO kablam! Oct 27 14:09:25.693 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.693 INFO kablam! --> src/strong/balanced.rs:290:39 Oct 27 14:09:25.693 INFO kablam! | Oct 27 14:09:25.693 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Oct 27 14:09:25.693 INFO kablam! | ^^^ Oct 27 14:09:25.693 INFO kablam! | Oct 27 14:09:25.693 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.693 INFO kablam! Oct 27 14:09:25.693 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.693 INFO kablam! --> src/strong/balanced.rs:302:18 Oct 27 14:09:25.693 INFO kablam! | Oct 27 14:09:25.693 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Oct 27 14:09:25.693 INFO kablam! | ^^^ Oct 27 14:09:25.693 INFO kablam! | Oct 27 14:09:25.693 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.693 INFO kablam! Oct 27 14:09:25.693 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.693 INFO kablam! --> src/strong/balanced.rs:302:23 Oct 27 14:09:25.693 INFO kablam! | Oct 27 14:09:25.694 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Oct 27 14:09:25.694 INFO kablam! | ^^^ Oct 27 14:09:25.694 INFO kablam! | Oct 27 14:09:25.694 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.694 INFO kablam! Oct 27 14:09:25.694 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.694 INFO kablam! --> src/strong/balanced.rs:326:18 Oct 27 14:09:25.694 INFO kablam! | Oct 27 14:09:25.694 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Oct 27 14:09:25.694 INFO kablam! | ^^^ Oct 27 14:09:25.694 INFO kablam! | Oct 27 14:09:25.694 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.694 INFO kablam! Oct 27 14:09:25.694 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.694 INFO kablam! --> src/strong/balanced.rs:326:23 Oct 27 14:09:25.694 INFO kablam! | Oct 27 14:09:25.694 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Oct 27 14:09:25.694 INFO kablam! | ^^^ Oct 27 14:09:25.694 INFO kablam! | Oct 27 14:09:25.694 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.694 INFO kablam! Oct 27 14:09:25.694 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.695 INFO kablam! --> src/strong/balanced.rs:349:34 Oct 27 14:09:25.695 INFO kablam! | Oct 27 14:09:25.695 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Oct 27 14:09:25.695 INFO kablam! | ^^^ Oct 27 14:09:25.695 INFO kablam! | Oct 27 14:09:25.695 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.695 INFO kablam! Oct 27 14:09:25.695 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.695 INFO kablam! --> src/strong/balanced.rs:349:39 Oct 27 14:09:25.695 INFO kablam! | Oct 27 14:09:25.695 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Oct 27 14:09:25.695 INFO kablam! | ^^^ Oct 27 14:09:25.695 INFO kablam! | Oct 27 14:09:25.695 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.695 INFO kablam! Oct 27 14:09:25.695 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 14:09:25.695 INFO kablam! --> src/strong/balanced.rs:349:44 Oct 27 14:09:25.695 INFO kablam! | Oct 27 14:09:25.695 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Oct 27 14:09:25.695 INFO kablam! | ^^^^^^^ Oct 27 14:09:25.695 INFO kablam! | Oct 27 14:09:25.695 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 14:09:25.695 INFO kablam! Oct 27 14:09:25.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.74s Oct 27 14:09:25.746 INFO kablam! su: No module specific data is present Oct 27 14:09:26.514 INFO running `"docker" "rm" "-f" "e89ae4d26e55850ed81adb6361168da1ac3397de7119bddd32b48a59b2e0f028"` Oct 27 14:09:26.763 INFO blam! e89ae4d26e55850ed81adb6361168da1ac3397de7119bddd32b48a59b2e0f028