Sep 21 01:23:27.747 INFO checking type-level-logic-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 01:23:27.747 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 01:23:27.747 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:23:27.924 INFO blam! c391fb72cd9ab9a751eb4a17c13dec2e6551f0fbd3045bb5ba82f764e1e9fd6b Sep 21 01:23:27.926 INFO running `"docker" "start" "-a" "c391fb72cd9ab9a751eb4a17c13dec2e6551f0fbd3045bb5ba82f764e1e9fd6b"` Sep 21 01:23:28.757 INFO kablam! usermod: no changes Sep 21 01:23:28.783 INFO kablam! Checking type-operators v0.3.5 Sep 21 01:23:28.934 INFO kablam! Checking type-level-logic v0.1.0 (/source) Sep 21 01:23:29.762 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.762 INFO kablam! --> src/strong/boolean.rs:9:19 Sep 21 01:23:29.762 INFO kablam! | Sep 21 01:23:29.762 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Sep 21 01:23:29.762 INFO kablam! | ^^^^ Sep 21 01:23:29.762 INFO kablam! | Sep 21 01:23:29.762 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 01:23:29.762 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.762 INFO kablam! Sep 21 01:23:29.763 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.763 INFO kablam! --> src/strong/boolean.rs:9:25 Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Sep 21 01:23:29.763 INFO kablam! | ^^^^ Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.763 INFO kablam! Sep 21 01:23:29.763 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.763 INFO kablam! --> src/strong/boolean.rs:17:17 Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Sep 21 01:23:29.763 INFO kablam! | ^^^^ Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.763 INFO kablam! Sep 21 01:23:29.763 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.763 INFO kablam! --> src/strong/boolean.rs:17:23 Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Sep 21 01:23:29.763 INFO kablam! | ^^^^ Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.763 INFO kablam! Sep 21 01:23:29.763 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.763 INFO kablam! --> src/strong/boolean.rs:26:25 Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Sep 21 01:23:29.763 INFO kablam! | ^^^^ Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.763 INFO kablam! Sep 21 01:23:29.763 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.763 INFO kablam! --> src/strong/boolean.rs:26:31 Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Sep 21 01:23:29.763 INFO kablam! | ^^^^ Sep 21 01:23:29.763 INFO kablam! | Sep 21 01:23:29.763 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.763 INFO kablam! Sep 21 01:23:29.763 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.764 INFO kablam! --> src/strong/boolean.rs:35:25 Sep 21 01:23:29.764 INFO kablam! | Sep 21 01:23:29.764 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Sep 21 01:23:29.764 INFO kablam! | ^^^^ Sep 21 01:23:29.764 INFO kablam! | Sep 21 01:23:29.764 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.764 INFO kablam! Sep 21 01:23:29.764 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.764 INFO kablam! --> src/strong/boolean.rs:35:31 Sep 21 01:23:29.764 INFO kablam! | Sep 21 01:23:29.764 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Sep 21 01:23:29.764 INFO kablam! | ^^^^ Sep 21 01:23:29.764 INFO kablam! | Sep 21 01:23:29.764 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.764 INFO kablam! Sep 21 01:23:29.764 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.764 INFO kablam! --> src/strong/boolean.rs:43:19 Sep 21 01:23:29.764 INFO kablam! | Sep 21 01:23:29.764 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Sep 21 01:23:29.764 INFO kablam! | ^^^^ Sep 21 01:23:29.764 INFO kablam! | Sep 21 01:23:29.764 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.764 INFO kablam! Sep 21 01:23:29.764 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.764 INFO kablam! --> src/strong/boolean.rs:43:25 Sep 21 01:23:29.764 INFO kablam! | Sep 21 01:23:29.764 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Sep 21 01:23:29.764 INFO kablam! | ^^^^ Sep 21 01:23:29.764 INFO kablam! | Sep 21 01:23:29.764 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.764 INFO kablam! Sep 21 01:23:29.766 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.766 INFO kablam! --> src/strong/ternary.rs:14:24 Sep 21 01:23:29.766 INFO kablam! | Sep 21 01:23:29.766 INFO kablam! 14 | (Nat2First) Nat2P1(NatPair): Nat { Sep 21 01:23:29.766 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.766 INFO kablam! | Sep 21 01:23:29.766 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.766 INFO kablam! Sep 21 01:23:29.766 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.766 INFO kablam! --> src/strong/ternary.rs:21:25 Sep 21 01:23:29.766 INFO kablam! | Sep 21 01:23:29.766 INFO kablam! 21 | (Nat2Second) Nat2P2(NatPair): Nat { Sep 21 01:23:29.766 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.766 INFO kablam! | Sep 21 01:23:29.766 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.766 INFO kablam! Sep 21 01:23:29.766 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.766 INFO kablam! --> src/strong/ternary.rs:29:20 Sep 21 01:23:29.766 INFO kablam! | Sep 21 01:23:29.766 INFO kablam! 29 | (Succ) NatSucc(Nat): Nat { Sep 21 01:23:29.766 INFO kablam! | ^^^ Sep 21 01:23:29.766 INFO kablam! | Sep 21 01:23:29.766 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.766 INFO kablam! Sep 21 01:23:29.766 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.766 INFO kablam! --> src/strong/ternary.rs:41:20 Sep 21 01:23:29.767 INFO kablam! | Sep 21 01:23:29.767 INFO kablam! 41 | (Pred) NatPred(Nat): Nat { Sep 21 01:23:29.767 INFO kablam! | ^^^ Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.769 INFO kablam! Sep 21 01:23:29.769 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.769 INFO kablam! --> src/strong/ternary.rs:53:32 Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! 53 | (DoublePred) NatDoublePred(Nat): Nat { Sep 21 01:23:29.769 INFO kablam! | ^^^ Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.769 INFO kablam! Sep 21 01:23:29.769 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.769 INFO kablam! --> src/strong/ternary.rs:68:24 Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! 68 | (Triple) NatTriple(Nat): Nat { Sep 21 01:23:29.769 INFO kablam! | ^^^ Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.769 INFO kablam! Sep 21 01:23:29.769 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.769 INFO kablam! --> src/strong/ternary.rs:81:24 Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! 81 | (Unique) NatUnique(Nat): Nat { Sep 21 01:23:29.769 INFO kablam! | ^^^ Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.769 INFO kablam! Sep 21 01:23:29.769 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.769 INFO kablam! --> src/strong/ternary.rs:95:18 Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Sep 21 01:23:29.769 INFO kablam! | ^^^ Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.769 INFO kablam! Sep 21 01:23:29.769 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.769 INFO kablam! --> src/strong/ternary.rs:95:23 Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Sep 21 01:23:29.769 INFO kablam! | ^^^ Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.769 INFO kablam! Sep 21 01:23:29.769 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.769 INFO kablam! --> src/strong/ternary.rs:128:38 Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! 128 | (TriplePlusOne) NatTriplePlusOne(Nat): Nat { Sep 21 01:23:29.769 INFO kablam! | ^^^ Sep 21 01:23:29.769 INFO kablam! | Sep 21 01:23:29.769 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.769 INFO kablam! Sep 21 01:23:29.769 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.770 INFO kablam! --> src/strong/ternary.rs:139:38 Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! 139 | (TriplePlusTwo) NatTriplePlusTwo(Nat): Nat { Sep 21 01:23:29.770 INFO kablam! | ^^^ Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.770 INFO kablam! Sep 21 01:23:29.770 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.770 INFO kablam! --> src/strong/ternary.rs:152:18 Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Sep 21 01:23:29.770 INFO kablam! | ^^^ Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.770 INFO kablam! Sep 21 01:23:29.770 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.770 INFO kablam! --> src/strong/ternary.rs:152:23 Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Sep 21 01:23:29.770 INFO kablam! | ^^^ Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.770 INFO kablam! Sep 21 01:23:29.770 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.770 INFO kablam! --> src/strong/ternary.rs:185:18 Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Sep 21 01:23:29.770 INFO kablam! | ^^^ Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.770 INFO kablam! Sep 21 01:23:29.770 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.770 INFO kablam! --> src/strong/ternary.rs:185:23 Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Sep 21 01:23:29.770 INFO kablam! | ^^^ Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.770 INFO kablam! Sep 21 01:23:29.770 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.770 INFO kablam! --> src/strong/ternary.rs:220:18 Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:29.770 INFO kablam! | ^^^ Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.770 INFO kablam! Sep 21 01:23:29.770 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.770 INFO kablam! --> src/strong/ternary.rs:220:23 Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:29.770 INFO kablam! | ^^^ Sep 21 01:23:29.770 INFO kablam! | Sep 21 01:23:29.770 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.770 INFO kablam! Sep 21 01:23:29.770 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.771 INFO kablam! --> src/strong/ternary.rs:220:28 Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:29.771 INFO kablam! | ^^^ Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.771 INFO kablam! Sep 21 01:23:29.771 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.771 INFO kablam! --> src/strong/ternary.rs:220:33 Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:29.771 INFO kablam! | ^^^ Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.771 INFO kablam! Sep 21 01:23:29.771 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.771 INFO kablam! --> src/strong/ternary.rs:220:38 Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:29.771 INFO kablam! | ^^^ Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.771 INFO kablam! Sep 21 01:23:29.771 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.771 INFO kablam! --> src/strong/ternary.rs:247:28 Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 21 01:23:29.771 INFO kablam! | ^^^ Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.771 INFO kablam! Sep 21 01:23:29.771 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.771 INFO kablam! --> src/strong/ternary.rs:247:33 Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 21 01:23:29.771 INFO kablam! | ^^^ Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.771 INFO kablam! Sep 21 01:23:29.771 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.771 INFO kablam! --> src/strong/ternary.rs:247:38 Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 21 01:23:29.771 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.771 INFO kablam! Sep 21 01:23:29.771 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.771 INFO kablam! --> src/strong/ternary.rs:262:18 Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! 262 | (Rev) NatRev(Nat): Nat { Sep 21 01:23:29.771 INFO kablam! | ^^^ Sep 21 01:23:29.771 INFO kablam! | Sep 21 01:23:29.771 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.771 INFO kablam! Sep 21 01:23:29.771 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.772 INFO kablam! --> src/strong/ternary.rs:268:34 Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Sep 21 01:23:29.772 INFO kablam! | ^^^ Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.772 INFO kablam! Sep 21 01:23:29.772 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.772 INFO kablam! --> src/strong/ternary.rs:268:39 Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Sep 21 01:23:29.772 INFO kablam! | ^^^ Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.772 INFO kablam! Sep 21 01:23:29.772 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.772 INFO kablam! --> src/strong/ternary.rs:281:18 Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Sep 21 01:23:29.772 INFO kablam! | ^^^ Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.772 INFO kablam! Sep 21 01:23:29.772 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.772 INFO kablam! --> src/strong/ternary.rs:281:23 Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Sep 21 01:23:29.772 INFO kablam! | ^^^ Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.772 INFO kablam! Sep 21 01:23:29.772 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.772 INFO kablam! --> src/strong/ternary.rs:306:18 Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Sep 21 01:23:29.772 INFO kablam! | ^^^ Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.772 INFO kablam! Sep 21 01:23:29.772 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.772 INFO kablam! --> src/strong/ternary.rs:306:23 Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Sep 21 01:23:29.772 INFO kablam! | ^^^ Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.772 INFO kablam! Sep 21 01:23:29.772 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.772 INFO kablam! --> src/strong/ternary.rs:329:34 Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 21 01:23:29.772 INFO kablam! | ^^^ Sep 21 01:23:29.772 INFO kablam! | Sep 21 01:23:29.772 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.773 INFO kablam! Sep 21 01:23:29.773 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.773 INFO kablam! --> src/strong/ternary.rs:329:39 Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 21 01:23:29.773 INFO kablam! | ^^^ Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.773 INFO kablam! Sep 21 01:23:29.773 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.773 INFO kablam! --> src/strong/ternary.rs:329:44 Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 21 01:23:29.773 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.773 INFO kablam! Sep 21 01:23:29.773 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.773 INFO kablam! --> src/strong/balanced.rs:10:24 Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! 10 | (Int2First) Int2P1(IntPair): Int { Sep 21 01:23:29.773 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.773 INFO kablam! Sep 21 01:23:29.773 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.773 INFO kablam! --> src/strong/balanced.rs:17:25 Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! 17 | (Int2Second) Int2P2(IntPair): Int { Sep 21 01:23:29.773 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.773 INFO kablam! Sep 21 01:23:29.773 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.773 INFO kablam! --> src/strong/balanced.rs:24:20 Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! 24 | (Succ) IntSucc(Int): Int { Sep 21 01:23:29.773 INFO kablam! | ^^^ Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.773 INFO kablam! Sep 21 01:23:29.773 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.773 INFO kablam! --> src/strong/balanced.rs:35:20 Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! 35 | (Pred) IntPred(Int): Int { Sep 21 01:23:29.773 INFO kablam! | ^^^ Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.773 INFO kablam! Sep 21 01:23:29.773 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.773 INFO kablam! --> src/strong/balanced.rs:49:24 Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! 49 | (Triple) IntTriple(Int): Int { Sep 21 01:23:29.773 INFO kablam! | ^^^ Sep 21 01:23:29.773 INFO kablam! | Sep 21 01:23:29.773 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.773 INFO kablam! Sep 21 01:23:29.773 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.774 INFO kablam! --> src/strong/balanced.rs:62:24 Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! 62 | (IntUnique) Unique(Int): Int { Sep 21 01:23:29.774 INFO kablam! | ^^^ Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.774 INFO kablam! Sep 21 01:23:29.774 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.774 INFO kablam! --> src/strong/balanced.rs:80:18 Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! 80 | (Neg) IntNeg(Int): Int { Sep 21 01:23:29.774 INFO kablam! | ^^^ Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.774 INFO kablam! Sep 21 01:23:29.774 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.774 INFO kablam! --> src/strong/balanced.rs:94:18 Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Sep 21 01:23:29.774 INFO kablam! | ^^^ Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.774 INFO kablam! Sep 21 01:23:29.774 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.774 INFO kablam! --> src/strong/balanced.rs:94:23 Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Sep 21 01:23:29.774 INFO kablam! | ^^^ Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.774 INFO kablam! Sep 21 01:23:29.774 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.774 INFO kablam! --> src/strong/balanced.rs:127:18 Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Sep 21 01:23:29.774 INFO kablam! | ^^^ Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.774 INFO kablam! Sep 21 01:23:29.774 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.774 INFO kablam! --> src/strong/balanced.rs:127:23 Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Sep 21 01:23:29.774 INFO kablam! | ^^^ Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.774 INFO kablam! Sep 21 01:23:29.774 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.774 INFO kablam! --> src/strong/balanced.rs:160:18 Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Sep 21 01:23:29.774 INFO kablam! | ^^^ Sep 21 01:23:29.774 INFO kablam! | Sep 21 01:23:29.774 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.775 INFO kablam! Sep 21 01:23:29.775 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.775 INFO kablam! --> src/strong/balanced.rs:160:23 Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Sep 21 01:23:29.775 INFO kablam! | ^^^ Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.775 INFO kablam! Sep 21 01:23:29.775 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.775 INFO kablam! --> src/strong/balanced.rs:196:18 Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:29.775 INFO kablam! | ^^^ Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.775 INFO kablam! Sep 21 01:23:29.775 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.775 INFO kablam! --> src/strong/balanced.rs:196:23 Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:29.775 INFO kablam! | ^^^ Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.775 INFO kablam! Sep 21 01:23:29.775 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.775 INFO kablam! --> src/strong/balanced.rs:196:28 Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:29.775 INFO kablam! | ^^^ Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.775 INFO kablam! Sep 21 01:23:29.775 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.775 INFO kablam! --> src/strong/balanced.rs:196:33 Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:29.775 INFO kablam! | ^^^ Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.775 INFO kablam! Sep 21 01:23:29.775 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.775 INFO kablam! --> src/strong/balanced.rs:196:38 Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:29.775 INFO kablam! | ^^^ Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.775 INFO kablam! Sep 21 01:23:29.775 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.775 INFO kablam! --> src/strong/balanced.rs:223:20 Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:29.775 INFO kablam! | ^^^ Sep 21 01:23:29.775 INFO kablam! | Sep 21 01:23:29.775 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.776 INFO kablam! Sep 21 01:23:29.776 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.776 INFO kablam! --> src/strong/balanced.rs:223:25 Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:29.776 INFO kablam! | ^^^ Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.776 INFO kablam! Sep 21 01:23:29.776 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.776 INFO kablam! --> src/strong/balanced.rs:223:30 Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:29.776 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.776 INFO kablam! Sep 21 01:23:29.776 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.776 INFO kablam! --> src/strong/balanced.rs:223:39 Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:29.776 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.776 INFO kablam! Sep 21 01:23:29.776 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.776 INFO kablam! --> src/strong/balanced.rs:223:48 Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:29.776 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.776 INFO kablam! Sep 21 01:23:29.776 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.776 INFO kablam! --> src/strong/balanced.rs:248:24 Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 21 01:23:29.776 INFO kablam! | ^^^ Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.776 INFO kablam! Sep 21 01:23:29.776 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.776 INFO kablam! --> src/strong/balanced.rs:248:29 Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 21 01:23:29.776 INFO kablam! | ^^^ Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.776 INFO kablam! Sep 21 01:23:29.776 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.776 INFO kablam! --> src/strong/balanced.rs:248:34 Sep 21 01:23:29.776 INFO kablam! | Sep 21 01:23:29.776 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 21 01:23:29.776 INFO kablam! | ^^^ Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.777 INFO kablam! Sep 21 01:23:29.777 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.777 INFO kablam! --> src/strong/balanced.rs:248:39 Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 21 01:23:29.777 INFO kablam! | ^^^ Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.777 INFO kablam! Sep 21 01:23:29.777 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.777 INFO kablam! --> src/strong/balanced.rs:254:26 Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 21 01:23:29.777 INFO kablam! | ^^^ Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.777 INFO kablam! Sep 21 01:23:29.777 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.777 INFO kablam! --> src/strong/balanced.rs:254:31 Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 21 01:23:29.777 INFO kablam! | ^^^ Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.777 INFO kablam! Sep 21 01:23:29.777 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.777 INFO kablam! --> src/strong/balanced.rs:254:36 Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 21 01:23:29.777 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.777 INFO kablam! Sep 21 01:23:29.777 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.777 INFO kablam! --> src/strong/balanced.rs:254:45 Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 21 01:23:29.777 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.777 INFO kablam! Sep 21 01:23:29.777 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.777 INFO kablam! --> src/strong/balanced.rs:261:18 Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! 261 | (Abs) IntAbs(Int): Int { Sep 21 01:23:29.777 INFO kablam! | ^^^ Sep 21 01:23:29.777 INFO kablam! | Sep 21 01:23:29.777 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.777 INFO kablam! Sep 21 01:23:29.777 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.778 INFO kablam! --> src/strong/balanced.rs:273:40 Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:29.778 INFO kablam! | ^^^ Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.778 INFO kablam! Sep 21 01:23:29.778 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.778 INFO kablam! --> src/strong/balanced.rs:273:45 Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:29.778 INFO kablam! | ^^^ Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.778 INFO kablam! Sep 21 01:23:29.778 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.778 INFO kablam! --> src/strong/balanced.rs:273:50 Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:29.778 INFO kablam! | ^^^ Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.778 INFO kablam! Sep 21 01:23:29.778 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.778 INFO kablam! --> src/strong/balanced.rs:273:55 Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:29.778 INFO kablam! | ^^^ Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.778 INFO kablam! Sep 21 01:23:29.778 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.778 INFO kablam! --> src/strong/balanced.rs:273:60 Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:29.778 INFO kablam! | ^^^ Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.778 INFO kablam! Sep 21 01:23:29.778 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.778 INFO kablam! --> src/strong/balanced.rs:273:65 Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:29.778 INFO kablam! | ^^^ Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.778 INFO kablam! Sep 21 01:23:29.778 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.778 INFO kablam! --> src/strong/balanced.rs:284:18 Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! 284 | (Rev) IntRev(Int): Int { Sep 21 01:23:29.778 INFO kablam! | ^^^ Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.778 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.778 INFO kablam! Sep 21 01:23:29.778 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.778 INFO kablam! --> src/strong/balanced.rs:290:34 Sep 21 01:23:29.778 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Sep 21 01:23:29.779 INFO kablam! | ^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:29.779 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.779 INFO kablam! --> src/strong/balanced.rs:290:39 Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Sep 21 01:23:29.779 INFO kablam! | ^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:29.779 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.779 INFO kablam! --> src/strong/balanced.rs:302:18 Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Sep 21 01:23:29.779 INFO kablam! | ^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:29.779 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.779 INFO kablam! --> src/strong/balanced.rs:302:23 Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Sep 21 01:23:29.779 INFO kablam! | ^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:29.779 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.779 INFO kablam! --> src/strong/balanced.rs:326:18 Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Sep 21 01:23:29.779 INFO kablam! | ^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:29.779 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.779 INFO kablam! --> src/strong/balanced.rs:326:23 Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Sep 21 01:23:29.779 INFO kablam! | ^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:29.779 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.779 INFO kablam! --> src/strong/balanced.rs:349:34 Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 21 01:23:29.779 INFO kablam! | ^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:29.779 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.779 INFO kablam! --> src/strong/balanced.rs:349:39 Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 21 01:23:29.779 INFO kablam! | ^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:29.779 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:29.779 INFO kablam! --> src/strong/balanced.rs:349:44 Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 21 01:23:29.779 INFO kablam! | ^^^^^^^ Sep 21 01:23:29.779 INFO kablam! | Sep 21 01:23:29.779 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:29.779 INFO kablam! Sep 21 01:23:31.082 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.082 INFO kablam! --> src/strong/boolean.rs:9:19 Sep 21 01:23:31.082 INFO kablam! | Sep 21 01:23:31.082 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Sep 21 01:23:31.082 INFO kablam! | ^^^^ Sep 21 01:23:31.082 INFO kablam! | Sep 21 01:23:31.082 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 01:23:31.082 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.082 INFO kablam! Sep 21 01:23:31.082 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.082 INFO kablam! --> src/strong/boolean.rs:9:25 Sep 21 01:23:31.082 INFO kablam! | Sep 21 01:23:31.082 INFO kablam! 9 | (And) BoolAnd(Bool, Bool): Bool { Sep 21 01:23:31.082 INFO kablam! | ^^^^ Sep 21 01:23:31.082 INFO kablam! | Sep 21 01:23:31.082 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.082 INFO kablam! Sep 21 01:23:31.082 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.082 INFO kablam! --> src/strong/boolean.rs:17:17 Sep 21 01:23:31.082 INFO kablam! | Sep 21 01:23:31.082 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Sep 21 01:23:31.082 INFO kablam! | ^^^^ Sep 21 01:23:31.082 INFO kablam! | Sep 21 01:23:31.082 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.082 INFO kablam! Sep 21 01:23:31.082 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.082 INFO kablam! --> src/strong/boolean.rs:17:23 Sep 21 01:23:31.082 INFO kablam! | Sep 21 01:23:31.082 INFO kablam! 17 | (Or) BoolOr(Bool, Bool): Bool { Sep 21 01:23:31.082 INFO kablam! | ^^^^ Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.083 INFO kablam! Sep 21 01:23:31.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.083 INFO kablam! --> src/strong/boolean.rs:26:25 Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Sep 21 01:23:31.083 INFO kablam! | ^^^^ Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.083 INFO kablam! Sep 21 01:23:31.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.083 INFO kablam! --> src/strong/boolean.rs:26:31 Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! 26 | (IfThen) BoolIfThen(Bool, Bool): Bool { Sep 21 01:23:31.083 INFO kablam! | ^^^^ Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.083 INFO kablam! Sep 21 01:23:31.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.083 INFO kablam! --> src/strong/boolean.rs:35:25 Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Sep 21 01:23:31.083 INFO kablam! | ^^^^ Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.083 INFO kablam! Sep 21 01:23:31.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.083 INFO kablam! --> src/strong/boolean.rs:35:31 Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! 35 | (OnlyIf) BoolOnlyIf(Bool, Bool): Bool { Sep 21 01:23:31.083 INFO kablam! | ^^^^ Sep 21 01:23:31.083 INFO kablam! | Sep 21 01:23:31.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.083 INFO kablam! Sep 21 01:23:31.085 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.085 INFO kablam! --> src/strong/boolean.rs:43:19 Sep 21 01:23:31.085 INFO kablam! | Sep 21 01:23:31.085 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Sep 21 01:23:31.085 INFO kablam! | ^^^^ Sep 21 01:23:31.085 INFO kablam! | Sep 21 01:23:31.085 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.085 INFO kablam! Sep 21 01:23:31.085 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.085 INFO kablam! --> src/strong/boolean.rs:43:25 Sep 21 01:23:31.085 INFO kablam! | Sep 21 01:23:31.085 INFO kablam! 43 | (Xor) BoolXor(Bool, Bool): Bool { Sep 21 01:23:31.085 INFO kablam! | ^^^^ Sep 21 01:23:31.085 INFO kablam! | Sep 21 01:23:31.085 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.085 INFO kablam! Sep 21 01:23:31.085 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.085 INFO kablam! --> src/strong/ternary.rs:14:24 Sep 21 01:23:31.085 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 14 | (Nat2First) Nat2P1(NatPair): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.086 INFO kablam! Sep 21 01:23:31.086 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.086 INFO kablam! --> src/strong/ternary.rs:21:25 Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 21 | (Nat2Second) Nat2P2(NatPair): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.086 INFO kablam! Sep 21 01:23:31.086 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.086 INFO kablam! --> src/strong/ternary.rs:29:20 Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 29 | (Succ) NatSucc(Nat): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^ Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.086 INFO kablam! Sep 21 01:23:31.086 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.086 INFO kablam! --> src/strong/ternary.rs:41:20 Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 41 | (Pred) NatPred(Nat): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^ Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.086 INFO kablam! Sep 21 01:23:31.086 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.086 INFO kablam! --> src/strong/ternary.rs:53:32 Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 53 | (DoublePred) NatDoublePred(Nat): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^ Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.086 INFO kablam! Sep 21 01:23:31.086 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.086 INFO kablam! --> src/strong/ternary.rs:68:24 Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 68 | (Triple) NatTriple(Nat): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^ Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.086 INFO kablam! Sep 21 01:23:31.086 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.086 INFO kablam! --> src/strong/ternary.rs:81:24 Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 81 | (Unique) NatUnique(Nat): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^ Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.086 INFO kablam! Sep 21 01:23:31.086 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.086 INFO kablam! --> src/strong/ternary.rs:95:18 Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^ Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.086 INFO kablam! Sep 21 01:23:31.086 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.086 INFO kablam! --> src/strong/ternary.rs:95:23 Sep 21 01:23:31.086 INFO kablam! | Sep 21 01:23:31.086 INFO kablam! 95 | (Add) NatAdd(Nat, Nat): Nat { Sep 21 01:23:31.086 INFO kablam! | ^^^ Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.087 INFO kablam! Sep 21 01:23:31.087 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.087 INFO kablam! --> src/strong/ternary.rs:128:38 Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! 128 | (TriplePlusOne) NatTriplePlusOne(Nat): Nat { Sep 21 01:23:31.087 INFO kablam! | ^^^ Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.087 INFO kablam! Sep 21 01:23:31.087 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.087 INFO kablam! --> src/strong/ternary.rs:139:38 Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! 139 | (TriplePlusTwo) NatTriplePlusTwo(Nat): Nat { Sep 21 01:23:31.087 INFO kablam! | ^^^ Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.087 INFO kablam! Sep 21 01:23:31.087 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.087 INFO kablam! --> src/strong/ternary.rs:152:18 Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Sep 21 01:23:31.087 INFO kablam! | ^^^ Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.087 INFO kablam! Sep 21 01:23:31.087 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.087 INFO kablam! --> src/strong/ternary.rs:152:23 Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! 152 | (Sub) NatSub(Nat, Nat): Nat { Sep 21 01:23:31.087 INFO kablam! | ^^^ Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.087 INFO kablam! Sep 21 01:23:31.087 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.087 INFO kablam! --> src/strong/ternary.rs:185:18 Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Sep 21 01:23:31.087 INFO kablam! | ^^^ Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.087 INFO kablam! Sep 21 01:23:31.087 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.087 INFO kablam! --> src/strong/ternary.rs:185:23 Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! 185 | (Mul) NatMul(Nat, Nat): Nat { Sep 21 01:23:31.087 INFO kablam! | ^^^ Sep 21 01:23:31.087 INFO kablam! | Sep 21 01:23:31.087 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.087 INFO kablam! Sep 21 01:23:31.087 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.087 INFO kablam! --> src/strong/ternary.rs:220:18 Sep 21 01:23:31.090 INFO kablam! | Sep 21 01:23:31.090 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:31.090 INFO kablam! | ^^^ Sep 21 01:23:31.090 INFO kablam! | Sep 21 01:23:31.090 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.090 INFO kablam! Sep 21 01:23:31.090 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.090 INFO kablam! --> src/strong/ternary.rs:220:23 Sep 21 01:23:31.090 INFO kablam! | Sep 21 01:23:31.090 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:31.090 INFO kablam! | ^^^ Sep 21 01:23:31.090 INFO kablam! | Sep 21 01:23:31.090 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.090 INFO kablam! Sep 21 01:23:31.090 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.090 INFO kablam! --> src/strong/ternary.rs:220:28 Sep 21 01:23:31.090 INFO kablam! | Sep 21 01:23:31.090 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:31.090 INFO kablam! | ^^^ Sep 21 01:23:31.090 INFO kablam! | Sep 21 01:23:31.090 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.090 INFO kablam! Sep 21 01:23:31.090 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:220:33 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:31.091 INFO kablam! | ^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.091 INFO kablam! Sep 21 01:23:31.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:220:38 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 220 | (Cmp) NatCmp(Nat, Nat, Nat, Nat, Nat): Nat { Sep 21 01:23:31.091 INFO kablam! | ^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.091 INFO kablam! Sep 21 01:23:31.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:247:28 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 21 01:23:31.091 INFO kablam! | ^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.091 INFO kablam! Sep 21 01:23:31.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:247:33 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 21 01:23:31.091 INFO kablam! | ^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.091 INFO kablam! Sep 21 01:23:31.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:247:38 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 247 | (UndefOr2) NatUndefOr2(Nat, Nat, NatPair): NatPair { Sep 21 01:23:31.091 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.091 INFO kablam! Sep 21 01:23:31.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:262:18 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 262 | (Rev) NatRev(Nat): Nat { Sep 21 01:23:31.091 INFO kablam! | ^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.091 INFO kablam! Sep 21 01:23:31.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:268:34 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Sep 21 01:23:31.091 INFO kablam! | ^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.091 INFO kablam! Sep 21 01:23:31.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:268:39 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 268 | (RevInternal) NatRevInternal(Nat, Nat): Nat { Sep 21 01:23:31.091 INFO kablam! | ^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.091 INFO kablam! Sep 21 01:23:31.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.091 INFO kablam! --> src/strong/ternary.rs:281:18 Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.091 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Sep 21 01:23:31.091 INFO kablam! | ^^^ Sep 21 01:23:31.091 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.092 INFO kablam! Sep 21 01:23:31.092 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.092 INFO kablam! --> src/strong/ternary.rs:281:23 Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! 281 | (Div) NatDiv(Nat, Nat): Nat { Sep 21 01:23:31.092 INFO kablam! | ^^^ Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.092 INFO kablam! Sep 21 01:23:31.092 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.092 INFO kablam! --> src/strong/ternary.rs:306:18 Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Sep 21 01:23:31.092 INFO kablam! | ^^^ Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.092 INFO kablam! Sep 21 01:23:31.092 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.092 INFO kablam! --> src/strong/ternary.rs:306:23 Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! 306 | (Rem) NatRem(Nat, Nat): Nat { Sep 21 01:23:31.092 INFO kablam! | ^^^ Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.092 INFO kablam! Sep 21 01:23:31.092 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.092 INFO kablam! --> src/strong/ternary.rs:329:34 Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 21 01:23:31.092 INFO kablam! | ^^^ Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.092 INFO kablam! Sep 21 01:23:31.092 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.092 INFO kablam! --> src/strong/ternary.rs:329:39 Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 21 01:23:31.092 INFO kablam! | ^^^ Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.092 INFO kablam! Sep 21 01:23:31.092 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.092 INFO kablam! --> src/strong/ternary.rs:329:44 Sep 21 01:23:31.092 INFO kablam! | Sep 21 01:23:31.092 INFO kablam! 329 | (DivInternal) NatDivInternal(Nat, Nat, NatPair): NatPair { Sep 21 01:23:31.093 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.093 INFO kablam! | Sep 21 01:23:31.093 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.093 INFO kablam! Sep 21 01:23:31.103 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.103 INFO kablam! --> src/strong/balanced.rs:10:24 Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! 10 | (Int2First) Int2P1(IntPair): Int { Sep 21 01:23:31.103 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.103 INFO kablam! Sep 21 01:23:31.103 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.103 INFO kablam! --> src/strong/balanced.rs:17:25 Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! 17 | (Int2Second) Int2P2(IntPair): Int { Sep 21 01:23:31.103 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.103 INFO kablam! Sep 21 01:23:31.103 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.103 INFO kablam! --> src/strong/balanced.rs:24:20 Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! 24 | (Succ) IntSucc(Int): Int { Sep 21 01:23:31.103 INFO kablam! | ^^^ Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.103 INFO kablam! Sep 21 01:23:31.103 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.103 INFO kablam! --> src/strong/balanced.rs:35:20 Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! 35 | (Pred) IntPred(Int): Int { Sep 21 01:23:31.103 INFO kablam! | ^^^ Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.103 INFO kablam! Sep 21 01:23:31.103 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.103 INFO kablam! --> src/strong/balanced.rs:49:24 Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! 49 | (Triple) IntTriple(Int): Int { Sep 21 01:23:31.103 INFO kablam! | ^^^ Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.103 INFO kablam! Sep 21 01:23:31.103 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.103 INFO kablam! --> src/strong/balanced.rs:62:24 Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! 62 | (IntUnique) Unique(Int): Int { Sep 21 01:23:31.103 INFO kablam! | ^^^ Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.103 INFO kablam! Sep 21 01:23:31.103 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.103 INFO kablam! --> src/strong/balanced.rs:80:18 Sep 21 01:23:31.103 INFO kablam! | Sep 21 01:23:31.103 INFO kablam! 80 | (Neg) IntNeg(Int): Int { Sep 21 01:23:31.103 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.104 INFO kablam! --> src/strong/balanced.rs:94:18 Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Sep 21 01:23:31.104 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.104 INFO kablam! --> src/strong/balanced.rs:94:23 Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! 94 | (Add) IntAdd(Int, Int): Int { Sep 21 01:23:31.104 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.104 INFO kablam! --> src/strong/balanced.rs:127:18 Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Sep 21 01:23:31.104 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.104 INFO kablam! --> src/strong/balanced.rs:127:23 Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! 127 | (Sub) IntSub(Int, Int): Int { Sep 21 01:23:31.104 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.104 INFO kablam! --> src/strong/balanced.rs:160:18 Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Sep 21 01:23:31.104 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.104 INFO kablam! --> src/strong/balanced.rs:160:23 Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! 160 | (Mul) IntMul(Int, Int): Int { Sep 21 01:23:31.104 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.104 INFO kablam! --> src/strong/balanced.rs:196:18 Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:31.104 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.104 INFO kablam! --> src/strong/balanced.rs:196:23 Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:31.104 INFO kablam! | ^^^ Sep 21 01:23:31.104 INFO kablam! | Sep 21 01:23:31.104 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.104 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:196:28 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:31.105 INFO kablam! | ^^^ Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.105 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:196:33 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:31.105 INFO kablam! | ^^^ Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.105 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:196:38 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 196 | (Cmp) IntCmp(Int, Int, Int, Int, Int): Int { Sep 21 01:23:31.105 INFO kablam! | ^^^ Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.105 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:223:20 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:31.105 INFO kablam! | ^^^ Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.105 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:223:25 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:31.105 INFO kablam! | ^^^ Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.105 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:223:30 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:31.105 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.105 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:223:39 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:31.105 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.105 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:223:48 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 223 | (Cmp2) IntCmp2(Int, Int, IntPair, IntPair, IntPair): IntPair { Sep 21 01:23:31.105 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.105 INFO kablam! Sep 21 01:23:31.105 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.105 INFO kablam! --> src/strong/balanced.rs:248:24 Sep 21 01:23:31.105 INFO kablam! | Sep 21 01:23:31.105 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 21 01:23:31.106 INFO kablam! | ^^^ Sep 21 01:23:31.106 INFO kablam! | Sep 21 01:23:31.106 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.106 INFO kablam! Sep 21 01:23:31.106 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.106 INFO kablam! --> src/strong/balanced.rs:248:29 Sep 21 01:23:31.106 INFO kablam! | Sep 21 01:23:31.106 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 21 01:23:31.106 INFO kablam! | ^^^ Sep 21 01:23:31.106 INFO kablam! | Sep 21 01:23:31.106 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.106 INFO kablam! Sep 21 01:23:31.106 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.106 INFO kablam! --> src/strong/balanced.rs:248:34 Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.109 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 21 01:23:31.109 INFO kablam! | ^^^ Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.109 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.109 INFO kablam! Sep 21 01:23:31.109 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.109 INFO kablam! --> src/strong/balanced.rs:248:39 Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.109 INFO kablam! 248 | (LteCmp) IntLteCmp(Int, Int, Int, Int): Int { Sep 21 01:23:31.109 INFO kablam! | ^^^ Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.109 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.109 INFO kablam! Sep 21 01:23:31.109 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.109 INFO kablam! --> src/strong/balanced.rs:254:26 Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.109 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 21 01:23:31.109 INFO kablam! | ^^^ Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.109 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.109 INFO kablam! Sep 21 01:23:31.109 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.109 INFO kablam! --> src/strong/balanced.rs:254:31 Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.109 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 21 01:23:31.109 INFO kablam! | ^^^ Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.109 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.109 INFO kablam! Sep 21 01:23:31.109 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.109 INFO kablam! --> src/strong/balanced.rs:254:36 Sep 21 01:23:31.109 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 21 01:23:31.110 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.110 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.110 INFO kablam! --> src/strong/balanced.rs:254:45 Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 254 | (LteCmp2) IntLteCmp2(Int, Int, IntPair, IntPair): IntPair { Sep 21 01:23:31.110 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.110 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.110 INFO kablam! --> src/strong/balanced.rs:261:18 Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 261 | (Abs) IntAbs(Int): Int { Sep 21 01:23:31.110 INFO kablam! | ^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.110 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.110 INFO kablam! --> src/strong/balanced.rs:273:40 Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:31.110 INFO kablam! | ^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.110 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.110 INFO kablam! --> src/strong/balanced.rs:273:45 Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:31.110 INFO kablam! | ^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.110 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.110 INFO kablam! --> src/strong/balanced.rs:273:50 Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:31.110 INFO kablam! | ^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.110 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.110 INFO kablam! --> src/strong/balanced.rs:273:55 Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:31.110 INFO kablam! | ^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.110 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.110 INFO kablam! --> src/strong/balanced.rs:273:60 Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:31.110 INFO kablam! | ^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.110 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.110 INFO kablam! --> src/strong/balanced.rs:273:65 Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! 273 | (AbsMinThreeCmp) IntAbsMinThreeCmp(Int, Int, Int, Int, Int, Int): IntPair { Sep 21 01:23:31.110 INFO kablam! | ^^^ Sep 21 01:23:31.110 INFO kablam! | Sep 21 01:23:31.110 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.110 INFO kablam! Sep 21 01:23:31.111 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.111 INFO kablam! --> src/strong/balanced.rs:284:18 Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! 284 | (Rev) IntRev(Int): Int { Sep 21 01:23:31.111 INFO kablam! | ^^^ Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.111 INFO kablam! Sep 21 01:23:31.111 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.111 INFO kablam! --> src/strong/balanced.rs:290:34 Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Sep 21 01:23:31.111 INFO kablam! | ^^^ Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.111 INFO kablam! Sep 21 01:23:31.111 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.111 INFO kablam! --> src/strong/balanced.rs:290:39 Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! 290 | (RevInternal) IntRevInternal(Int, Int): Int { Sep 21 01:23:31.111 INFO kablam! | ^^^ Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.111 INFO kablam! Sep 21 01:23:31.111 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.111 INFO kablam! --> src/strong/balanced.rs:302:18 Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Sep 21 01:23:31.111 INFO kablam! | ^^^ Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.111 INFO kablam! Sep 21 01:23:31.111 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.111 INFO kablam! --> src/strong/balanced.rs:302:23 Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! 302 | (Div) IntDiv(Int, Int): Int { Sep 21 01:23:31.111 INFO kablam! | ^^^ Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.111 INFO kablam! Sep 21 01:23:31.111 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.111 INFO kablam! --> src/strong/balanced.rs:326:18 Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Sep 21 01:23:31.111 INFO kablam! | ^^^ Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.111 INFO kablam! Sep 21 01:23:31.111 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.111 INFO kablam! --> src/strong/balanced.rs:326:23 Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! 326 | (Rem) IntRem(Int, Int): Int { Sep 21 01:23:31.111 INFO kablam! | ^^^ Sep 21 01:23:31.111 INFO kablam! | Sep 21 01:23:31.111 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.113 INFO kablam! Sep 21 01:23:31.113 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.113 INFO kablam! --> src/strong/balanced.rs:349:34 Sep 21 01:23:31.113 INFO kablam! | Sep 21 01:23:31.113 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 21 01:23:31.113 INFO kablam! | ^^^ Sep 21 01:23:31.113 INFO kablam! | Sep 21 01:23:31.113 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.113 INFO kablam! Sep 21 01:23:31.113 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.113 INFO kablam! --> src/strong/balanced.rs:349:39 Sep 21 01:23:31.113 INFO kablam! | Sep 21 01:23:31.113 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 21 01:23:31.113 INFO kablam! | ^^^ Sep 21 01:23:31.113 INFO kablam! | Sep 21 01:23:31.113 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.113 INFO kablam! Sep 21 01:23:31.113 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 01:23:31.113 INFO kablam! --> src/strong/balanced.rs:349:44 Sep 21 01:23:31.113 INFO kablam! | Sep 21 01:23:31.113 INFO kablam! 349 | (DivInternal) IntDivInternal(Int, Int, IntPair): IntPair { Sep 21 01:23:31.113 INFO kablam! | ^^^^^^^ Sep 21 01:23:31.113 INFO kablam! | Sep 21 01:23:31.113 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 01:23:31.113 INFO kablam! Sep 21 01:23:31.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Sep 21 01:23:31.170 INFO kablam! su: No module specific data is present Sep 21 01:23:31.940 INFO running `"docker" "rm" "-f" "c391fb72cd9ab9a751eb4a17c13dec2e6551f0fbd3045bb5ba82f764e1e9fd6b"` Sep 21 01:23:32.039 INFO blam! c391fb72cd9ab9a751eb4a17c13dec2e6551f0fbd3045bb5ba82f764e1e9fd6b