[INFO] crate color 0.0.1 is already in cache [INFO] extracting crate color 0.0.1 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/color/0.0.1 [INFO] extracting crate color 0.0.1 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/color/0.0.1 [INFO] validating manifest of color-0.0.1 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of color-0.0.1 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing color-0.0.1 [INFO] finished frobbing color-0.0.1 [INFO] frobbed toml for color-0.0.1 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/color/0.0.1/Cargo.toml [INFO] started frobbing color-0.0.1 [INFO] finished frobbing color-0.0.1 [INFO] frobbed toml for color-0.0.1 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/color/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking color-0.0.1 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-7/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/color/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 12b50af75d5ec69534b07ed24479521596c4cb617be1bbd342f68c147ebc8cc1 [INFO] running `"docker" "start" "-a" "12b50af75d5ec69534b07ed24479521596c4cb617be1bbd342f68c147ebc8cc1"` [INFO] [stderr] Checking color v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/alpha.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | fn into_fixed(self) -> [T, ..4] { [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: `<` is interpreted as a start of generic arguments for `u16`, not a shift [INFO] [stderr] --> src/channel.rs:73:61 [INFO] [stderr] | [INFO] [stderr] 73 | #[inline] fn to_channel_u16(self) -> u16 { (self as u16 << 8) | self as u16 } [INFO] [stderr] | ----------- ^^ - interpreted as generic arguments [INFO] [stderr] | | | [INFO] [stderr] | | not interpreted as shift [INFO] [stderr] | help: try shifting the cast value: `(self as u16)` [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/hsv.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | fn into_fixed(self) -> [T, ..3] { [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/rgb.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | fn into_fixed(self) -> [T, ..3] { [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/lib.rs:61:30 [INFO] [stderr] | [INFO] [stderr] 61 | fn into_fixed(self) -> [T, ..3]; [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/lib.rs:65:30 [INFO] [stderr] | [INFO] [stderr] 65 | fn into_fixed(self) -> [T, ..4]; [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / #![comment = "A library that provides types and conversions for working with [INFO] [stderr] 19 | | various color formats."] [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | #![license = "ASL2"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/alpha.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | fn into_fixed(self) -> [T, ..4] { [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: `<` is interpreted as a start of generic arguments for `u16`, not a shift [INFO] [stderr] --> src/channel.rs:73:61 [INFO] [stderr] | [INFO] [stderr] 73 | #[inline] fn to_channel_u16(self) -> u16 { (self as u16 << 8) | self as u16 } [INFO] [stderr] | ----------- ^^ - interpreted as generic arguments [INFO] [stderr] | | | [INFO] [stderr] | | not interpreted as shift [INFO] [stderr] | help: try shifting the cast value: `(self as u16)` [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/hsv.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | fn into_fixed(self) -> [T, ..3] { [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/rgb.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | fn into_fixed(self) -> [T, ..3] { [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/lib.rs:61:30 [INFO] [stderr] | [INFO] [stderr] 61 | fn into_fixed(self) -> [T, ..3]; [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/lib.rs:65:30 [INFO] [stderr] | [INFO] [stderr] 65 | fn into_fixed(self) -> [T, ..4]; [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / #![comment = "A library that provides types and conversions for working with [INFO] [stderr] 19 | | various color formats."] [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | #![license = "ASL2"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::num::One`, `std::num::Zero` [INFO] [stderr] --> src/lib.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | use std::num::{One, Zero}; [INFO] [stderr] | ^^^ ^^^^ no `Zero` in `num` [INFO] [stderr] | | [INFO] [stderr] | no `One` in `num` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::num::Float`, `std::num::Primitive` [INFO] [stderr] --> src/channel.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | use std::num::{Float, Primitive}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ no `Primitive` in `num` [INFO] [stderr] | | [INFO] [stderr] | no `Float` in `num` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `comment` in this scope [INFO] [stderr] --> src/lib.rs:18:4 [INFO] [stderr] | [INFO] [stderr] 18 | #![comment = "A library that provides types and conversions for working with [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `license` in this scope [INFO] [stderr] --> src/lib.rs:20:4 [INFO] [stderr] | [INFO] [stderr] 20 | #![license = "ASL2"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/alpha.rs:19:3 [INFO] [stderr] | [INFO] [stderr] 19 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/hsv.rs:26:3 [INFO] [stderr] | [INFO] [stderr] 26 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/rgb.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/srgb.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/ycbcr.rs:18:3 [INFO] [stderr] | [INFO] [stderr] 18 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `std::num` [INFO] [stderr] --> src/channel.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `std::num` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `std::num` [INFO] [stderr] --> src/channel.rs:21:44 [INFO] [stderr] | [INFO] [stderr] 21 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `std::num` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `cast` in module `std::num` [INFO] [stderr] --> src/channel.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | std::num::cast(n).unwrap() [INFO] [stderr] | ^^^^ not found in `std::num` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 18 | use channel::cast; [INFO] [stderr] | [INFO] [stderr] 18 | use hsv::cast; [INFO] [stderr] | [INFO] [stderr] 18 | use rgb::cast; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stderr] --> src/hsv.rs:22:17 [INFO] [stderr] | [INFO] [stderr] 22 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stderr] --> src/hsv.rs:22:34 [INFO] [stderr] | [INFO] [stderr] 22 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `cast` in module `num` [INFO] [stderr] --> src/hsv.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | num::cast(n).unwrap() [INFO] [stderr] | ^^^^ not found in `num` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 16 | use channel::cast; [INFO] [stderr] | [INFO] [stderr] 16 | use hsv::cast; [INFO] [stderr] | [INFO] [stderr] 16 | use rgb::cast; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stderr] --> src/rgb.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stderr] --> src/rgb.rs:25:34 [INFO] [stderr] | [INFO] [stderr] 25 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `cast` in module `num` [INFO] [stderr] --> src/rgb.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | num::cast(n).unwrap() [INFO] [stderr] | ^^^^ not found in `num` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 16 | use channel::cast; [INFO] [stderr] | [INFO] [stderr] 16 | use hsv::cast; [INFO] [stderr] | [INFO] [stderr] 16 | use rgb::cast; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 38 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0425, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error[E0432]: unresolved imports `std::num::One`, `std::num::Zero` [INFO] [stderr] --> src/lib.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | use std::num::{One, Zero}; [INFO] [stderr] | ^^^ ^^^^ no `Zero` in `num` [INFO] [stderr] | | [INFO] [stderr] | no `One` in `num` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::num::Float`, `std::num::Primitive` [INFO] [stderr] --> src/channel.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | use std::num::{Float, Primitive}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^ no `Primitive` in `num` [INFO] [stderr] | | [INFO] [stderr] | no `Float` in `num` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `comment` in this scope [INFO] [stderr] --> src/lib.rs:18:4 [INFO] [stderr] | [INFO] [stderr] 18 | #![comment = "A library that provides types and conversions for working with [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `license` in this scope [INFO] [stderr] --> src/lib.rs:20:4 [INFO] [stderr] | [INFO] [stderr] 20 | #![license = "ASL2"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/alpha.rs:19:3 [INFO] [stderr] | [INFO] [stderr] 19 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `color`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:138:7 [INFO] [stderr] | [INFO] [stderr] 138 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:159:7 [INFO] [stderr] | [INFO] [stderr] 159 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:166:7 [INFO] [stderr] | [INFO] [stderr] 166 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:187:7 [INFO] [stderr] | [INFO] [stderr] 187 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:194:7 [INFO] [stderr] | [INFO] [stderr] 194 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:215:7 [INFO] [stderr] | [INFO] [stderr] 215 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:222:7 [INFO] [stderr] | [INFO] [stderr] 222 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:231:7 [INFO] [stderr] | [INFO] [stderr] 231 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:252:7 [INFO] [stderr] | [INFO] [stderr] 252 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/channel.rs:259:7 [INFO] [stderr] | [INFO] [stderr] 259 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:140:9 [INFO] [stderr] | [INFO] [stderr] 140 | assert_eq!(0x00_u8.to_channel_u8(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:140:9 [INFO] [stderr] | [INFO] [stderr] 140 | assert_eq!(0x00_u8.to_channel_u8(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:140:9 [INFO] [stderr] | [INFO] [stderr] 140 | assert_eq!(0x00_u8.to_channel_u8(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:140:9 [INFO] [stderr] | [INFO] [stderr] 140 | assert_eq!(0x00_u8.to_channel_u8(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:141:9 [INFO] [stderr] | [INFO] [stderr] 141 | assert_eq!(0x30_u8.to_channel_u8(), 0x30_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:141:9 [INFO] [stderr] | [INFO] [stderr] 141 | assert_eq!(0x30_u8.to_channel_u8(), 0x30_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:141:9 [INFO] [stderr] | [INFO] [stderr] 141 | assert_eq!(0x30_u8.to_channel_u8(), 0x30_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:141:9 [INFO] [stderr] | [INFO] [stderr] 141 | assert_eq!(0x30_u8.to_channel_u8(), 0x30_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | assert_eq!(0x66_u8.to_channel_u8(), 0x66_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | assert_eq!(0x66_u8.to_channel_u8(), 0x66_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | assert_eq!(0x66_u8.to_channel_u8(), 0x66_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | assert_eq!(0x66_u8.to_channel_u8(), 0x66_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | assert_eq!(0xA0_u8.to_channel_u8(), 0xA0_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | assert_eq!(0xA0_u8.to_channel_u8(), 0xA0_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | assert_eq!(0xA0_u8.to_channel_u8(), 0xA0_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:143:9 [INFO] [stderr] | [INFO] [stderr] 143 | assert_eq!(0xA0_u8.to_channel_u8(), 0xA0_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | assert_eq!(0xFF_u8.to_channel_u8(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | assert_eq!(0xFF_u8.to_channel_u8(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | assert_eq!(0xFF_u8.to_channel_u8(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | assert_eq!(0xFF_u8.to_channel_u8(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(0x00_u8.to_channel_u16(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(0x00_u8.to_channel_u16(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(0x00_u8.to_channel_u16(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(0x00_u8.to_channel_u16(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(0x30_u8.to_channel_u16(), 0x3030_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(0x30_u8.to_channel_u16(), 0x3030_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(0x30_u8.to_channel_u16(), 0x3030_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(0x30_u8.to_channel_u16(), 0x3030_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(0x66_u8.to_channel_u16(), 0x6666_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(0x66_u8.to_channel_u16(), 0x6666_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(0x66_u8.to_channel_u16(), 0x6666_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(0x66_u8.to_channel_u16(), 0x6666_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | assert_eq!(0xA0_u8.to_channel_u16(), 0xA0A0_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | assert_eq!(0xA0_u8.to_channel_u16(), 0xA0A0_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | assert_eq!(0xA0_u8.to_channel_u16(), 0xA0A0_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | assert_eq!(0xA0_u8.to_channel_u16(), 0xA0A0_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 150 | assert_eq!(0xFF_u8.to_channel_u16(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 150 | assert_eq!(0xFF_u8.to_channel_u16(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 150 | assert_eq!(0xFF_u8.to_channel_u16(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 150 | assert_eq!(0xFF_u8.to_channel_u16(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | assert_eq!(0x00_u8.to_channel_f32(), 0f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | assert_eq!(0x00_u8.to_channel_f32(), 0f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | assert_eq!(0x00_u8.to_channel_f32(), 0f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | assert_eq!(0x00_u8.to_channel_f32(), 0f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(0xFF_u8.to_channel_f32(), 1f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(0xFF_u8.to_channel_f32(), 1f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(0xFF_u8.to_channel_f32(), 1f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(0xFF_u8.to_channel_f32(), 1f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | assert_eq!(0x00_u8.to_channel_f64(), 0f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | assert_eq!(0x00_u8.to_channel_f64(), 0f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | assert_eq!(0x00_u8.to_channel_f64(), 0f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | assert_eq!(0x00_u8.to_channel_f64(), 0f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(0xFF_u8.to_channel_f64(), 1f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(0xFF_u8.to_channel_f64(), 1f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(0xFF_u8.to_channel_f64(), 1f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(0xFF_u8.to_channel_f64(), 1f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | assert_eq!(0x00_u8.invert_channel(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | assert_eq!(0x00_u8.invert_channel(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | assert_eq!(0x00_u8.invert_channel(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | assert_eq!(0x00_u8.invert_channel(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | assert_eq!(0x66_u8.invert_channel(), 0x99_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | assert_eq!(0x66_u8.invert_channel(), 0x99_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | assert_eq!(0x66_u8.invert_channel(), 0x99_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | assert_eq!(0x66_u8.invert_channel(), 0x99_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | assert_eq!(0xFF_u8.invert_channel(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | assert_eq!(0xFF_u8.invert_channel(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | assert_eq!(0xFF_u8.invert_channel(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | assert_eq!(0xFF_u8.invert_channel(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | assert_eq!(0x0000_u16.to_channel_u8(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | assert_eq!(0x0000_u16.to_channel_u8(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | assert_eq!(0x0000_u16.to_channel_u8(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | assert_eq!(0x0000_u16.to_channel_u8(), 0x00_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | assert_eq!(0x3300_u16.to_channel_u8(), 0x33_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | assert_eq!(0x3300_u16.to_channel_u8(), 0x33_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | assert_eq!(0x3300_u16.to_channel_u8(), 0x33_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | assert_eq!(0x3300_u16.to_channel_u8(), 0x33_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | assert_eq!(0x6666_u16.to_channel_u8(), 0x66_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | assert_eq!(0x6666_u16.to_channel_u8(), 0x66_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | assert_eq!(0x6666_u16.to_channel_u8(), 0x66_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | assert_eq!(0x6666_u16.to_channel_u8(), 0x66_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | assert_eq!(0xAA00_u16.to_channel_u8(), 0xAA_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | assert_eq!(0xAA00_u16.to_channel_u8(), 0xAA_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | assert_eq!(0xAA00_u16.to_channel_u8(), 0xAA_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | assert_eq!(0xAA00_u16.to_channel_u8(), 0xAA_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | assert_eq!(0xFFFF_u16.to_channel_u8(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | assert_eq!(0xFFFF_u16.to_channel_u8(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | assert_eq!(0xFFFF_u16.to_channel_u8(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | assert_eq!(0xFFFF_u16.to_channel_u8(), 0xFF_u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 174 | assert_eq!(0x0000_u16.to_channel_u16(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 174 | assert_eq!(0x0000_u16.to_channel_u16(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 174 | assert_eq!(0x0000_u16.to_channel_u16(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:174:9 [INFO] [stderr] | [INFO] [stderr] 174 | assert_eq!(0x0000_u16.to_channel_u16(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | assert_eq!(0x3300_u16.to_channel_u16(), 0x3300_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | assert_eq!(0x3300_u16.to_channel_u16(), 0x3300_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | assert_eq!(0x3300_u16.to_channel_u16(), 0x3300_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | assert_eq!(0x3300_u16.to_channel_u16(), 0x3300_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | assert_eq!(0x6666_u16.to_channel_u16(), 0x6666_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | assert_eq!(0x6666_u16.to_channel_u16(), 0x6666_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | assert_eq!(0x6666_u16.to_channel_u16(), 0x6666_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | assert_eq!(0x6666_u16.to_channel_u16(), 0x6666_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:177:9 [INFO] [stderr] | [INFO] [stderr] 177 | assert_eq!(0xAA00_u16.to_channel_u16(), 0xAA00_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:177:9 [INFO] [stderr] | [INFO] [stderr] 177 | assert_eq!(0xAA00_u16.to_channel_u16(), 0xAA00_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:177:9 [INFO] [stderr] | [INFO] [stderr] 177 | assert_eq!(0xAA00_u16.to_channel_u16(), 0xAA00_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:177:9 [INFO] [stderr] | [INFO] [stderr] 177 | assert_eq!(0xAA00_u16.to_channel_u16(), 0xAA00_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | assert_eq!(0xFFFF_u16.to_channel_u16(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | assert_eq!(0xFFFF_u16.to_channel_u16(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | assert_eq!(0xFFFF_u16.to_channel_u16(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | assert_eq!(0xFFFF_u16.to_channel_u16(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | assert_eq!(0x0000_u16.to_channel_f32(), 0f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | assert_eq!(0x0000_u16.to_channel_f32(), 0f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | assert_eq!(0x0000_u16.to_channel_f32(), 0f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | assert_eq!(0x0000_u16.to_channel_f32(), 0f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | assert_eq!(0xFFFF_u16.to_channel_f32(), 1f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | assert_eq!(0xFFFF_u16.to_channel_f32(), 1f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | assert_eq!(0xFFFF_u16.to_channel_f32(), 1f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | assert_eq!(0xFFFF_u16.to_channel_f32(), 1f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:183:9 [INFO] [stderr] | [INFO] [stderr] 183 | assert_eq!(0x0000_u16.to_channel_f64(), 0f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:183:9 [INFO] [stderr] | [INFO] [stderr] 183 | assert_eq!(0x0000_u16.to_channel_f64(), 0f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:183:9 [INFO] [stderr] | [INFO] [stderr] 183 | assert_eq!(0x0000_u16.to_channel_f64(), 0f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:183:9 [INFO] [stderr] | [INFO] [stderr] 183 | assert_eq!(0x0000_u16.to_channel_f64(), 0f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:184:9 [INFO] [stderr] | [INFO] [stderr] 184 | assert_eq!(0xFFFF_u16.to_channel_f64(), 1f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:184:9 [INFO] [stderr] | [INFO] [stderr] 184 | assert_eq!(0xFFFF_u16.to_channel_f64(), 1f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:184:9 [INFO] [stderr] | [INFO] [stderr] 184 | assert_eq!(0xFFFF_u16.to_channel_f64(), 1f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:184:9 [INFO] [stderr] | [INFO] [stderr] 184 | assert_eq!(0xFFFF_u16.to_channel_f64(), 1f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | assert_eq!(0x0000_u16.invert_channel(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | assert_eq!(0x0000_u16.invert_channel(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | assert_eq!(0x0000_u16.invert_channel(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | assert_eq!(0x0000_u16.invert_channel(), 0xFFFF_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:190:9 [INFO] [stderr] | [INFO] [stderr] 190 | assert_eq!(0x6666_u16.invert_channel(), 0x9999_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:190:9 [INFO] [stderr] | [INFO] [stderr] 190 | assert_eq!(0x6666_u16.invert_channel(), 0x9999_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:190:9 [INFO] [stderr] | [INFO] [stderr] 190 | assert_eq!(0x6666_u16.invert_channel(), 0x9999_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:190:9 [INFO] [stderr] | [INFO] [stderr] 190 | assert_eq!(0x6666_u16.invert_channel(), 0x9999_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | assert_eq!(0xFFFF_u16.invert_channel(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | assert_eq!(0xFFFF_u16.invert_channel(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | assert_eq!(0xFFFF_u16.invert_channel(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | assert_eq!(0xFFFF_u16.invert_channel(), 0x0000_u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | assert_eq!(0.00f32.to_channel_u8(), 0x00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | assert_eq!(0.00f32.to_channel_u8(), 0x00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | assert_eq!(0.00f32.to_channel_u8(), 0x00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | assert_eq!(0.00f32.to_channel_u8(), 0x00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | assert_eq!(0.25f32.to_channel_u8(), 0x3F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | assert_eq!(0.25f32.to_channel_u8(), 0x3F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | assert_eq!(0.25f32.to_channel_u8(), 0x3F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | assert_eq!(0.25f32.to_channel_u8(), 0x3F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | assert_eq!(0.50f32.to_channel_u8(), 0x7F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | assert_eq!(0.50f32.to_channel_u8(), 0x7F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | assert_eq!(0.50f32.to_channel_u8(), 0x7F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | assert_eq!(0.50f32.to_channel_u8(), 0x7F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | assert_eq!(0.75f32.to_channel_u8(), 0xBF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | assert_eq!(0.75f32.to_channel_u8(), 0xBF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | assert_eq!(0.75f32.to_channel_u8(), 0xBF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | assert_eq!(0.75f32.to_channel_u8(), 0xBF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | assert_eq!(1.00f32.to_channel_u8(), 0xFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | assert_eq!(1.00f32.to_channel_u8(), 0xFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | assert_eq!(1.00f32.to_channel_u8(), 0xFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | assert_eq!(1.00f32.to_channel_u8(), 0xFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | assert_eq!(0.00f32.to_channel_u16(), 0x0000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | assert_eq!(0.00f32.to_channel_u16(), 0x0000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | assert_eq!(0.00f32.to_channel_u16(), 0x0000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | assert_eq!(0.00f32.to_channel_u16(), 0x0000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | assert_eq!(0.25f32.to_channel_u16(), 0x3FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | assert_eq!(0.25f32.to_channel_u16(), 0x3FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | assert_eq!(0.25f32.to_channel_u16(), 0x3FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | assert_eq!(0.25f32.to_channel_u16(), 0x3FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:204:9 [INFO] [stderr] | [INFO] [stderr] 204 | assert_eq!(0.50f32.to_channel_u16(), 0x7FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:204:9 [INFO] [stderr] | [INFO] [stderr] 204 | assert_eq!(0.50f32.to_channel_u16(), 0x7FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:204:9 [INFO] [stderr] | [INFO] [stderr] 204 | assert_eq!(0.50f32.to_channel_u16(), 0x7FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:204:9 [INFO] [stderr] | [INFO] [stderr] 204 | assert_eq!(0.50f32.to_channel_u16(), 0x7FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | assert_eq!(0.75f32.to_channel_u16(), 0xBFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | assert_eq!(0.75f32.to_channel_u16(), 0xBFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | assert_eq!(0.75f32.to_channel_u16(), 0xBFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | assert_eq!(0.75f32.to_channel_u16(), 0xBFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 206 | assert_eq!(1.00f32.to_channel_u16(), 0xFFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 206 | assert_eq!(1.00f32.to_channel_u16(), 0xFFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 206 | assert_eq!(1.00f32.to_channel_u16(), 0xFFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 206 | assert_eq!(1.00f32.to_channel_u16(), 0xFFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | assert_eq!(0.00f32.to_channel_f32(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | assert_eq!(0.00f32.to_channel_f32(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | assert_eq!(0.00f32.to_channel_f32(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | assert_eq!(0.00f32.to_channel_f32(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:209:9 [INFO] [stderr] | [INFO] [stderr] 209 | assert_eq!(1.00f32.to_channel_f32(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:209:9 [INFO] [stderr] | [INFO] [stderr] 209 | assert_eq!(1.00f32.to_channel_f32(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:209:9 [INFO] [stderr] | [INFO] [stderr] 209 | assert_eq!(1.00f32.to_channel_f32(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:209:9 [INFO] [stderr] | [INFO] [stderr] 209 | assert_eq!(1.00f32.to_channel_f32(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:211:9 [INFO] [stderr] | [INFO] [stderr] 211 | assert_eq!(0.00f32.to_channel_f64(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:211:9 [INFO] [stderr] | [INFO] [stderr] 211 | assert_eq!(0.00f32.to_channel_f64(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:211:9 [INFO] [stderr] | [INFO] [stderr] 211 | assert_eq!(0.00f32.to_channel_f64(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:211:9 [INFO] [stderr] | [INFO] [stderr] 211 | assert_eq!(0.00f32.to_channel_f64(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:212:9 [INFO] [stderr] | [INFO] [stderr] 212 | assert_eq!(1.00f32.to_channel_f64(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:212:9 [INFO] [stderr] | [INFO] [stderr] 212 | assert_eq!(1.00f32.to_channel_f64(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:212:9 [INFO] [stderr] | [INFO] [stderr] 212 | assert_eq!(1.00f32.to_channel_f64(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:212:9 [INFO] [stderr] | [INFO] [stderr] 212 | assert_eq!(1.00f32.to_channel_f64(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | assert_eq!(0.00f32.invert_channel(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | assert_eq!(0.00f32.invert_channel(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | assert_eq!(0.00f32.invert_channel(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | assert_eq!(0.00f32.invert_channel(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | assert_eq!(0.50f32.invert_channel(), 0.50f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | assert_eq!(0.50f32.invert_channel(), 0.50f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | assert_eq!(0.50f32.invert_channel(), 0.50f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | assert_eq!(0.50f32.invert_channel(), 0.50f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 219 | assert_eq!(1.00f32.invert_channel(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 219 | assert_eq!(1.00f32.invert_channel(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 219 | assert_eq!(1.00f32.invert_channel(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 219 | assert_eq!(1.00f32.invert_channel(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | assert_eq!( 0.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | assert_eq!( 0.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | assert_eq!( 0.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | assert_eq!( 0.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | assert_eq!( 45.00f32.invert_degrees(), 225.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | assert_eq!( 45.00f32.invert_degrees(), 225.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | assert_eq!( 45.00f32.invert_degrees(), 225.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | assert_eq!( 45.00f32.invert_degrees(), 225.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | assert_eq!( 90.00f32.invert_degrees(), 270.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | assert_eq!( 90.00f32.invert_degrees(), 270.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | assert_eq!( 90.00f32.invert_degrees(), 270.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | assert_eq!( 90.00f32.invert_degrees(), 270.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:227:9 [INFO] [stderr] | [INFO] [stderr] 227 | assert_eq!(360.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:227:9 [INFO] [stderr] | [INFO] [stderr] 227 | assert_eq!(360.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:227:9 [INFO] [stderr] | [INFO] [stderr] 227 | assert_eq!(360.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:227:9 [INFO] [stderr] | [INFO] [stderr] 227 | assert_eq!(360.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:228:9 [INFO] [stderr] | [INFO] [stderr] 228 | assert_eq!(720.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:228:9 [INFO] [stderr] | [INFO] [stderr] 228 | assert_eq!(720.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:228:9 [INFO] [stderr] | [INFO] [stderr] 228 | assert_eq!(720.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:228:9 [INFO] [stderr] | [INFO] [stderr] 228 | assert_eq!(720.00f32.invert_degrees(), 180.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:233:9 [INFO] [stderr] | [INFO] [stderr] 233 | assert_eq!(0.00f64.to_channel_u8(), 0x00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:233:9 [INFO] [stderr] | [INFO] [stderr] 233 | assert_eq!(0.00f64.to_channel_u8(), 0x00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:233:9 [INFO] [stderr] | [INFO] [stderr] 233 | assert_eq!(0.00f64.to_channel_u8(), 0x00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:233:9 [INFO] [stderr] | [INFO] [stderr] 233 | assert_eq!(0.00f64.to_channel_u8(), 0x00); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:234:9 [INFO] [stderr] | [INFO] [stderr] 234 | assert_eq!(0.25f64.to_channel_u8(), 0x3F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:234:9 [INFO] [stderr] | [INFO] [stderr] 234 | assert_eq!(0.25f64.to_channel_u8(), 0x3F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:234:9 [INFO] [stderr] | [INFO] [stderr] 234 | assert_eq!(0.25f64.to_channel_u8(), 0x3F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:234:9 [INFO] [stderr] | [INFO] [stderr] 234 | assert_eq!(0.25f64.to_channel_u8(), 0x3F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:235:9 [INFO] [stderr] | [INFO] [stderr] 235 | assert_eq!(0.50f64.to_channel_u8(), 0x7F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:235:9 [INFO] [stderr] | [INFO] [stderr] 235 | assert_eq!(0.50f64.to_channel_u8(), 0x7F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:235:9 [INFO] [stderr] | [INFO] [stderr] 235 | assert_eq!(0.50f64.to_channel_u8(), 0x7F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:235:9 [INFO] [stderr] | [INFO] [stderr] 235 | assert_eq!(0.50f64.to_channel_u8(), 0x7F); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:236:9 [INFO] [stderr] | [INFO] [stderr] 236 | assert_eq!(0.75f64.to_channel_u8(), 0xBF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:236:9 [INFO] [stderr] | [INFO] [stderr] 236 | assert_eq!(0.75f64.to_channel_u8(), 0xBF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:236:9 [INFO] [stderr] | [INFO] [stderr] 236 | assert_eq!(0.75f64.to_channel_u8(), 0xBF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:236:9 [INFO] [stderr] | [INFO] [stderr] 236 | assert_eq!(0.75f64.to_channel_u8(), 0xBF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:237:9 [INFO] [stderr] | [INFO] [stderr] 237 | assert_eq!(1.00f64.to_channel_u8(), 0xFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:237:9 [INFO] [stderr] | [INFO] [stderr] 237 | assert_eq!(1.00f64.to_channel_u8(), 0xFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:237:9 [INFO] [stderr] | [INFO] [stderr] 237 | assert_eq!(1.00f64.to_channel_u8(), 0xFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:237:9 [INFO] [stderr] | [INFO] [stderr] 237 | assert_eq!(1.00f64.to_channel_u8(), 0xFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:239:9 [INFO] [stderr] | [INFO] [stderr] 239 | assert_eq!(0.00f64.to_channel_u16(), 0x0000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:239:9 [INFO] [stderr] | [INFO] [stderr] 239 | assert_eq!(0.00f64.to_channel_u16(), 0x0000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:239:9 [INFO] [stderr] | [INFO] [stderr] 239 | assert_eq!(0.00f64.to_channel_u16(), 0x0000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:239:9 [INFO] [stderr] | [INFO] [stderr] 239 | assert_eq!(0.00f64.to_channel_u16(), 0x0000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:240:9 [INFO] [stderr] | [INFO] [stderr] 240 | assert_eq!(0.25f64.to_channel_u16(), 0x3FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:240:9 [INFO] [stderr] | [INFO] [stderr] 240 | assert_eq!(0.25f64.to_channel_u16(), 0x3FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:240:9 [INFO] [stderr] | [INFO] [stderr] 240 | assert_eq!(0.25f64.to_channel_u16(), 0x3FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:240:9 [INFO] [stderr] | [INFO] [stderr] 240 | assert_eq!(0.25f64.to_channel_u16(), 0x3FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:241:9 [INFO] [stderr] | [INFO] [stderr] 241 | assert_eq!(0.50f64.to_channel_u16(), 0x7FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:241:9 [INFO] [stderr] | [INFO] [stderr] 241 | assert_eq!(0.50f64.to_channel_u16(), 0x7FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:241:9 [INFO] [stderr] | [INFO] [stderr] 241 | assert_eq!(0.50f64.to_channel_u16(), 0x7FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:241:9 [INFO] [stderr] | [INFO] [stderr] 241 | assert_eq!(0.50f64.to_channel_u16(), 0x7FFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:242:9 [INFO] [stderr] | [INFO] [stderr] 242 | assert_eq!(0.75f64.to_channel_u16(), 0xBFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:242:9 [INFO] [stderr] | [INFO] [stderr] 242 | assert_eq!(0.75f64.to_channel_u16(), 0xBFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:242:9 [INFO] [stderr] | [INFO] [stderr] 242 | assert_eq!(0.75f64.to_channel_u16(), 0xBFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:242:9 [INFO] [stderr] | [INFO] [stderr] 242 | assert_eq!(0.75f64.to_channel_u16(), 0xBFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:243:9 [INFO] [stderr] | [INFO] [stderr] 243 | assert_eq!(1.00f64.to_channel_u16(), 0xFFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:243:9 [INFO] [stderr] | [INFO] [stderr] 243 | assert_eq!(1.00f64.to_channel_u16(), 0xFFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:243:9 [INFO] [stderr] | [INFO] [stderr] 243 | assert_eq!(1.00f64.to_channel_u16(), 0xFFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:243:9 [INFO] [stderr] | [INFO] [stderr] 243 | assert_eq!(1.00f64.to_channel_u16(), 0xFFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | assert_eq!(0.00f64.to_channel_f32(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | assert_eq!(0.00f64.to_channel_f32(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | assert_eq!(0.00f64.to_channel_f32(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | assert_eq!(0.00f64.to_channel_f32(), 0.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:246:9 [INFO] [stderr] | [INFO] [stderr] 246 | assert_eq!(1.00f64.to_channel_f32(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:246:9 [INFO] [stderr] | [INFO] [stderr] 246 | assert_eq!(1.00f64.to_channel_f32(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:246:9 [INFO] [stderr] | [INFO] [stderr] 246 | assert_eq!(1.00f64.to_channel_f32(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:246:9 [INFO] [stderr] | [INFO] [stderr] 246 | assert_eq!(1.00f64.to_channel_f32(), 1.00f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:248:9 [INFO] [stderr] | [INFO] [stderr] 248 | assert_eq!(0.00f64.to_channel_f64(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:248:9 [INFO] [stderr] | [INFO] [stderr] 248 | assert_eq!(0.00f64.to_channel_f64(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:248:9 [INFO] [stderr] | [INFO] [stderr] 248 | assert_eq!(0.00f64.to_channel_f64(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:248:9 [INFO] [stderr] | [INFO] [stderr] 248 | assert_eq!(0.00f64.to_channel_f64(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:249:9 [INFO] [stderr] | [INFO] [stderr] 249 | assert_eq!(1.00f64.to_channel_f64(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:249:9 [INFO] [stderr] | [INFO] [stderr] 249 | assert_eq!(1.00f64.to_channel_f64(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:249:9 [INFO] [stderr] | [INFO] [stderr] 249 | assert_eq!(1.00f64.to_channel_f64(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:249:9 [INFO] [stderr] | [INFO] [stderr] 249 | assert_eq!(1.00f64.to_channel_f64(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:254:9 [INFO] [stderr] | [INFO] [stderr] 254 | assert_eq!(0.00f64.invert_channel(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:254:9 [INFO] [stderr] | [INFO] [stderr] 254 | assert_eq!(0.00f64.invert_channel(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:254:9 [INFO] [stderr] | [INFO] [stderr] 254 | assert_eq!(0.00f64.invert_channel(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:254:9 [INFO] [stderr] | [INFO] [stderr] 254 | assert_eq!(0.00f64.invert_channel(), 1.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:255:9 [INFO] [stderr] | [INFO] [stderr] 255 | assert_eq!(0.50f64.invert_channel(), 0.50f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:255:9 [INFO] [stderr] | [INFO] [stderr] 255 | assert_eq!(0.50f64.invert_channel(), 0.50f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:255:9 [INFO] [stderr] | [INFO] [stderr] 255 | assert_eq!(0.50f64.invert_channel(), 0.50f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:255:9 [INFO] [stderr] | [INFO] [stderr] 255 | assert_eq!(0.50f64.invert_channel(), 0.50f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:256:9 [INFO] [stderr] | [INFO] [stderr] 256 | assert_eq!(1.00f64.invert_channel(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:256:9 [INFO] [stderr] | [INFO] [stderr] 256 | assert_eq!(1.00f64.invert_channel(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:256:9 [INFO] [stderr] | [INFO] [stderr] 256 | assert_eq!(1.00f64.invert_channel(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:256:9 [INFO] [stderr] | [INFO] [stderr] 256 | assert_eq!(1.00f64.invert_channel(), 0.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | assert_eq!( 0.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | assert_eq!( 0.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | assert_eq!( 0.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | assert_eq!( 0.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | assert_eq!( 45.00f64.invert_degrees(), 225.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | assert_eq!( 45.00f64.invert_degrees(), 225.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | assert_eq!( 45.00f64.invert_degrees(), 225.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | assert_eq!( 45.00f64.invert_degrees(), 225.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:263:9 [INFO] [stderr] | [INFO] [stderr] 263 | assert_eq!( 90.00f64.invert_degrees(), 270.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:263:9 [INFO] [stderr] | [INFO] [stderr] 263 | assert_eq!( 90.00f64.invert_degrees(), 270.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:263:9 [INFO] [stderr] | [INFO] [stderr] 263 | assert_eq!( 90.00f64.invert_degrees(), 270.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:263:9 [INFO] [stderr] | [INFO] [stderr] 263 | assert_eq!( 90.00f64.invert_degrees(), 270.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | assert_eq!(360.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | assert_eq!(360.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | assert_eq!(360.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | assert_eq!(360.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/channel.rs:265:9 [INFO] [stderr] | [INFO] [stderr] 265 | assert_eq!(720.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/channel.rs:265:9 [INFO] [stderr] | [INFO] [stderr] 265 | assert_eq!(720.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/channel.rs:265:9 [INFO] [stderr] | [INFO] [stderr] 265 | assert_eq!(720.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/channel.rs:265:9 [INFO] [stderr] | [INFO] [stderr] 265 | assert_eq!(720.00f64.invert_degrees(), 180.00f64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/hsv.rs:26:3 [INFO] [stderr] | [INFO] [stderr] 26 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/hsv.rs:143:7 [INFO] [stderr] | [INFO] [stderr] 143 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/hsv.rs:151:7 [INFO] [stderr] | [INFO] [stderr] 151 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hsv.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | assert_eq!(Hsv::::new(0.0, 0.0, 1.0).to_hsv::(), Hsv::::new(0.0, 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | assert_eq!(Hsv::::new(0.0, 0.0, 1.0).to_hsv::(), Hsv::::new(0.0, 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | assert_eq!(Hsv::::new(0.0, 0.0, 1.0).to_hsv::(), Hsv::::new(0.0, 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | assert_eq!(Hsv::::new(0.0, 0.0, 1.0).to_hsv::(), Hsv::::new(0.0, 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hsv.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(Hsv::::new(0.0, 1.0, 0.6).to_hsv::(), Hsv::::new(0.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(Hsv::::new(0.0, 1.0, 0.6).to_hsv::(), Hsv::::new(0.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(Hsv::::new(0.0, 1.0, 0.6).to_hsv::(), Hsv::::new(0.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(Hsv::::new(0.0, 1.0, 0.6).to_hsv::(), Hsv::::new(0.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hsv.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(Hsv::::new(120.0, 1.0, 0.6).to_hsv::(), Hsv::::new(120.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(Hsv::::new(120.0, 1.0, 0.6).to_hsv::(), Hsv::::new(120.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(Hsv::::new(120.0, 1.0, 0.6).to_hsv::(), Hsv::::new(120.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(Hsv::::new(120.0, 1.0, 0.6).to_hsv::(), Hsv::::new(120.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hsv.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(Hsv::::new(240.0, 1.0, 0.6).to_hsv::(), Hsv::::new(240.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(Hsv::::new(240.0, 1.0, 0.6).to_hsv::(), Hsv::::new(240.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(Hsv::::new(240.0, 1.0, 0.6).to_hsv::(), Hsv::::new(240.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(Hsv::::new(240.0, 1.0, 0.6).to_hsv::(), Hsv::::new(240.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hsv.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(Hsv::::new(0.0, 0.0, 1.0).to_rgb::(), Rgb::::new(0xFF, 0xFF, 0xFF)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(Hsv::::new(0.0, 0.0, 1.0).to_rgb::(), Rgb::::new(0xFF, 0xFF, 0xFF)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(Hsv::::new(0.0, 0.0, 1.0).to_rgb::(), Rgb::::new(0xFF, 0xFF, 0xFF)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(Hsv::::new(0.0, 0.0, 1.0).to_rgb::(), Rgb::::new(0xFF, 0xFF, 0xFF)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hsv.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | assert_eq!(Hsv::::new(0.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x99, 0x00, 0x00)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | assert_eq!(Hsv::::new(0.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x99, 0x00, 0x00)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | assert_eq!(Hsv::::new(0.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x99, 0x00, 0x00)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | assert_eq!(Hsv::::new(0.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x99, 0x00, 0x00)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hsv.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | assert_eq!(Hsv::::new(120.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x00, 0x99, 0x00)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | assert_eq!(Hsv::::new(120.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x00, 0x99, 0x00)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | assert_eq!(Hsv::::new(120.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x00, 0x99, 0x00)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:155:9 [INFO] [stderr] | [INFO] [stderr] 155 | assert_eq!(Hsv::::new(120.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x00, 0x99, 0x00)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/hsv.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(Hsv::::new(240.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x00, 0x00, 0x99)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/hsv.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(Hsv::::new(240.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x00, 0x00, 0x99)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/hsv.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(Hsv::::new(240.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x00, 0x00, 0x99)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/hsv.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(Hsv::::new(240.0, 1.0, 0.6).to_rgb::(), Rgb::::new(0x00, 0x00, 0x99)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/rgb.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | panic!("Not yet implemented") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/rgb.rs:286:7 [INFO] [stderr] | [INFO] [stderr] 286 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `test` [INFO] [stderr] --> src/rgb.rs:292:7 [INFO] [stderr] | [INFO] [stderr] 292 | #[test] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/rgb.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | assert_eq!(Rgb::::new(0xA0, 0xA0, 0xA0).to_rgb::(), Rgb::::new(0xA0, 0xA0, 0xA0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | assert_eq!(Rgb::::new(0xA0, 0xA0, 0xA0).to_rgb::(), Rgb::::new(0xA0, 0xA0, 0xA0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | assert_eq!(Rgb::::new(0xA0, 0xA0, 0xA0).to_rgb::(), Rgb::::new(0xA0, 0xA0, 0xA0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | assert_eq!(Rgb::::new(0xA0, 0xA0, 0xA0).to_rgb::(), Rgb::::new(0xA0, 0xA0, 0xA0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/rgb.rs:289:9 [INFO] [stderr] | [INFO] [stderr] 289 | assert_eq!(Rgb::::new(0xA0, 0xA0, 0xA0).to_rgb::(), Rgb::::new(0xA0A0, 0xA0A0, 0xA0A0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:289:9 [INFO] [stderr] | [INFO] [stderr] 289 | assert_eq!(Rgb::::new(0xA0, 0xA0, 0xA0).to_rgb::(), Rgb::::new(0xA0A0, 0xA0A0, 0xA0A0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:289:9 [INFO] [stderr] | [INFO] [stderr] 289 | assert_eq!(Rgb::::new(0xA0, 0xA0, 0xA0).to_rgb::(), Rgb::::new(0xA0A0, 0xA0A0, 0xA0A0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:289:9 [INFO] [stderr] | [INFO] [stderr] 289 | assert_eq!(Rgb::::new(0xA0, 0xA0, 0xA0).to_rgb::(), Rgb::::new(0xA0A0, 0xA0A0, 0xA0A0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/rgb.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 294 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(0.0, 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 294 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(0.0, 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 294 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(0.0, 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 294 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(0.0, 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/rgb.rs:295:9 [INFO] [stderr] | [INFO] [stderr] 295 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(0.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:295:9 [INFO] [stderr] | [INFO] [stderr] 295 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(0.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:295:9 [INFO] [stderr] | [INFO] [stderr] 295 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(0.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:295:9 [INFO] [stderr] | [INFO] [stderr] 295 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(0.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/rgb.rs:296:9 [INFO] [stderr] | [INFO] [stderr] 296 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(120.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:296:9 [INFO] [stderr] | [INFO] [stderr] 296 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(120.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:296:9 [INFO] [stderr] | [INFO] [stderr] 296 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(120.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:296:9 [INFO] [stderr] | [INFO] [stderr] 296 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(120.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> src/rgb.rs:297:9 [INFO] [stderr] | [INFO] [stderr] 297 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(240.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> src/rgb.rs:297:9 [INFO] [stderr] | [INFO] [stderr] 297 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(240.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> src/rgb.rs:297:9 [INFO] [stderr] | [INFO] [stderr] 297 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(240.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> src/rgb.rs:297:9 [INFO] [stderr] | [INFO] [stderr] 297 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(240.0, 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/srgb.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/ycbcr.rs:18:3 [INFO] [stderr] | [INFO] [stderr] 18 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `std::num` [INFO] [stderr] --> src/channel.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `std::num` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `std::num` [INFO] [stderr] --> src/channel.rs:21:44 [INFO] [stderr] | [INFO] [stderr] 21 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `std::num` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `cast` in module `std::num` [INFO] [stderr] --> src/channel.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | std::num::cast(n).unwrap() [INFO] [stderr] | ^^^^ not found in `std::num` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 18 | use channel::cast; [INFO] [stderr] | [INFO] [stderr] 18 | use hsv::cast; [INFO] [stderr] | [INFO] [stderr] 18 | use rgb::cast; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stderr] --> src/hsv.rs:22:17 [INFO] [stderr] | [INFO] [stderr] 22 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stderr] --> src/hsv.rs:22:34 [INFO] [stderr] | [INFO] [stderr] 22 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `cast` in module `num` [INFO] [stderr] --> src/hsv.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | num::cast(n).unwrap() [INFO] [stderr] | ^^^^ not found in `num` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 16 | use channel::cast; [INFO] [stderr] | [INFO] [stderr] 16 | use hsv::cast; [INFO] [stderr] | [INFO] [stderr] 16 | use rgb::cast; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stderr] --> src/rgb.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stderr] --> src/rgb.rs:25:34 [INFO] [stderr] | [INFO] [stderr] 25 | fn cast(n: T) -> U { [INFO] [stderr] | ^^^^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `cast` in module `num` [INFO] [stderr] --> src/rgb.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | num::cast(n).unwrap() [INFO] [stderr] | ^^^^ not found in `num` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 16 | use channel::cast; [INFO] [stderr] | [INFO] [stderr] 16 | use hsv::cast; [INFO] [stderr] | [INFO] [stderr] 16 | use rgb::cast; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 420 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0425, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: Could not compile `color`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "12b50af75d5ec69534b07ed24479521596c4cb617be1bbd342f68c147ebc8cc1"` [INFO] running `"docker" "rm" "-f" "12b50af75d5ec69534b07ed24479521596c4cb617be1bbd342f68c147ebc8cc1"` [INFO] [stdout] 12b50af75d5ec69534b07ed24479521596c4cb617be1bbd342f68c147ebc8cc1