[INFO] fetching crate const-trig 0.0.2...
[INFO] checking const-trig-0.0.2 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate const-trig 0.0.2 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate const-trig 0.0.2 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate const-trig 0.0.2
[INFO] finished tweaking crates.io crate const-trig 0.0.2
[INFO] tweaked toml for crates.io crate const-trig 0.0.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 00276d637710777cc312e90263041844dcbe2f873d0716ac1edfc523ec78f6d6
[INFO] running `Command { std: "docker" "start" "-a" "00276d637710777cc312e90263041844dcbe2f873d0716ac1edfc523ec78f6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00276d637710777cc312e90263041844dcbe2f873d0716ac1edfc523ec78f6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00276d637710777cc312e90263041844dcbe2f873d0716ac1edfc523ec78f6d6", kill_on_drop: false }`
[INFO] [stdout] 00276d637710777cc312e90263041844dcbe2f873d0716ac1edfc523ec78f6d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22b2428824f3f648a64762d9fd8b4788e14c2287d7d498c9d57ecacdd7cd79f4
[INFO] running `Command { std: "docker" "start" "-a" "22b2428824f3f648a64762d9fd8b4788e14c2287d7d498c9d57ecacdd7cd79f4", kill_on_drop: false }`
[INFO] [stderr]     Checking const-trig v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]  --> src/pow.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const fn pow <T: Copy + ~const MulAssign> (x: T, n: usize) -> T {
[INFO] [stdout]   |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]  --> src/pow.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const fn pow <T: Copy + ~const MulAssign> (x: T, n: usize) -> T {
[INFO] [stdout]   |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | declare!(@cross ToRadians radians IsNotDegrees Degrees Radians PI / 180.0);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | declare!(@cross ToRadians radians IsNotDegrees Degrees Radians PI / 180.0);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | declare!(@cross ToDegrees degrees IsNotRadians Radians Degrees 180.0 / PI);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | declare!(@cross ToDegrees degrees IsNotRadians Radians Degrees 180.0 / PI);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 58 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 75 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 78 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | declare!(@cross ToRadians radians IsNotDegrees Degrees Radians PI / 180.0);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-trig` (lib) due to 79 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | declare!(@cross ToRadians radians IsNotDegrees Degrees Radians PI / 180.0);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | declare!(@cross ToDegrees degrees IsNotRadians Radians Degrees 180.0 / PI);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | declare!(@cross ToDegrees degrees IsNotRadians Radians Degrees 180.0 / PI);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 58 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 75 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 78 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-trig` (lib test) due to 79 previous errors
[INFO] running `Command { std: "docker" "inspect" "22b2428824f3f648a64762d9fd8b4788e14c2287d7d498c9d57ecacdd7cd79f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22b2428824f3f648a64762d9fd8b4788e14c2287d7d498c9d57ecacdd7cd79f4", kill_on_drop: false }`
[INFO] [stdout] 22b2428824f3f648a64762d9fd8b4788e14c2287d7d498c9d57ecacdd7cd79f4
[INFO] checking const-trig-0.0.2 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate const-trig 0.0.2 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate const-trig 0.0.2 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate const-trig 0.0.2
[INFO] finished tweaking crates.io crate const-trig 0.0.2
[INFO] tweaked toml for crates.io crate const-trig 0.0.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c651319f8ed8dbd0a47e241e0f9e5ce407d30b053d546781bd19ba23fb2cdb54
[INFO] running `Command { std: "docker" "start" "-a" "c651319f8ed8dbd0a47e241e0f9e5ce407d30b053d546781bd19ba23fb2cdb54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c651319f8ed8dbd0a47e241e0f9e5ce407d30b053d546781bd19ba23fb2cdb54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c651319f8ed8dbd0a47e241e0f9e5ce407d30b053d546781bd19ba23fb2cdb54", kill_on_drop: false }`
[INFO] [stdout] c651319f8ed8dbd0a47e241e0f9e5ce407d30b053d546781bd19ba23fb2cdb54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 48c08f4112cdca17137dfa0acab4b5ad82d77e2a1637468eda8fc68847d8dde7
[INFO] running `Command { std: "docker" "start" "-a" "48c08f4112cdca17137dfa0acab4b5ad82d77e2a1637468eda8fc68847d8dde7", kill_on_drop: false }`
[INFO] [stderr]     Checking const-trig v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]  --> src/pow.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const fn pow <T: Copy + ~const MulAssign> (x: T, n: usize) -> T {
[INFO] [stdout]   |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | declare!(@cross ToRadians radians IsNotDegrees Degrees Radians PI / 180.0);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | declare!(@cross ToRadians radians IsNotDegrees Degrees Radians PI / 180.0);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | declare!(@cross ToDegrees degrees IsNotRadians Radians Degrees 180.0 / PI);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | declare!(@cross ToDegrees degrees IsNotRadians Radians Degrees 180.0 / PI);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-trig` (lib) due to 79 previous errors
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 58 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 75 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 78 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]  --> src/pow.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const fn pow <T: Copy + ~const MulAssign> (x: T, n: usize) -> T {
[INFO] [stdout]   |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/pow.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const DivAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/sine_cosine.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Neg <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | declare!(@cross ToRadians radians IsNotDegrees Degrees Radians PI / 180.0);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | declare!(@cross ToRadians radians IsNotDegrees Degrees Radians PI / 180.0);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | declare!(@cross ToDegrees degrees IsNotRadians Radians Degrees 180.0 / PI);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/rads_degs.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 |         impl <T: Copy + ~const From <f32> + ~const Mul <Output = T>> const $trait for $big <T> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | declare!(@cross ToDegrees degrees IsNotRadians Radians Degrees 180.0 / PI);
[INFO] [stdout]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `declare` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/roots.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 52 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 58 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ~const From <f32> +
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 |     ~const Mul <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 |     ~const MulAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 75 |     ~const AddAssign +
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 |     ~const Sub <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 |     ~const Add <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/log.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 |     ~const Div <Output = T> +
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 78 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `const-trig` (lib test) due to 79 previous errors
[INFO] running `Command { std: "docker" "inspect" "48c08f4112cdca17137dfa0acab4b5ad82d77e2a1637468eda8fc68847d8dde7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48c08f4112cdca17137dfa0acab4b5ad82d77e2a1637468eda8fc68847d8dde7", kill_on_drop: false }`
[INFO] [stdout] 48c08f4112cdca17137dfa0acab4b5ad82d77e2a1637468eda8fc68847d8dde7
