Sep 19 18:33:00.319 INFO checking type-level-logic-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:33:00.319 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:33:00.319 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:33:00.503 INFO blam! 3c1111e993f007e24482928a01ecbe36f10805c283d1b6130c2bc26900766081 Sep 19 18:33:00.506 INFO running `"docker" "start" "-a" "3c1111e993f007e24482928a01ecbe36f10805c283d1b6130c2bc26900766081"` Sep 19 18:33:01.372 INFO kablam! usermod: no changes Sep 19 18:33:01.403 INFO kablam! Checking type-operators v0.3.5 Sep 19 18:33:01.600 INFO kablam! Checking type-level-logic v0.1.0 (/source) Sep 19 18:33:02.553 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.553 INFO kablam! --> src/strong/boolean.rs:9:19 Sep 19 18:33:02.553 INFO kablam! | Sep 19 18:33:02.553 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Sep 19 18:33:02.553 INFO kablam! | ^^^^ Sep 19 18:33:02.553 INFO kablam! | Sep 19 18:33:02.553 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 19 18:33:02.553 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.553 INFO kablam! Sep 19 18:33:02.553 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.553 INFO kablam! --> src/strong/boolean.rs:9:25 Sep 19 18:33:02.553 INFO kablam! | Sep 19 18:33:02.553 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Sep 19 18:33:02.553 INFO kablam! | ^^^^ Sep 19 18:33:02.553 INFO kablam! | Sep 19 18:33:02.553 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.553 INFO kablam! Sep 19 18:33:02.553 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.553 INFO kablam! --> src/strong/boolean.rs:17:17 Sep 19 18:33:02.553 INFO kablam! | Sep 19 18:33:02.553 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Sep 19 18:33:02.553 INFO kablam! | ^^^^ Sep 19 18:33:02.554 INFO kablam! | Sep 19 18:33:02.554 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.554 INFO kablam! Sep 19 18:33:02.554 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.554 INFO kablam! --> src/strong/boolean.rs:17:23 Sep 19 18:33:02.554 INFO kablam! | Sep 19 18:33:02.554 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Sep 19 18:33:02.554 INFO kablam! | ^^^^ Sep 19 18:33:02.554 INFO kablam! | Sep 19 18:33:02.554 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.554 INFO kablam! Sep 19 18:33:02.555 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.555 INFO kablam! --> src/strong/boolean.rs:26:25 Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Sep 19 18:33:02.555 INFO kablam! | ^^^^ Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.555 INFO kablam! Sep 19 18:33:02.555 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.555 INFO kablam! --> src/strong/boolean.rs:26:31 Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Sep 19 18:33:02.555 INFO kablam! | ^^^^ Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.555 INFO kablam! Sep 19 18:33:02.555 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.555 INFO kablam! --> src/strong/boolean.rs:35:25 Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Sep 19 18:33:02.555 INFO kablam! | ^^^^ Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.555 INFO kablam! Sep 19 18:33:02.555 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.555 INFO kablam! --> src/strong/boolean.rs:35:31 Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Sep 19 18:33:02.555 INFO kablam! | ^^^^ Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.555 INFO kablam! Sep 19 18:33:02.555 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.555 INFO kablam! --> src/strong/boolean.rs:43:19 Sep 19 18:33:02.555 INFO kablam! | Sep 19 18:33:02.555 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Sep 19 18:33:02.556 INFO kablam! | ^^^^ Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.556 INFO kablam! Sep 19 18:33:02.556 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.556 INFO kablam! --> src/strong/boolean.rs:43:25 Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Sep 19 18:33:02.556 INFO kablam! | ^^^^ Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.556 INFO kablam! Sep 19 18:33:02.556 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.556 INFO kablam! --> src/strong/ternary.rs:14:24 Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! 14 | (Nat2First) Nat2P1(NatPair): Nat { Sep 19 18:33:02.556 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.556 INFO kablam! Sep 19 18:33:02.556 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.556 INFO kablam! --> src/strong/ternary.rs:21:25 Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! 21 | (Nat2Second) Nat2P2(NatPair): Nat { Sep 19 18:33:02.556 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.556 INFO kablam! Sep 19 18:33:02.556 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.556 INFO kablam! --> src/strong/ternary.rs:29:20 Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! 29 | (Succ) NatSucc(Nat): Nat { Sep 19 18:33:02.556 INFO kablam! | ^^^ Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.556 INFO kablam! Sep 19 18:33:02.556 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.556 INFO kablam! --> src/strong/ternary.rs:41:20 Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! 41 | (Pred) NatPred(Nat): Nat { Sep 19 18:33:02.556 INFO kablam! | ^^^ Sep 19 18:33:02.556 INFO kablam! | Sep 19 18:33:02.556 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.556 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:53:32 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! 53 | (DoublePred) NatDoublePred(Nat): Nat { Sep 19 18:33:02.557 INFO kablam! | ^^^ Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.557 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:68:24 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! 68 | (Triple) NatTriple(Nat): Nat { Sep 19 18:33:02.557 INFO kablam! | ^^^ Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.557 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:81:24 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! 81 | (Unique) NatUnique(Nat): Nat { Sep 19 18:33:02.557 INFO kablam! | ^^^ Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.557 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:95:18 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Sep 19 18:33:02.557 INFO kablam! | ^^^ Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.557 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:95:23 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Sep 19 18:33:02.557 INFO kablam! | ^^^ Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.557 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:128:38 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! 128 | (TriplePlusOne) NatTriplePlusOne(Nat): Nat { Sep 19 18:33:02.557 INFO kablam! | ^^^ Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.557 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:139:38 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! 139 | (TriplePlusTwo) NatTriplePlusTwo(Nat): Nat { Sep 19 18:33:02.557 INFO kablam! | ^^^ Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.557 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:152:18 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Sep 19 18:33:02.557 INFO kablam! | ^^^ Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.557 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.557 INFO kablam! Sep 19 18:33:02.557 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.557 INFO kablam! --> src/strong/ternary.rs:152:23 Sep 19 18:33:02.557 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.558 INFO kablam! Sep 19 18:33:02.558 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.558 INFO kablam! --> src/strong/ternary.rs:185:18 Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.558 INFO kablam! Sep 19 18:33:02.558 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.558 INFO kablam! --> src/strong/ternary.rs:185:23 Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.558 INFO kablam! Sep 19 18:33:02.558 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.558 INFO kablam! --> src/strong/ternary.rs:220:18 Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.558 INFO kablam! Sep 19 18:33:02.558 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.558 INFO kablam! --> src/strong/ternary.rs:220:23 Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.558 INFO kablam! Sep 19 18:33:02.558 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.558 INFO kablam! --> src/strong/ternary.rs:220:28 Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.558 INFO kablam! Sep 19 18:33:02.558 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.558 INFO kablam! --> src/strong/ternary.rs:220:33 Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.558 INFO kablam! Sep 19 18:33:02.558 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.558 INFO kablam! --> src/strong/ternary.rs:220:38 Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.558 INFO kablam! Sep 19 18:33:02.558 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.558 INFO kablam! --> src/strong/ternary.rs:247:28 Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.558 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 19 18:33:02.558 INFO kablam! | ^^^ Sep 19 18:33:02.558 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:247:33 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 19 18:33:02.559 INFO kablam! | ^^^ Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:247:38 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 19 18:33:02.559 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:262:18 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 262 | (Rev) NatRev(Nat): Nat { Sep 19 18:33:02.559 INFO kablam! | ^^^ Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:268:34 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Sep 19 18:33:02.559 INFO kablam! | ^^^ Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:268:39 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Sep 19 18:33:02.559 INFO kablam! | ^^^ Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:281:18 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Sep 19 18:33:02.559 INFO kablam! | ^^^ Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:281:23 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Sep 19 18:33:02.559 INFO kablam! | ^^^ Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:306:18 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Sep 19 18:33:02.559 INFO kablam! | ^^^ Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.559 INFO kablam! Sep 19 18:33:02.559 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.559 INFO kablam! --> src/strong/ternary.rs:306:23 Sep 19 18:33:02.559 INFO kablam! | Sep 19 18:33:02.559 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Sep 19 18:33:02.560 INFO kablam! | ^^^ Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.560 INFO kablam! Sep 19 18:33:02.560 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.560 INFO kablam! --> src/strong/ternary.rs:329:34 Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 19 18:33:02.560 INFO kablam! | ^^^ Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.560 INFO kablam! Sep 19 18:33:02.560 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.560 INFO kablam! --> src/strong/ternary.rs:329:39 Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 19 18:33:02.560 INFO kablam! | ^^^ Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.560 INFO kablam! Sep 19 18:33:02.560 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.560 INFO kablam! --> src/strong/ternary.rs:329:44 Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 19 18:33:02.560 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.560 INFO kablam! Sep 19 18:33:02.560 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.560 INFO kablam! --> src/strong/balanced.rs:10:24 Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! 10 | (Int2First) Int2P1(IntPair): Int { Sep 19 18:33:02.560 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.560 INFO kablam! Sep 19 18:33:02.560 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.560 INFO kablam! --> src/strong/balanced.rs:17:25 Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! 17 | (Int2Second) Int2P2(IntPair): Int { Sep 19 18:33:02.560 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.560 INFO kablam! Sep 19 18:33:02.560 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.560 INFO kablam! --> src/strong/balanced.rs:24:20 Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! 24 | (Succ) IntSucc(Int): Int { Sep 19 18:33:02.560 INFO kablam! | ^^^ Sep 19 18:33:02.560 INFO kablam! | Sep 19 18:33:02.560 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.560 INFO kablam! Sep 19 18:33:02.560 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.561 INFO kablam! --> src/strong/balanced.rs:35:20 Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! 35 | (Pred) IntPred(Int): Int { Sep 19 18:33:02.561 INFO kablam! | ^^^ Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.561 INFO kablam! Sep 19 18:33:02.561 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.561 INFO kablam! --> src/strong/balanced.rs:49:24 Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! 49 | (Triple) IntTriple(Int): Int { Sep 19 18:33:02.561 INFO kablam! | ^^^ Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.561 INFO kablam! Sep 19 18:33:02.561 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.561 INFO kablam! --> src/strong/balanced.rs:62:24 Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! 62 | (IntUnique) Unique(Int): Int { Sep 19 18:33:02.561 INFO kablam! | ^^^ Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.561 INFO kablam! Sep 19 18:33:02.561 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.561 INFO kablam! --> src/strong/balanced.rs:80:18 Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! 80 | (Neg) IntNeg(Int): Int { Sep 19 18:33:02.561 INFO kablam! | ^^^ Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.561 INFO kablam! Sep 19 18:33:02.561 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.561 INFO kablam! --> src/strong/balanced.rs:94:18 Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.561 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Sep 19 18:33:02.561 INFO kablam! | ^^^ Sep 19 18:33:02.561 INFO kablam! | Sep 19 18:33:02.562 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.562 INFO kablam! Sep 19 18:33:02.563 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.563 INFO kablam! --> src/strong/balanced.rs:94:23 Sep 19 18:33:02.563 INFO kablam! | Sep 19 18:33:02.563 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Sep 19 18:33:02.563 INFO kablam! | ^^^ Sep 19 18:33:02.563 INFO kablam! | Sep 19 18:33:02.563 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.564 INFO kablam! Sep 19 18:33:02.564 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.564 INFO kablam! --> src/strong/balanced.rs:127:18 Sep 19 18:33:02.564 INFO kablam! | Sep 19 18:33:02.564 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Sep 19 18:33:02.564 INFO kablam! | ^^^ Sep 19 18:33:02.565 INFO kablam! | Sep 19 18:33:02.565 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.565 INFO kablam! Sep 19 18:33:02.565 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.565 INFO kablam! --> src/strong/balanced.rs:127:23 Sep 19 18:33:02.565 INFO kablam! | Sep 19 18:33:02.565 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Sep 19 18:33:02.565 INFO kablam! | ^^^ Sep 19 18:33:02.565 INFO kablam! | Sep 19 18:33:02.565 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.565 INFO kablam! Sep 19 18:33:02.565 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.565 INFO kablam! --> src/strong/balanced.rs:160:18 Sep 19 18:33:02.565 INFO kablam! | Sep 19 18:33:02.566 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Sep 19 18:33:02.566 INFO kablam! | ^^^ Sep 19 18:33:02.566 INFO kablam! | Sep 19 18:33:02.566 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.566 INFO kablam! Sep 19 18:33:02.566 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.566 INFO kablam! --> src/strong/balanced.rs:160:23 Sep 19 18:33:02.566 INFO kablam! | Sep 19 18:33:02.566 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Sep 19 18:33:02.566 INFO kablam! | ^^^ Sep 19 18:33:02.566 INFO kablam! | Sep 19 18:33:02.566 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.566 INFO kablam! Sep 19 18:33:02.566 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.566 INFO kablam! --> src/strong/balanced.rs:196:18 Sep 19 18:33:02.566 INFO kablam! | Sep 19 18:33:02.566 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:02.566 INFO kablam! | ^^^ Sep 19 18:33:02.566 INFO kablam! | Sep 19 18:33:02.568 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.568 INFO kablam! Sep 19 18:33:02.568 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.568 INFO kablam! --> src/strong/balanced.rs:196:23 Sep 19 18:33:02.568 INFO kablam! | Sep 19 18:33:02.568 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:02.568 INFO kablam! | ^^^ Sep 19 18:33:02.568 INFO kablam! | Sep 19 18:33:02.568 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.568 INFO kablam! Sep 19 18:33:02.568 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.568 INFO kablam! --> src/strong/balanced.rs:196:28 Sep 19 18:33:02.568 INFO kablam! | Sep 19 18:33:02.568 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:02.568 INFO kablam! | ^^^ Sep 19 18:33:02.568 INFO kablam! | Sep 19 18:33:02.568 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.568 INFO kablam! Sep 19 18:33:02.568 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.568 INFO kablam! --> src/strong/balanced.rs:196:33 Sep 19 18:33:02.568 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:02.569 INFO kablam! | ^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:196:38 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:02.569 INFO kablam! | ^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:223:20 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:02.569 INFO kablam! | ^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:223:25 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:02.569 INFO kablam! | ^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:223:30 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:02.569 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:223:39 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:02.569 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:223:48 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:02.569 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:248:24 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 19 18:33:02.569 INFO kablam! | ^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:248:29 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 19 18:33:02.569 INFO kablam! | ^^^ Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.569 INFO kablam! Sep 19 18:33:02.569 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.569 INFO kablam! --> src/strong/balanced.rs:248:34 Sep 19 18:33:02.569 INFO kablam! | Sep 19 18:33:02.569 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 19 18:33:02.569 INFO kablam! | ^^^ Sep 19 18:33:02.570 INFO kablam! | Sep 19 18:33:02.570 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.570 INFO kablam! Sep 19 18:33:02.570 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.570 INFO kablam! --> src/strong/balanced.rs:248:39 Sep 19 18:33:02.570 INFO kablam! | Sep 19 18:33:02.570 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 19 18:33:02.570 INFO kablam! | ^^^ Sep 19 18:33:02.570 INFO kablam! | Sep 19 18:33:02.570 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.570 INFO kablam! Sep 19 18:33:02.570 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.570 INFO kablam! --> src/strong/balanced.rs:254:26 Sep 19 18:33:02.570 INFO kablam! | Sep 19 18:33:02.570 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 19 18:33:02.570 INFO kablam! | ^^^ Sep 19 18:33:02.570 INFO kablam! | Sep 19 18:33:02.570 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.570 INFO kablam! Sep 19 18:33:02.570 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.570 INFO kablam! --> src/strong/balanced.rs:254:31 Sep 19 18:33:02.570 INFO kablam! | Sep 19 18:33:02.570 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 19 18:33:02.570 INFO kablam! | ^^^ Sep 19 18:33:02.570 INFO kablam! | Sep 19 18:33:02.570 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.570 INFO kablam! Sep 19 18:33:02.570 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.570 INFO kablam! --> src/strong/balanced.rs:254:36 Sep 19 18:33:02.570 INFO kablam! | Sep 19 18:33:02.570 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 19 18:33:02.572 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.572 INFO kablam! Sep 19 18:33:02.572 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.572 INFO kablam! --> src/strong/balanced.rs:254:45 Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 19 18:33:02.572 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.572 INFO kablam! Sep 19 18:33:02.572 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.572 INFO kablam! --> src/strong/balanced.rs:261:18 Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! 261 | (Abs) IntAbs(Int): Int { Sep 19 18:33:02.572 INFO kablam! | ^^^ Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.572 INFO kablam! Sep 19 18:33:02.572 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.572 INFO kablam! --> src/strong/balanced.rs:273:40 Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:02.572 INFO kablam! | ^^^ Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.572 INFO kablam! Sep 19 18:33:02.572 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.572 INFO kablam! --> src/strong/balanced.rs:273:45 Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:02.572 INFO kablam! | ^^^ Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.572 INFO kablam! Sep 19 18:33:02.572 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.572 INFO kablam! --> src/strong/balanced.rs:273:50 Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:02.572 INFO kablam! | ^^^ Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.572 INFO kablam! Sep 19 18:33:02.572 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.572 INFO kablam! --> src/strong/balanced.rs:273:55 Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:02.572 INFO kablam! | ^^^ Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.572 INFO kablam! Sep 19 18:33:02.572 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.572 INFO kablam! --> src/strong/balanced.rs:273:60 Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:02.572 INFO kablam! | ^^^ Sep 19 18:33:02.572 INFO kablam! | Sep 19 18:33:02.572 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.572 INFO kablam! Sep 19 18:33:02.573 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.573 INFO kablam! --> src/strong/balanced.rs:273:65 Sep 19 18:33:02.573 INFO kablam! | Sep 19 18:33:02.573 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:02.573 INFO kablam! | ^^^ Sep 19 18:33:02.573 INFO kablam! | Sep 19 18:33:02.573 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.573 INFO kablam! Sep 19 18:33:02.573 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.573 INFO kablam! --> src/strong/balanced.rs:284:18 Sep 19 18:33:02.573 INFO kablam! | Sep 19 18:33:02.573 INFO kablam! 284 | (Rev) IntRev(Int): Int { Sep 19 18:33:02.573 INFO kablam! | ^^^ Sep 19 18:33:02.573 INFO kablam! | Sep 19 18:33:02.573 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.573 INFO kablam! Sep 19 18:33:02.574 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.574 INFO kablam! --> src/strong/balanced.rs:290:34 Sep 19 18:33:02.574 INFO kablam! | Sep 19 18:33:02.574 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Sep 19 18:33:02.574 INFO kablam! | ^^^ Sep 19 18:33:02.574 INFO kablam! | Sep 19 18:33:02.574 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.574 INFO kablam! Sep 19 18:33:02.574 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.575 INFO kablam! --> src/strong/balanced.rs:290:39 Sep 19 18:33:02.575 INFO kablam! | Sep 19 18:33:02.575 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Sep 19 18:33:02.575 INFO kablam! | ^^^ Sep 19 18:33:02.575 INFO kablam! | Sep 19 18:33:02.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.575 INFO kablam! Sep 19 18:33:02.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.575 INFO kablam! --> src/strong/balanced.rs:302:18 Sep 19 18:33:02.575 INFO kablam! | Sep 19 18:33:02.575 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Sep 19 18:33:02.575 INFO kablam! | ^^^ Sep 19 18:33:02.575 INFO kablam! | Sep 19 18:33:02.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.575 INFO kablam! Sep 19 18:33:02.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.575 INFO kablam! --> src/strong/balanced.rs:302:23 Sep 19 18:33:02.575 INFO kablam! | Sep 19 18:33:02.575 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Sep 19 18:33:02.575 INFO kablam! | ^^^ Sep 19 18:33:02.575 INFO kablam! | Sep 19 18:33:02.576 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.576 INFO kablam! Sep 19 18:33:02.576 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.576 INFO kablam! --> src/strong/balanced.rs:326:18 Sep 19 18:33:02.576 INFO kablam! | Sep 19 18:33:02.576 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Sep 19 18:33:02.576 INFO kablam! | ^^^ Sep 19 18:33:02.576 INFO kablam! | Sep 19 18:33:02.576 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.576 INFO kablam! Sep 19 18:33:02.576 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.576 INFO kablam! --> src/strong/balanced.rs:326:23 Sep 19 18:33:02.576 INFO kablam! | Sep 19 18:33:02.576 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Sep 19 18:33:02.576 INFO kablam! | ^^^ Sep 19 18:33:02.576 INFO kablam! | Sep 19 18:33:02.576 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.576 INFO kablam! Sep 19 18:33:02.576 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.576 INFO kablam! --> src/strong/balanced.rs:349:34 Sep 19 18:33:02.576 INFO kablam! | Sep 19 18:33:02.576 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 19 18:33:02.576 INFO kablam! | ^^^ Sep 19 18:33:02.577 INFO kablam! | Sep 19 18:33:02.577 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.577 INFO kablam! Sep 19 18:33:02.577 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.577 INFO kablam! --> src/strong/balanced.rs:349:39 Sep 19 18:33:02.577 INFO kablam! | Sep 19 18:33:02.577 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 19 18:33:02.577 INFO kablam! | ^^^ Sep 19 18:33:02.577 INFO kablam! | Sep 19 18:33:02.577 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.577 INFO kablam! Sep 19 18:33:02.577 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:02.577 INFO kablam! --> src/strong/balanced.rs:349:44 Sep 19 18:33:02.577 INFO kablam! | Sep 19 18:33:02.577 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 19 18:33:02.577 INFO kablam! | ^^^^^^^ Sep 19 18:33:02.577 INFO kablam! | Sep 19 18:33:02.577 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:02.577 INFO kablam! Sep 19 18:33:03.799 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.799 INFO kablam! --> src/strong/boolean.rs:9:19 Sep 19 18:33:03.799 INFO kablam! | Sep 19 18:33:03.799 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Sep 19 18:33:03.799 INFO kablam! | ^^^^ Sep 19 18:33:03.799 INFO kablam! | Sep 19 18:33:03.799 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 19 18:33:03.799 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.799 INFO kablam! Sep 19 18:33:03.799 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.799 INFO kablam! --> src/strong/boolean.rs:9:25 Sep 19 18:33:03.799 INFO kablam! | Sep 19 18:33:03.799 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Sep 19 18:33:03.799 INFO kablam! | ^^^^ Sep 19 18:33:03.799 INFO kablam! | Sep 19 18:33:03.799 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.799 INFO kablam! Sep 19 18:33:03.799 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.799 INFO kablam! --> src/strong/boolean.rs:17:17 Sep 19 18:33:03.799 INFO kablam! | Sep 19 18:33:03.799 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Sep 19 18:33:03.799 INFO kablam! | ^^^^ Sep 19 18:33:03.799 INFO kablam! | Sep 19 18:33:03.799 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.799 INFO kablam! Sep 19 18:33:03.799 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.799 INFO kablam! --> src/strong/boolean.rs:17:23 Sep 19 18:33:03.799 INFO kablam! | Sep 19 18:33:03.799 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Sep 19 18:33:03.799 INFO kablam! | ^^^^ Sep 19 18:33:03.799 INFO kablam! | Sep 19 18:33:03.799 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.799 INFO kablam! Sep 19 18:33:03.799 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.799 INFO kablam! --> src/strong/boolean.rs:26:25 Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Sep 19 18:33:03.800 INFO kablam! | ^^^^ Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.800 INFO kablam! Sep 19 18:33:03.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.800 INFO kablam! --> src/strong/boolean.rs:26:31 Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Sep 19 18:33:03.800 INFO kablam! | ^^^^ Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.800 INFO kablam! Sep 19 18:33:03.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.800 INFO kablam! --> src/strong/boolean.rs:35:25 Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Sep 19 18:33:03.800 INFO kablam! | ^^^^ Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.800 INFO kablam! Sep 19 18:33:03.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.800 INFO kablam! --> src/strong/boolean.rs:35:31 Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Sep 19 18:33:03.800 INFO kablam! | ^^^^ Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.800 INFO kablam! Sep 19 18:33:03.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.800 INFO kablam! --> src/strong/boolean.rs:43:19 Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Sep 19 18:33:03.800 INFO kablam! | ^^^^ Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.800 INFO kablam! Sep 19 18:33:03.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.800 INFO kablam! --> src/strong/boolean.rs:43:25 Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Sep 19 18:33:03.800 INFO kablam! | ^^^^ Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.800 INFO kablam! Sep 19 18:33:03.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.800 INFO kablam! --> src/strong/ternary.rs:14:24 Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! 14 | (Nat2First) Nat2P1(NatPair): Nat { Sep 19 18:33:03.800 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.800 INFO kablam! | Sep 19 18:33:03.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.800 INFO kablam! Sep 19 18:33:03.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.800 INFO kablam! --> src/strong/ternary.rs:21:25 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 21 | (Nat2Second) Nat2P2(NatPair): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.801 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.801 INFO kablam! --> src/strong/ternary.rs:29:20 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 29 | (Succ) NatSucc(Nat): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.801 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.801 INFO kablam! --> src/strong/ternary.rs:41:20 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 41 | (Pred) NatPred(Nat): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.801 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.801 INFO kablam! --> src/strong/ternary.rs:53:32 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 53 | (DoublePred) NatDoublePred(Nat): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.801 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.801 INFO kablam! --> src/strong/ternary.rs:68:24 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 68 | (Triple) NatTriple(Nat): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.801 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.801 INFO kablam! --> src/strong/ternary.rs:81:24 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 81 | (Unique) NatUnique(Nat): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.801 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.801 INFO kablam! --> src/strong/ternary.rs:95:18 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.801 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.801 INFO kablam! --> src/strong/ternary.rs:95:23 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.801 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.801 INFO kablam! --> src/strong/ternary.rs:128:38 Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! 128 | (TriplePlusOne) NatTriplePlusOne(Nat): Nat { Sep 19 18:33:03.801 INFO kablam! | ^^^ Sep 19 18:33:03.801 INFO kablam! | Sep 19 18:33:03.801 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.801 INFO kablam! Sep 19 18:33:03.802 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.802 INFO kablam! --> src/strong/ternary.rs:139:38 Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! 139 | (TriplePlusTwo) NatTriplePlusTwo(Nat): Nat { Sep 19 18:33:03.802 INFO kablam! | ^^^ Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.802 INFO kablam! Sep 19 18:33:03.802 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.802 INFO kablam! --> src/strong/ternary.rs:152:18 Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Sep 19 18:33:03.802 INFO kablam! | ^^^ Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.802 INFO kablam! Sep 19 18:33:03.802 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.802 INFO kablam! --> src/strong/ternary.rs:152:23 Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Sep 19 18:33:03.802 INFO kablam! | ^^^ Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.802 INFO kablam! Sep 19 18:33:03.802 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.802 INFO kablam! --> src/strong/ternary.rs:185:18 Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Sep 19 18:33:03.802 INFO kablam! | ^^^ Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.802 INFO kablam! Sep 19 18:33:03.802 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.802 INFO kablam! --> src/strong/ternary.rs:185:23 Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Sep 19 18:33:03.802 INFO kablam! | ^^^ Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.802 INFO kablam! Sep 19 18:33:03.802 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.802 INFO kablam! --> src/strong/ternary.rs:220:18 Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:03.802 INFO kablam! | ^^^ Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.802 INFO kablam! Sep 19 18:33:03.802 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.802 INFO kablam! --> src/strong/ternary.rs:220:23 Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:03.802 INFO kablam! | ^^^ Sep 19 18:33:03.802 INFO kablam! | Sep 19 18:33:03.802 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.802 INFO kablam! Sep 19 18:33:03.803 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.803 INFO kablam! --> src/strong/ternary.rs:220:28 Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:03.803 INFO kablam! | ^^^ Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.803 INFO kablam! Sep 19 18:33:03.803 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.803 INFO kablam! --> src/strong/ternary.rs:220:33 Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:03.803 INFO kablam! | ^^^ Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.803 INFO kablam! Sep 19 18:33:03.803 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.803 INFO kablam! --> src/strong/ternary.rs:220:38 Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 19 18:33:03.803 INFO kablam! | ^^^ Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.803 INFO kablam! Sep 19 18:33:03.803 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.803 INFO kablam! --> src/strong/ternary.rs:247:28 Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 19 18:33:03.803 INFO kablam! | ^^^ Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.803 INFO kablam! Sep 19 18:33:03.803 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.803 INFO kablam! --> src/strong/ternary.rs:247:33 Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 19 18:33:03.803 INFO kablam! | ^^^ Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.803 INFO kablam! Sep 19 18:33:03.803 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.803 INFO kablam! --> src/strong/ternary.rs:247:38 Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 19 18:33:03.803 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.803 INFO kablam! Sep 19 18:33:03.803 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.803 INFO kablam! --> src/strong/ternary.rs:262:18 Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! 262 | (Rev) NatRev(Nat): Nat { Sep 19 18:33:03.803 INFO kablam! | ^^^ Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.803 INFO kablam! Sep 19 18:33:03.803 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.803 INFO kablam! --> src/strong/ternary.rs:268:34 Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Sep 19 18:33:03.803 INFO kablam! | ^^^ Sep 19 18:33:03.803 INFO kablam! | Sep 19 18:33:03.803 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.803 INFO kablam! Sep 19 18:33:03.804 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.804 INFO kablam! --> src/strong/ternary.rs:268:39 Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Sep 19 18:33:03.804 INFO kablam! | ^^^ Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.804 INFO kablam! Sep 19 18:33:03.804 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.804 INFO kablam! --> src/strong/ternary.rs:281:18 Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Sep 19 18:33:03.804 INFO kablam! | ^^^ Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.804 INFO kablam! Sep 19 18:33:03.804 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.804 INFO kablam! --> src/strong/ternary.rs:281:23 Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Sep 19 18:33:03.804 INFO kablam! | ^^^ Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.804 INFO kablam! Sep 19 18:33:03.804 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.804 INFO kablam! --> src/strong/ternary.rs:306:18 Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Sep 19 18:33:03.804 INFO kablam! | ^^^ Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.804 INFO kablam! Sep 19 18:33:03.804 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.804 INFO kablam! --> src/strong/ternary.rs:306:23 Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Sep 19 18:33:03.804 INFO kablam! | ^^^ Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.804 INFO kablam! Sep 19 18:33:03.804 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.804 INFO kablam! --> src/strong/ternary.rs:329:34 Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 19 18:33:03.804 INFO kablam! | ^^^ Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.804 INFO kablam! Sep 19 18:33:03.804 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.804 INFO kablam! --> src/strong/ternary.rs:329:39 Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.804 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 19 18:33:03.804 INFO kablam! | ^^^ Sep 19 18:33:03.804 INFO kablam! | Sep 19 18:33:03.805 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.805 INFO kablam! Sep 19 18:33:03.805 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.805 INFO kablam! --> src/strong/ternary.rs:329:44 Sep 19 18:33:03.805 INFO kablam! | Sep 19 18:33:03.805 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 19 18:33:03.805 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.805 INFO kablam! | Sep 19 18:33:03.805 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.805 INFO kablam! Sep 19 18:33:03.809 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.809 INFO kablam! --> src/strong/balanced.rs:10:24 Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! 10 | (Int2First) Int2P1(IntPair): Int { Sep 19 18:33:03.809 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.809 INFO kablam! Sep 19 18:33:03.809 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.809 INFO kablam! --> src/strong/balanced.rs:17:25 Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! 17 | (Int2Second) Int2P2(IntPair): Int { Sep 19 18:33:03.809 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.809 INFO kablam! Sep 19 18:33:03.809 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.809 INFO kablam! --> src/strong/balanced.rs:24:20 Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! 24 | (Succ) IntSucc(Int): Int { Sep 19 18:33:03.809 INFO kablam! | ^^^ Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.809 INFO kablam! Sep 19 18:33:03.809 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.809 INFO kablam! --> src/strong/balanced.rs:35:20 Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! 35 | (Pred) IntPred(Int): Int { Sep 19 18:33:03.809 INFO kablam! | ^^^ Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.809 INFO kablam! Sep 19 18:33:03.809 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.809 INFO kablam! --> src/strong/balanced.rs:49:24 Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! 49 | (Triple) IntTriple(Int): Int { Sep 19 18:33:03.809 INFO kablam! | ^^^ Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.809 INFO kablam! Sep 19 18:33:03.809 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.809 INFO kablam! --> src/strong/balanced.rs:62:24 Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.809 INFO kablam! 62 | (IntUnique) Unique(Int): Int { Sep 19 18:33:03.809 INFO kablam! | ^^^ Sep 19 18:33:03.809 INFO kablam! | Sep 19 18:33:03.810 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.810 INFO kablam! Sep 19 18:33:03.810 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.810 INFO kablam! --> src/strong/balanced.rs:80:18 Sep 19 18:33:03.810 INFO kablam! | Sep 19 18:33:03.810 INFO kablam! 80 | (Neg) IntNeg(Int): Int { Sep 19 18:33:03.810 INFO kablam! | ^^^ Sep 19 18:33:03.810 INFO kablam! | Sep 19 18:33:03.810 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.810 INFO kablam! Sep 19 18:33:03.810 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.810 INFO kablam! --> src/strong/balanced.rs:94:18 Sep 19 18:33:03.810 INFO kablam! | Sep 19 18:33:03.810 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Sep 19 18:33:03.810 INFO kablam! | ^^^ Sep 19 18:33:03.810 INFO kablam! | Sep 19 18:33:03.810 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.810 INFO kablam! Sep 19 18:33:03.810 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.810 INFO kablam! --> src/strong/balanced.rs:94:23 Sep 19 18:33:03.810 INFO kablam! | Sep 19 18:33:03.810 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Sep 19 18:33:03.810 INFO kablam! | ^^^ Sep 19 18:33:03.810 INFO kablam! | Sep 19 18:33:03.810 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.810 INFO kablam! Sep 19 18:33:03.810 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.810 INFO kablam! --> src/strong/balanced.rs:127:18 Sep 19 18:33:03.810 INFO kablam! | Sep 19 18:33:03.810 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Sep 19 18:33:03.810 INFO kablam! | ^^^ Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.811 INFO kablam! Sep 19 18:33:03.811 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.811 INFO kablam! --> src/strong/balanced.rs:127:23 Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Sep 19 18:33:03.811 INFO kablam! | ^^^ Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.811 INFO kablam! Sep 19 18:33:03.811 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.811 INFO kablam! --> src/strong/balanced.rs:160:18 Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Sep 19 18:33:03.811 INFO kablam! | ^^^ Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.811 INFO kablam! Sep 19 18:33:03.811 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.811 INFO kablam! --> src/strong/balanced.rs:160:23 Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Sep 19 18:33:03.811 INFO kablam! | ^^^ Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.811 INFO kablam! Sep 19 18:33:03.811 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.811 INFO kablam! --> src/strong/balanced.rs:196:18 Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:03.811 INFO kablam! | ^^^ Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.811 INFO kablam! Sep 19 18:33:03.811 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.811 INFO kablam! --> src/strong/balanced.rs:196:23 Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:03.811 INFO kablam! | ^^^ Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.811 INFO kablam! Sep 19 18:33:03.811 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.811 INFO kablam! --> src/strong/balanced.rs:196:28 Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:03.811 INFO kablam! | ^^^ Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.811 INFO kablam! Sep 19 18:33:03.811 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.811 INFO kablam! --> src/strong/balanced.rs:196:33 Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:03.811 INFO kablam! | ^^^ Sep 19 18:33:03.811 INFO kablam! | Sep 19 18:33:03.811 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.811 INFO kablam! Sep 19 18:33:03.811 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.811 INFO kablam! --> src/strong/balanced.rs:196:38 Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 19 18:33:03.812 INFO kablam! | ^^^ Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.812 INFO kablam! Sep 19 18:33:03.812 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.812 INFO kablam! --> src/strong/balanced.rs:223:20 Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:03.812 INFO kablam! | ^^^ Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.812 INFO kablam! Sep 19 18:33:03.812 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.812 INFO kablam! --> src/strong/balanced.rs:223:25 Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:03.812 INFO kablam! | ^^^ Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.812 INFO kablam! Sep 19 18:33:03.812 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.812 INFO kablam! --> src/strong/balanced.rs:223:30 Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:03.812 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.812 INFO kablam! Sep 19 18:33:03.812 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.812 INFO kablam! --> src/strong/balanced.rs:223:39 Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:03.812 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.812 INFO kablam! Sep 19 18:33:03.812 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.812 INFO kablam! --> src/strong/balanced.rs:223:48 Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 19 18:33:03.812 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.812 INFO kablam! Sep 19 18:33:03.812 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.812 INFO kablam! --> src/strong/balanced.rs:248:24 Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 19 18:33:03.812 INFO kablam! | ^^^ Sep 19 18:33:03.812 INFO kablam! | Sep 19 18:33:03.812 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.813 INFO kablam! Sep 19 18:33:03.813 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.813 INFO kablam! --> src/strong/balanced.rs:248:29 Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 19 18:33:03.813 INFO kablam! | ^^^ Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.813 INFO kablam! Sep 19 18:33:03.813 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.813 INFO kablam! --> src/strong/balanced.rs:248:34 Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 19 18:33:03.813 INFO kablam! | ^^^ Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.813 INFO kablam! Sep 19 18:33:03.813 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.813 INFO kablam! --> src/strong/balanced.rs:248:39 Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 19 18:33:03.813 INFO kablam! | ^^^ Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.813 INFO kablam! Sep 19 18:33:03.813 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.813 INFO kablam! --> src/strong/balanced.rs:254:26 Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 19 18:33:03.813 INFO kablam! | ^^^ Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.813 INFO kablam! Sep 19 18:33:03.813 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.813 INFO kablam! --> src/strong/balanced.rs:254:31 Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 19 18:33:03.813 INFO kablam! | ^^^ Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.813 INFO kablam! Sep 19 18:33:03.813 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.813 INFO kablam! --> src/strong/balanced.rs:254:36 Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.813 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 19 18:33:03.813 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.813 INFO kablam! | Sep 19 18:33:03.814 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.814 INFO kablam! Sep 19 18:33:03.814 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.814 INFO kablam! --> src/strong/balanced.rs:254:45 Sep 19 18:33:03.814 INFO kablam! | Sep 19 18:33:03.814 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 19 18:33:03.814 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.814 INFO kablam! | Sep 19 18:33:03.814 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.814 INFO kablam! Sep 19 18:33:03.814 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.814 INFO kablam! --> src/strong/balanced.rs:261:18 Sep 19 18:33:03.814 INFO kablam! | Sep 19 18:33:03.814 INFO kablam! 261 | (Abs) IntAbs(Int): Int { Sep 19 18:33:03.814 INFO kablam! | ^^^ Sep 19 18:33:03.814 INFO kablam! | Sep 19 18:33:03.814 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.814 INFO kablam! Sep 19 18:33:03.814 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.814 INFO kablam! --> src/strong/balanced.rs:273:40 Sep 19 18:33:03.814 INFO kablam! | Sep 19 18:33:03.814 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:03.814 INFO kablam! | ^^^ Sep 19 18:33:03.814 INFO kablam! | Sep 19 18:33:03.814 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.814 INFO kablam! Sep 19 18:33:03.814 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.814 INFO kablam! --> src/strong/balanced.rs:273:45 Sep 19 18:33:03.814 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:03.815 INFO kablam! | ^^^ Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.815 INFO kablam! Sep 19 18:33:03.815 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.815 INFO kablam! --> src/strong/balanced.rs:273:50 Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:03.815 INFO kablam! | ^^^ Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.815 INFO kablam! Sep 19 18:33:03.815 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.815 INFO kablam! --> src/strong/balanced.rs:273:55 Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:03.815 INFO kablam! | ^^^ Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.815 INFO kablam! Sep 19 18:33:03.815 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.815 INFO kablam! --> src/strong/balanced.rs:273:60 Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:03.815 INFO kablam! | ^^^ Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.815 INFO kablam! Sep 19 18:33:03.815 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.815 INFO kablam! --> src/strong/balanced.rs:273:65 Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 19 18:33:03.815 INFO kablam! | ^^^ Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.815 INFO kablam! Sep 19 18:33:03.815 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.815 INFO kablam! --> src/strong/balanced.rs:284:18 Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! 284 | (Rev) IntRev(Int): Int { Sep 19 18:33:03.815 INFO kablam! | ^^^ Sep 19 18:33:03.815 INFO kablam! | Sep 19 18:33:03.815 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.815 INFO kablam! Sep 19 18:33:03.816 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.816 INFO kablam! --> src/strong/balanced.rs:290:34 Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Sep 19 18:33:03.816 INFO kablam! | ^^^ Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.816 INFO kablam! Sep 19 18:33:03.816 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.816 INFO kablam! --> src/strong/balanced.rs:290:39 Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Sep 19 18:33:03.816 INFO kablam! | ^^^ Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.816 INFO kablam! Sep 19 18:33:03.816 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.816 INFO kablam! --> src/strong/balanced.rs:302:18 Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Sep 19 18:33:03.816 INFO kablam! | ^^^ Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.816 INFO kablam! Sep 19 18:33:03.816 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.816 INFO kablam! --> src/strong/balanced.rs:302:23 Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Sep 19 18:33:03.816 INFO kablam! | ^^^ Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.816 INFO kablam! Sep 19 18:33:03.816 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.816 INFO kablam! --> src/strong/balanced.rs:326:18 Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Sep 19 18:33:03.816 INFO kablam! | ^^^ Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.816 INFO kablam! Sep 19 18:33:03.816 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.816 INFO kablam! --> src/strong/balanced.rs:326:23 Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Sep 19 18:33:03.816 INFO kablam! | ^^^ Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.816 INFO kablam! Sep 19 18:33:03.816 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.816 INFO kablam! --> src/strong/balanced.rs:349:34 Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 19 18:33:03.816 INFO kablam! | ^^^ Sep 19 18:33:03.816 INFO kablam! | Sep 19 18:33:03.816 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.817 INFO kablam! Sep 19 18:33:03.817 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.817 INFO kablam! --> src/strong/balanced.rs:349:39 Sep 19 18:33:03.817 INFO kablam! | Sep 19 18:33:03.817 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 19 18:33:03.817 INFO kablam! | ^^^ Sep 19 18:33:03.817 INFO kablam! | Sep 19 18:33:03.817 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.817 INFO kablam! Sep 19 18:33:03.817 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:33:03.817 INFO kablam! --> src/strong/balanced.rs:349:44 Sep 19 18:33:03.817 INFO kablam! | Sep 19 18:33:03.817 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 19 18:33:03.817 INFO kablam! | ^^^^^^^ Sep 19 18:33:03.817 INFO kablam! | Sep 19 18:33:03.817 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:33:03.817 INFO kablam! Sep 19 18:33:03.857 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.47s Sep 19 18:33:03.860 INFO kablam! su: No module specific data is present Sep 19 18:33:04.421 INFO running `"docker" "rm" "-f" "3c1111e993f007e24482928a01ecbe36f10805c283d1b6130c2bc26900766081"` Sep 19 18:33:04.601 INFO blam! 3c1111e993f007e24482928a01ecbe36f10805c283d1b6130c2bc26900766081