[INFO] fetching crate abio 0.3.0...
[INFO] checking abio-0.3.0 against master#b286722878e18db29a7fbe672be7c4d3b02e8e4d for pr-127655
[INFO] extracting crate abio 0.3.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate abio 0.3.0 on toolchain b286722878e18db29a7fbe672be7c4d3b02e8e4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate abio 0.3.0
[INFO] finished tweaking crates.io crate abio 0.3.0
[INFO] tweaked toml for crates.io crate abio 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 20 packages to latest compatible versions
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded abio_derive v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 48445ff7a3d68d864f48bea78edb5260ba71884be238a1eaa6fb3cfe93b3f0a2
[INFO] running `Command { std: "docker" "start" "-a" "48445ff7a3d68d864f48bea78edb5260ba71884be238a1eaa6fb3cfe93b3f0a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48445ff7a3d68d864f48bea78edb5260ba71884be238a1eaa6fb3cfe93b3f0a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48445ff7a3d68d864f48bea78edb5260ba71884be238a1eaa6fb3cfe93b3f0a2", kill_on_drop: false }`
[INFO] [stdout] 48445ff7a3d68d864f48bea78edb5260ba71884be238a1eaa6fb3cfe93b3f0a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ceef7b49052191eb3febb7a24a1a977870cba90b3c5f00078463e8c13f57a8e9
[INFO] running `Command { std: "docker" "start" "-a" "ceef7b49052191eb3febb7a24a1a977870cba90b3c5f00078463e8c13f57a8e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking libloading v0.8.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling syn v2.0.71
[INFO] [stderr]    Compiling abio_derive v0.1.1
[INFO] [stderr]     Checking abio v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0049]: method `is_zero` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/integer/macros.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 284 |     fn is_zero(&self) -> bool;
[INFO] [stdout]     |               - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `is_zero` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/integer/macros.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 284 |     fn is_zero(&self) -> bool;
[INFO] [stdout]     |               - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `from_inner` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/shims.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 159 | pub trait FromInner<T: ?Sized> {
[INFO] [stdout] 160 |     fn from_inner(inner: T) -> Self;
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `into_inner` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/shims.rs:140:1
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 141 | pub trait IntoInner<T> {
[INFO] [stdout] 142 |     fn into_inner(self) -> T;
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `from_inner` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/shims.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 159 | pub trait FromInner<T: ?Sized> {
[INFO] [stdout] 160 |     fn from_inner(inner: T) -> Self;
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `into_inner` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/shims.rs:140:1
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 141 | pub trait IntoInner<T> {
[INFO] [stdout] 142 |     fn into_inner(self) -> T;
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<Self as macros::Integer>::as_ptr` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:289:23
[INFO] [stdout]     |
[INFO] [stdout] 289 |         unsafe { self.as_ptr().cast::<Self::Repr>().read() }
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<usize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<isize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::Usize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<Self as macros::Integer>::as_ptr` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:289:23
[INFO] [stdout]     |
[INFO] [stdout] 289 |         unsafe { self.as_ptr().cast::<Self::Repr>().read() }
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::Isize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<usize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<isize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::Usize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::Isize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 28 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0049.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 28 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0049.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `abio` (lib) due to 29 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `abio` (lib test) due to 29 previous errors
[INFO] running `Command { std: "docker" "inspect" "ceef7b49052191eb3febb7a24a1a977870cba90b3c5f00078463e8c13f57a8e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ceef7b49052191eb3febb7a24a1a977870cba90b3c5f00078463e8c13f57a8e9", kill_on_drop: false }`
[INFO] [stdout] ceef7b49052191eb3febb7a24a1a977870cba90b3c5f00078463e8c13f57a8e9
[INFO] checking abio-0.3.0 against try#6a5749073f2ebf59d7740d30e50a932a85756ee7 for pr-127655
[INFO] extracting crate abio 0.3.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate abio 0.3.0 on toolchain 6a5749073f2ebf59d7740d30e50a932a85756ee7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain
[INFO] started tweaking crates.io crate abio 0.3.0
[INFO] finished tweaking crates.io crate abio 0.3.0
[INFO] tweaked toml for crates.io crate abio 0.3.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 20 packages to latest compatible versions
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b97a14bf1f15ed47f13071278dae8a4c86acc8d5db11dc3a611541a6f07c13f0
[INFO] running `Command { std: "docker" "start" "-a" "b97a14bf1f15ed47f13071278dae8a4c86acc8d5db11dc3a611541a6f07c13f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b97a14bf1f15ed47f13071278dae8a4c86acc8d5db11dc3a611541a6f07c13f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b97a14bf1f15ed47f13071278dae8a4c86acc8d5db11dc3a611541a6f07c13f0", kill_on_drop: false }`
[INFO] [stdout] b97a14bf1f15ed47f13071278dae8a4c86acc8d5db11dc3a611541a6f07c13f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a497b53ca39fa5ff68ccb9f248d5013d21ec4f916357c866c129d2b4d645b1f1
[INFO] running `Command { std: "docker" "start" "-a" "a497b53ca39fa5ff68ccb9f248d5013d21ec4f916357c866c129d2b4d645b1f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking libloading v0.8.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling syn v2.0.71
[INFO] [stderr]    Compiling abio_derive v0.1.1
[INFO] [stderr]     Checking abio v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0049]: method `is_zero` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/integer/macros.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 284 |     fn is_zero(&self) -> bool;
[INFO] [stdout]     |               - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `is_zero` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/integer/macros.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] ...
[INFO] [stdout] 284 |     fn is_zero(&self) -> bool;
[INFO] [stdout]     |               - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `from_inner` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/shims.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 159 | pub trait FromInner<T: ?Sized> {
[INFO] [stdout] 160 |     fn from_inner(inner: T) -> Self;
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `into_inner` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/shims.rs:140:1
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 141 | pub trait IntoInner<T> {
[INFO] [stdout] 142 |     fn into_inner(self) -> T;
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `from_inner` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/shims.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 159 | pub trait FromInner<T: ?Sized> {
[INFO] [stdout] 160 |     fn from_inner(inner: T) -> Self;
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0049]: method `into_inner` has 1 const parameter but its trait declaration has 0 const parameters
[INFO] [stdout]    --> src/shims.rs:140:1
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[const_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^ found 1 const parameter
[INFO] [stdout] 141 | pub trait IntoInner<T> {
[INFO] [stdout] 142 |     fn into_inner(self) -> T;
[INFO] [stdout]     |                  - expected 0 const parameters
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<Self as macros::Integer>::as_ptr` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:289:23
[INFO] [stdout]     |
[INFO] [stdout] 289 |         unsafe { self.as_ptr().cast::<Self::Repr>().read() }
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<usize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<isize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::Usize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::Isize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<Self as macros::Integer>::as_ptr` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:289:23
[INFO] [stdout]     |
[INFO] [stdout] 289 |         unsafe { self.as_ptr().cast::<Self::Repr>().read() }
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<u128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<usize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<i128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<isize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::U128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::Usize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I8 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I16 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I32 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I64 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::I128 as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<aligned::Isize as macros::Integer>::value` in constant functions
[INFO] [stdout]    --> src/integer/macros.rs:301:26
[INFO] [stdout]     |
[INFO] [stdout] 301 |                       self.value() == 0
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 | / impl_integer_for_primitives! {
[INFO] [stdout] 309 | |     u8:     u8,
[INFO] [stdout] 310 | |     u16:    u16,
[INFO] [stdout] 311 | |     u32:    u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 335 | |     Isize:  isize,
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]     = note: this error originates in the macro `impl_integer_for_primitives` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]    --> src/lib.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 28 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0049.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `abio` (lib) due to 29 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 28 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0049.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `abio` (lib test) due to 29 previous errors
[INFO] running `Command { std: "docker" "inspect" "a497b53ca39fa5ff68ccb9f248d5013d21ec4f916357c866c129d2b4d645b1f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a497b53ca39fa5ff68ccb9f248d5013d21ec4f916357c866c129d2b4d645b1f1", kill_on_drop: false }`
[INFO] [stdout] a497b53ca39fa5ff68ccb9f248d5013d21ec4f916357c866c129d2b4d645b1f1
