[INFO] fetching crate ops-on-fn 0.0.1...
[INFO] checking ops-on-fn-0.0.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate ops-on-fn 0.0.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate ops-on-fn 0.0.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ops-on-fn 0.0.1
[INFO] finished tweaking crates.io crate ops-on-fn 0.0.1
[INFO] tweaked toml for crates.io crate ops-on-fn 0.0.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 09de02522b62fa121c5874077134d49fc9f42e34349be7ac1688bd16bb9fc4d6
[INFO] running `Command { std: "docker" "start" "-a" "09de02522b62fa121c5874077134d49fc9f42e34349be7ac1688bd16bb9fc4d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09de02522b62fa121c5874077134d49fc9f42e34349be7ac1688bd16bb9fc4d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09de02522b62fa121c5874077134d49fc9f42e34349be7ac1688bd16bb9fc4d6", kill_on_drop: false }`
[INFO] [stdout] 09de02522b62fa121c5874077134d49fc9f42e34349be7ac1688bd16bb9fc4d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a8abc04d580e35fda09882a475d033cf0636bc71df64d021f10be9ccdfaefb2
[INFO] running `Command { std: "docker" "start" "-a" "7a8abc04d580e35fda09882a475d033cf0636bc71df64d021f10be9ccdfaefb2", kill_on_drop: false }`
[INFO] [stderr]     Checking ops-on-fn v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<T, Args> FnOnce<Args> for Not<T>
[INFO] [stdout]    |               ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T, Args> FnMut<Args> for Not<T>
[INFO] [stdout]    |               ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnMut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:163:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl<T, Args> Fn<Args> for Not<T>
[INFO] [stdout]    |               ^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl<T, Args, O> FnOnce<Args> for NotMut<T>
[INFO] [stdout]    |                  ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl<T, Args, O> FnMut<Args> for NotMut<T>
[INFO] [stdout]    |                  ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnMut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:163:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     T: FnMut<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:79:18
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl<T, Args, O> FnOnce<Args> for NotOnce<T>
[INFO] [stdout]    |                  ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:18:20
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Output = <T::Output as ops::Not>::Output;
[INFO] [stdout]    |                    ^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 |     T: FnOnce<Args> + Sized,
[INFO] [stdout]    |        ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 |     T: FnMut<Args> + Sized,
[INFO] [stdout]    |        ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnMut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:163:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 |     T: Fn<Args> + Sized,
[INFO] [stdout]    |        ^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 |     T: FnOnce<Args, Output = O>,
[INFO] [stdout]    |                     ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:65:20
[INFO] [stdout]    |
[INFO] [stdout] 65 |     T: FnMut<Args, Output = O>,
[INFO] [stdout]    |                    ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     T: FnMut<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:82:21
[INFO] [stdout]    |
[INFO] [stdout] 82 |     T: FnOnce<Args, Output = O>,
[INFO] [stdout]    |                     ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]   --> src/ops_fn.rs:11:42
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T, Args> OpsFn<Args> for T where T: Fn<Args> {}
[INFO] [stdout]    |                                          ^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T, Args> OpsFn<Args> for T where T: Fn<Args>, Args: std::marker::Tuple {}
[INFO] [stdout]    |                                                  ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]  --> src/ops_fn.rs:6:15
[INFO] [stdout]   |
[INFO] [stdout] 6 |         Self: Fn<Args>,
[INFO] [stdout]   |               ^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]   |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider restricting type parameter `Args`
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait OpsFn<Args: std::marker::Tuple> {
[INFO] [stdout]   |                     ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple
[INFO] [stdout]  --> src/ops_fn_mut.rs:8:45
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl<T, Args> OpsFnMut<Args> for T where T: FnMut<Args> {}
[INFO] [stdout]   |                                             ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]   |
[INFO] [stdout] note: required by a bound in `FnMut`
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:163:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl<T, Args> OpsFnMut<Args> for T where T: FnMut<Args>, Args: std::marker::Tuple {}
[INFO] [stdout]   |                                                        ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/ops_fn_once.rs:11:46
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T, Args> OpsFnOnce<Args> for T where T: FnOnce<Args> {}
[INFO] [stdout]    |                                              ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T, Args> OpsFnOnce<Args> for T where T: FnOnce<Args>, Args: std::marker::Tuple {}
[INFO] [stdout]    |                                                          ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 |         !self.0.call_once(args)
[INFO] [stdout]    |                 --------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_once`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         !self.0.call_once(args)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 30 |         !self.0.call_mut(args)
[INFO] [stdout]    |                 -------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_mut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:166:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         !self.0.call_mut(args)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |         !self.0.call(args)
[INFO] [stdout]    |                 ---- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:79:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         !self.0.call(args)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:58:27
[INFO] [stdout]    |
[INFO] [stdout] 58 |         !self.0.call_once(args)
[INFO] [stdout]    |                 --------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_once`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:68:26
[INFO] [stdout]    |
[INFO] [stdout] 68 |         !self.0.call_mut(args)
[INFO] [stdout]    |                 -------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_mut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:166:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     T: FnMut<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:86:27
[INFO] [stdout]    |
[INFO] [stdout] 86 |         !self.0.call_once(args)
[INFO] [stdout]    |                 --------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_once`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 26 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0059, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0059`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ops-on-fn` (lib) due to 27 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<T, Args> FnOnce<Args> for Not<T>
[INFO] [stdout]    |               ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl<T, Args> FnMut<Args> for Not<T>
[INFO] [stdout]    |               ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnMut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:163:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl<T, Args> Fn<Args> for Not<T>
[INFO] [stdout]    |               ^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl<T, Args, O> FnOnce<Args> for NotMut<T>
[INFO] [stdout]    |                  ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl<T, Args, O> FnMut<Args> for NotMut<T>
[INFO] [stdout]    |                  ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnMut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:163:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     T: FnMut<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:79:18
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl<T, Args, O> FnOnce<Args> for NotOnce<T>
[INFO] [stdout]    |                  ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:18:20
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Output = <T::Output as ops::Not>::Output;
[INFO] [stdout]    |                    ^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 |     T: FnOnce<Args> + Sized,
[INFO] [stdout]    |        ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 |     T: FnMut<Args> + Sized,
[INFO] [stdout]    |        ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnMut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:163:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 |     T: Fn<Args> + Sized,
[INFO] [stdout]    |        ^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 |     T: FnOnce<Args, Output = O>,
[INFO] [stdout]    |                     ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:65:20
[INFO] [stdout]    |
[INFO] [stdout] 65 |     T: FnMut<Args, Output = O>,
[INFO] [stdout]    |                    ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     T: FnMut<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:82:21
[INFO] [stdout]    |
[INFO] [stdout] 82 |     T: FnOnce<Args, Output = O>,
[INFO] [stdout]    |                     ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]   --> src/ops_fn.rs:11:42
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T, Args> OpsFn<Args> for T where T: Fn<Args> {}
[INFO] [stdout]    |                                          ^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T, Args> OpsFn<Args> for T where T: Fn<Args>, Args: std::marker::Tuple {}
[INFO] [stdout]    |                                                  ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]  --> src/ops_fn.rs:6:15
[INFO] [stdout]   |
[INFO] [stdout] 6 |         Self: Fn<Args>,
[INFO] [stdout]   |               ^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]   |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider restricting type parameter `Args`
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait OpsFn<Args: std::marker::Tuple> {
[INFO] [stdout]   |                     ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple
[INFO] [stdout]  --> src/ops_fn_mut.rs:8:45
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl<T, Args> OpsFnMut<Args> for T where T: FnMut<Args> {}
[INFO] [stdout]   |                                             ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]   |
[INFO] [stdout] note: required by a bound in `FnMut`
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:163:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl<T, Args> OpsFnMut<Args> for T where T: FnMut<Args>, Args: std::marker::Tuple {}
[INFO] [stdout]   |                                                        ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/ops_fn_once.rs:11:46
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T, Args> OpsFnOnce<Args> for T where T: FnOnce<Args> {}
[INFO] [stdout]    |                                              ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T, Args> OpsFnOnce<Args> for T where T: FnOnce<Args>, Args: std::marker::Tuple {}
[INFO] [stdout]    |                                                          ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 |         !self.0.call_once(args)
[INFO] [stdout]    |                 --------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_once`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         !self.0.call_once(args)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 16 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 30 |         !self.0.call_mut(args)
[INFO] [stdout]    |                 -------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_mut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:166:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         !self.0.call_mut(args)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |         !self.0.call(args)
[INFO] [stdout]    |                 ---- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:79:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout]   --> src/not.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         !self.0.call(args)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `FnOnce`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:242:1
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     T::Output: ops::Not, Args: std::marker::Tuple
[INFO] [stdout]    |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:58:27
[INFO] [stdout]    |
[INFO] [stdout] 58 |         !self.0.call_once(args)
[INFO] [stdout]    |                 --------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_once`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:68:26
[INFO] [stdout]    |
[INFO] [stdout] 68 |         !self.0.call_mut(args)
[INFO] [stdout]    |                 -------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_mut`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:166:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     T: FnMut<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Args` is not a tuple
[INFO] [stdout]   --> src/not.rs:86:27
[INFO] [stdout]    |
[INFO] [stdout] 86 |         !self.0.call_once(args)
[INFO] [stdout]    |                 --------- ^^^^ the trait `Tuple` is not implemented for `Args`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `call_once`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/ops/function.rs:250:5
[INFO] [stdout] help: consider further restricting type parameter `Args`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     T: FnOnce<Args, Output = O>, Args: std::marker::Tuple
[INFO] [stdout]    |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 26 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0059, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0059`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ops-on-fn` (lib test) due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "7a8abc04d580e35fda09882a475d033cf0636bc71df64d021f10be9ccdfaefb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a8abc04d580e35fda09882a475d033cf0636bc71df64d021f10be9ccdfaefb2", kill_on_drop: false }`
[INFO] [stdout] 7a8abc04d580e35fda09882a475d033cf0636bc71df64d021f10be9ccdfaefb2
