[INFO] fetching crate xops_core 0.1.1...
[INFO] testing xops_core-0.1.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate xops_core 0.1.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate xops_core 0.1.1
[INFO] finished tweaking crates.io crate xops_core 0.1.1
[INFO] tweaked toml for crates.io crate xops_core 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate xops_core 0.1.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding darling v0.13.4 (available: v0.23.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 48366416d278653d879d598440b6bc8bd7842634e1ac2f55acd602e3dbbce0e0
[INFO] running `Command { std: "docker" "start" "-a" "48366416d278653d879d598440b6bc8bd7842634e1ac2f55acd602e3dbbce0e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48366416d278653d879d598440b6bc8bd7842634e1ac2f55acd602e3dbbce0e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48366416d278653d879d598440b6bc8bd7842634e1ac2f55acd602e3dbbce0e0", kill_on_drop: false }`
[INFO] [stdout] 48366416d278653d879d598440b6bc8bd7842634e1ac2f55acd602e3dbbce0e0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6cefaa0af1b28626b2e660a7b3f7f291da450b527f3bcd60bca8380721eea11f
[INFO] running `Command { std: "docker" "start" "-a" "6cefaa0af1b28626b2e660a7b3f7f291da450b527f3bcd60bca8380721eea11f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling xops_core v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `write::*`
[INFO] [stdout]  --> src/binop.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use write::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_verbatim` and `try_deref` are never used
[INFO] [stdout]   --> src/utils.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait TypeConversion: Sized {
[INFO] [stdout]    |           -------------- methods in this trait
[INFO] [stdout] 13 |     fn as_ref(&self) -> Self;
[INFO] [stdout] 14 |     fn as_verbatim(&self) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 15 |     fn as_deref(&self) -> Option<Self>;
[INFO] [stdout] 16 |     fn try_deref(&self) -> Result<Self, String>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s
[INFO] running `Command { std: "docker" "inspect" "6cefaa0af1b28626b2e660a7b3f7f291da450b527f3bcd60bca8380721eea11f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cefaa0af1b28626b2e660a7b3f7f291da450b527f3bcd60bca8380721eea11f", kill_on_drop: false }`
[INFO] [stdout] 6cefaa0af1b28626b2e660a7b3f7f291da450b527f3bcd60bca8380721eea11f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3612318e86777cddb8adddc40a50f6bd9a00ba4f8264d69d3444637fd174997f
[INFO] running `Command { std: "docker" "start" "-a" "3612318e86777cddb8adddc40a50f6bd9a00ba4f8264d69d3444637fd174997f", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `write::*`
[INFO] [stdout]  --> src/binop.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use write::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_verbatim` and `try_deref` are never used
[INFO] [stdout]   --> src/utils.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait TypeConversion: Sized {
[INFO] [stdout]    |           -------------- methods in this trait
[INFO] [stdout] 13 |     fn as_ref(&self) -> Self;
[INFO] [stdout] 14 |     fn as_verbatim(&self) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 15 |     fn as_deref(&self) -> Option<Self>;
[INFO] [stdout] 16 |     fn try_deref(&self) -> Result<Self, String>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling xops_core v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `write::*`
[INFO] [stdout]  --> src/binop.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use write::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_verbatim` and `try_deref` are never used
[INFO] [stdout]   --> src/utils.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait TypeConversion: Sized {
[INFO] [stdout]    |           -------------- methods in this trait
[INFO] [stdout] 13 |     fn as_ref(&self) -> Self;
[INFO] [stdout] 14 |     fn as_verbatim(&self) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 15 |     fn as_deref(&self) -> Option<Self>;
[INFO] [stdout] 16 |     fn try_deref(&self) -> Result<Self, String>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "3612318e86777cddb8adddc40a50f6bd9a00ba4f8264d69d3444637fd174997f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3612318e86777cddb8adddc40a50f6bd9a00ba4f8264d69d3444637fd174997f", kill_on_drop: false }`
[INFO] [stdout] 3612318e86777cddb8adddc40a50f6bd9a00ba4f8264d69d3444637fd174997f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3fa9a68bfe1c3d5a921ab4e00e9e31e9be4dfc33d879da676bf2d271bb531c29
[INFO] running `Command { std: "docker" "start" "-a" "3fa9a68bfe1c3d5a921ab4e00e9e31e9be4dfc33d879da676bf2d271bb531c29", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `write::*`
[INFO] [stderr]  --> src/binop.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use write::*;
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `as_verbatim` and `try_deref` are never used
[INFO] [stderr]   --> src/utils.rs:14:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub trait TypeConversion: Sized {
[INFO] [stderr]    |           -------------- methods in this trait
[INFO] [stderr] 13 |     fn as_ref(&self) -> Self;
[INFO] [stderr] 14 |     fn as_verbatim(&self) -> Self;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 15 |     fn as_deref(&self) -> Option<Self>;
[INFO] [stderr] 16 |     fn try_deref(&self) -> Result<Self, String>;
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `xops_core` (lib) generated 2 warnings (run `cargo fix --lib -p xops_core` to apply 1 suggestion)
[INFO] [stderr] warning: `xops_core` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xops_core-f37bec67637d8bde)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests xops_core
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::ref_both_clone (line 194) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::ref_rhs_clone (line 158) ... FAILED
[INFO] [stdout] test src/binop/parse.rs - binop::parse::BinOpImpl (line 52) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::commute (line 232) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::ref_rhs_clone (line 164) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::ref_lhs_clone (line 127) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::ref_both_clone (line 200) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::try_deref_lhs (line 19) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::try_deref_both (line 84) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::ref_lhs_clone (line 121) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::try_deref_both (line 90) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::commute (line 238) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::try_deref_lhs (line 13) ... FAILED
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::try_deref_rhs (line 55) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/binop/write.rs - binop::write::BinOpImpl::try_deref_rhs (line 49) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::ref_both_clone (line 194) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/binop/write.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl Op<B> for A {
[INFO] [stdout]     |                  - item list starts here
[INFO] [stdout] 196 |     ...
[INFO] [stdout]     |     ^^^ non-item starts here
[INFO] [stdout] 197 | }
[INFO] [stdout]     | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]    --> src/binop/write.rs:195:6
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl Op<B> for A {
[INFO] [stdout]     |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]    --> src/binop/write.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl Op<B> for A {
[INFO] [stdout]     |         ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl<B> Op<B> for A {
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]    --> src/binop/write.rs:195:16
[INFO] [stdout]     |
[INFO] [stdout] 195 | impl Op<B> for A {
[INFO] [stdout]     |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::ref_rhs_clone (line 158) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/binop/write.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Op<B> for A {
[INFO] [stdout]     |                  - item list starts here
[INFO] [stdout] 160 |     ...
[INFO] [stdout]     |     ^^^ non-item starts here
[INFO] [stdout] 161 | }
[INFO] [stdout]     | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]    --> src/binop/write.rs:159:6
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Op<B> for A {
[INFO] [stdout]     |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]    --> src/binop/write.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Op<B> for A {
[INFO] [stdout]     |         ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl<B> Op<B> for A {
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]    --> src/binop/write.rs:159:16
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Op<B> for A {
[INFO] [stdout]     |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/parse.rs - binop::parse::BinOpImpl (line 52) stdout ----
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]   --> src/binop/parse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         ...
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]    |
[INFO] [stdout] 57 -         ...
[INFO] [stdout] 57 +         ..
[INFO] [stdout]    |
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout] 57 -         ...
[INFO] [stdout] 57 +         ..=
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]   --> src/binop/parse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         ...
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] help: use `..` instead
[INFO] [stdout]    |
[INFO] [stdout] 57 -         ...
[INFO] [stdout] 57 +         ..
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope
[INFO] [stdout]   --> src/binop/parse.rs:53:6
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Add<B> for A {
[INFO] [stdout]    |      ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 52 + use std::ops::Add;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]   --> src/binop/parse.rs:53:10
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Add<B> for A {
[INFO] [stdout]    |          ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl<B> Add<B> for A {
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]   --> src/binop/parse.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Add<B> for A {
[INFO] [stdout]    |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `C` in this scope
[INFO] [stdout]   --> src/binop/parse.rs:54:19
[INFO] [stdout]    |
[INFO] [stdout] 54 |     type Output = C;
[INFO] [stdout]    |                   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]   --> src/binop/parse.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn add(self, rhs: B) -> Self::Output {
[INFO] [stdout]    |                       ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0586.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::commute (line 232) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/binop/write.rs:234:5
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl Op<B> for A {
[INFO] [stdout]     |                  - item list starts here
[INFO] [stdout] 234 |     ...
[INFO] [stdout]     |     ^^^ non-item starts here
[INFO] [stdout] 235 | }
[INFO] [stdout]     | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]    --> src/binop/write.rs:233:6
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl Op<B> for A {
[INFO] [stdout]     |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]    --> src/binop/write.rs:233:9
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl Op<B> for A {
[INFO] [stdout]     |         ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl<B> Op<B> for A {
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]    --> src/binop/write.rs:233:16
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl Op<B> for A {
[INFO] [stdout]     |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::ref_rhs_clone (line 164) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/binop/write.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 165 | impl Op<&B> for A {
[INFO] [stdout]     |                   - item list starts here
[INFO] [stdout] 166 |     ...
[INFO] [stdout]     |     ^^^ non-item starts here
[INFO] [stdout] ...
[INFO] [stdout] 170 | }
[INFO] [stdout]     | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]    --> src/binop/write.rs:165:6
[INFO] [stdout]     |
[INFO] [stdout] 165 | impl Op<&B> for A {
[INFO] [stdout]     |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]    --> src/binop/write.rs:165:10
[INFO] [stdout]     |
[INFO] [stdout] 165 | impl Op<&B> for A {
[INFO] [stdout]     |          ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 165 | impl<B> Op<&B> for A {
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]    --> src/binop/write.rs:165:17
[INFO] [stdout]     |
[INFO] [stdout] 165 | impl Op<&B> for A {
[INFO] [stdout]     |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::ref_lhs_clone (line 127) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/binop/write.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 128 | impl Op<B> for &A {
[INFO] [stdout]     |                   - item list starts here
[INFO] [stdout] 129 |     ...
[INFO] [stdout]     |     ^^^ non-item starts here
[INFO] [stdout] ...
[INFO] [stdout] 133 | }
[INFO] [stdout]     | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]    --> src/binop/write.rs:128:6
[INFO] [stdout]     |
[INFO] [stdout] 128 | impl Op<B> for &A {
[INFO] [stdout]     |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]    --> src/binop/write.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | impl Op<B> for &A {
[INFO] [stdout]     |         ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 128 | impl<B> Op<B> for &A {
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]    --> src/binop/write.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 | impl Op<B> for &A {
[INFO] [stdout]     |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::ref_both_clone (line 200) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/binop/write.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl Op<&B> for &A {
[INFO] [stdout]     |                    - item list starts here
[INFO] [stdout] 202 |     ...
[INFO] [stdout]     |     ^^^ non-item starts here
[INFO] [stdout] ...
[INFO] [stdout] 206 | }
[INFO] [stdout]     | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]    --> src/binop/write.rs:201:6
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl Op<&B> for &A {
[INFO] [stdout]     |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]    --> src/binop/write.rs:201:10
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl Op<&B> for &A {
[INFO] [stdout]     |          ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl<B> Op<&B> for &A {
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]    --> src/binop/write.rs:201:18
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl Op<&B> for &A {
[INFO] [stdout]     |                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::try_deref_lhs (line 19) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]   --> src/binop/write.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Op<B> for A {
[INFO] [stdout]    |                  - item list starts here
[INFO] [stdout] 21 |     ...
[INFO] [stdout]    |     ^^^ non-item starts here
[INFO] [stdout] ...
[INFO] [stdout] 25 | }
[INFO] [stdout]    | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]   --> src/binop/write.rs:20:6
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Op<B> for A {
[INFO] [stdout]    |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]   --> src/binop/write.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Op<B> for A {
[INFO] [stdout]    |         ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<B> Op<B> for A {
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]   --> src/binop/write.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Op<B> for A {
[INFO] [stdout]    |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::try_deref_both (line 84) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]   --> src/binop/write.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl Op<&B> for &A {
[INFO] [stdout]    |                    - item list starts here
[INFO] [stdout] 86 |     ...
[INFO] [stdout]    |     ^^^ non-item starts here
[INFO] [stdout] 87 | }
[INFO] [stdout]    | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]   --> src/binop/write.rs:85:6
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl Op<&B> for &A {
[INFO] [stdout]    |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]   --> src/binop/write.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl Op<&B> for &A {
[INFO] [stdout]    |          ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl<B> Op<&B> for &A {
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]   --> src/binop/write.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 85 | impl Op<&B> for &A {
[INFO] [stdout]    |                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::ref_lhs_clone (line 121) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/binop/write.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl Op<B> for A {
[INFO] [stdout]     |                  - item list starts here
[INFO] [stdout] 123 |     ...
[INFO] [stdout]     |     ^^^ non-item starts here
[INFO] [stdout] 124 | }
[INFO] [stdout]     | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]    --> src/binop/write.rs:122:6
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl Op<B> for A {
[INFO] [stdout]     |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]    --> src/binop/write.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl Op<B> for A {
[INFO] [stdout]     |         ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl<B> Op<B> for A {
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]    --> src/binop/write.rs:122:16
[INFO] [stdout]     |
[INFO] [stdout] 122 | impl Op<B> for A {
[INFO] [stdout]     |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::try_deref_both (line 90) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]   --> src/binop/write.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl Op<B> for A {
[INFO] [stdout]    |                  - item list starts here
[INFO] [stdout] 92 |     ...
[INFO] [stdout]    |     ^^^ non-item starts here
[INFO] [stdout] ...
[INFO] [stdout] 96 | }
[INFO] [stdout]    | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]   --> src/binop/write.rs:91:6
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl Op<B> for A {
[INFO] [stdout]    |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]   --> src/binop/write.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl Op<B> for A {
[INFO] [stdout]    |         ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl<B> Op<B> for A {
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]   --> src/binop/write.rs:91:16
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl Op<B> for A {
[INFO] [stdout]    |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::commute (line 238) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/binop/write.rs:240:5
[INFO] [stdout]     |
[INFO] [stdout] 239 | impl Op<A> for B {
[INFO] [stdout]     |                  - item list starts here
[INFO] [stdout] 240 |     ...
[INFO] [stdout]     |     ^^^ non-item starts here
[INFO] [stdout] ...
[INFO] [stdout] 244 | }
[INFO] [stdout]     | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]    --> src/binop/write.rs:239:6
[INFO] [stdout]     |
[INFO] [stdout] 239 | impl Op<A> for B {
[INFO] [stdout]     |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]    --> src/binop/write.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 | impl Op<A> for B {
[INFO] [stdout]     |         ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 239 | impl<A> Op<A> for B {
[INFO] [stdout]     |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]    --> src/binop/write.rs:239:16
[INFO] [stdout]     |
[INFO] [stdout] 239 | impl Op<A> for B {
[INFO] [stdout]     |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::try_deref_lhs (line 13) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]   --> src/binop/write.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Op<B> for &A {
[INFO] [stdout]    |                   - item list starts here
[INFO] [stdout] 15 |     ...
[INFO] [stdout]    |     ^^^ non-item starts here
[INFO] [stdout] 16 | }
[INFO] [stdout]    | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]   --> src/binop/write.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Op<B> for &A {
[INFO] [stdout]    |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]   --> src/binop/write.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Op<B> for &A {
[INFO] [stdout]    |         ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<B> Op<B> for &A {
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]   --> src/binop/write.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Op<B> for &A {
[INFO] [stdout]    |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::try_deref_rhs (line 55) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]   --> src/binop/write.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl Op<B> for A {
[INFO] [stdout]    |                  - item list starts here
[INFO] [stdout] 57 |     ...
[INFO] [stdout]    |     ^^^ non-item starts here
[INFO] [stdout] ...
[INFO] [stdout] 61 | }
[INFO] [stdout]    | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]   --> src/binop/write.rs:56:6
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl Op<B> for A {
[INFO] [stdout]    |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]   --> src/binop/write.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl Op<B> for A {
[INFO] [stdout]    |         ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl<B> Op<B> for A {
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]   --> src/binop/write.rs:56:16
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl Op<B> for A {
[INFO] [stdout]    |                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/binop/write.rs - binop::write::BinOpImpl::try_deref_rhs (line 49) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]   --> src/binop/write.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl Op<&B> for A {
[INFO] [stdout]    |                   - item list starts here
[INFO] [stdout] 51 |     ...
[INFO] [stdout]    |     ^^^ non-item starts here
[INFO] [stdout] 52 | }
[INFO] [stdout]    | - item list ends here
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Op` in this scope
[INFO] [stdout]   --> src/binop/write.rs:50:6
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl Op<&B> for A {
[INFO] [stdout]    |      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `B` in this scope
[INFO] [stdout]   --> src/binop/write.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl Op<&B> for A {
[INFO] [stdout]    |          ^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl<B> Op<&B> for A {
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `A` in this scope
[INFO] [stdout]   --> src/binop/write.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl Op<&B> for A {
[INFO] [stdout]    |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/binop/parse.rs - binop::parse::BinOpImpl (line 52)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::commute (line 232)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::commute (line 238)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::ref_both_clone (line 194)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::ref_both_clone (line 200)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::ref_lhs_clone (line 121)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::ref_lhs_clone (line 127)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::ref_rhs_clone (line 158)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::ref_rhs_clone (line 164)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::try_deref_both (line 84)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::try_deref_both (line 90)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::try_deref_lhs (line 13)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::try_deref_lhs (line 19)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::try_deref_rhs (line 49)
[INFO] [stdout]     src/binop/write.rs - binop::write::BinOpImpl::try_deref_rhs (line 55)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 15 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3fa9a68bfe1c3d5a921ab4e00e9e31e9be4dfc33d879da676bf2d271bb531c29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fa9a68bfe1c3d5a921ab4e00e9e31e9be4dfc33d879da676bf2d271bb531c29", kill_on_drop: false }`
[INFO] [stdout] 3fa9a68bfe1c3d5a921ab4e00e9e31e9be4dfc33d879da676bf2d271bb531c29
