# rustc version rustc 1.97.0-nightly (66da6cae1 2026-04-20)
# docs.rs version docsrs 0.0.0 (15f7e1e9dfac4fc5b7cc4abfd7682239002ba909 2026-04-08 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/qubit-function-0.10.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/qubit-function-0.10.5/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "8-11" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c627848896c94d37868010d9d7371e124ad491eb759686de811f2aaa7cd306ee [INFO] running `Command { std: "docker" "start" "c627848896c94d37868010d9d7371e124ad491eb759686de811f2aaa7cd306ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "c627848896c94d37868010d9d7371e124ad491eb759686de811f2aaa7cd306ee" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260420-1.97.0-nightly-66da6cae1\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting qubit-function v0.10.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:210:17 [INFO] [stderr] | [INFO] [stderr] 210 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 211 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 212 | | /// // the macro expansion site. [INFO] [stderr] 213 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/bi_function.rs:821:1 [INFO] [stderr] | [INFO] [stderr] 821 | / impl_shared_conditional_function!( [INFO] [stderr] 822 | | RcConditionalBiFunction<T, U, R>, [INFO] [stderr] 823 | | RcBiFunction, [INFO] [stderr] 824 | | BiFunction, [INFO] [stderr] 825 | | into_rc, [INFO] [stderr] 826 | | 'static [INFO] [stderr] 827 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:263:17 [INFO] [stderr] | [INFO] [stderr] 263 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 264 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 265 | | /// // the macro expansion site. [INFO] [stderr] 266 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/bi_function.rs:879:1 [INFO] [stderr] | [INFO] [stderr] 879 | / impl_shared_conditional_function!( [INFO] [stderr] 880 | | ArcConditionalBiFunction<T, U, R>, [INFO] [stderr] 881 | | ArcBiFunction, [INFO] [stderr] 882 | | BiFunction, [INFO] [stderr] 883 | | into_arc, [INFO] [stderr] 884 | | Send + Sync + 'static [INFO] [stderr] 885 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:210:17 [INFO] [stderr] | [INFO] [stderr] 210 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 211 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 212 | | /// // the macro expansion site. [INFO] [stderr] 213 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/bi_mutating_function.rs:875:1 [INFO] [stderr] | [INFO] [stderr] 875 | / impl_shared_conditional_function!( [INFO] [stderr] 876 | | RcConditionalBiMutatingFunction<T, U, R>, [INFO] [stderr] 877 | | RcBiMutatingFunction, [INFO] [stderr] 878 | | BiMutatingFunction, [INFO] [stderr] 879 | | into_rc, [INFO] [stderr] 880 | | 'static [INFO] [stderr] 881 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:263:17 [INFO] [stderr] | [INFO] [stderr] 263 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 264 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 265 | | /// // the macro expansion site. [INFO] [stderr] 266 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/bi_mutating_function.rs:918:1 [INFO] [stderr] | [INFO] [stderr] 918 | / impl_shared_conditional_function!( [INFO] [stderr] 919 | | ArcConditionalBiMutatingFunction<T, U, R>, [INFO] [stderr] 920 | | ArcBiMutatingFunction, [INFO] [stderr] 921 | | BiMutatingFunction, [INFO] [stderr] 922 | | into_arc, [INFO] [stderr] 923 | | Send + Sync + 'static [INFO] [stderr] 924 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 159 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 160 | | /// // the macro expansion site. [INFO] [stderr] 161 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/function.rs:702:1 [INFO] [stderr] | [INFO] [stderr] 702 | / impl_shared_conditional_function!( [INFO] [stderr] 703 | | RcConditionalFunction<T, R>, [INFO] [stderr] 704 | | RcFunction, [INFO] [stderr] 705 | | Function, [INFO] [stderr] 706 | | 'static [INFO] [stderr] 707 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 159 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 160 | | /// // the macro expansion site. [INFO] [stderr] 161 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/function.rs:759:1 [INFO] [stderr] | [INFO] [stderr] 759 | / impl_shared_conditional_function!( [INFO] [stderr] 760 | | ArcConditionalFunction<T, R>, [INFO] [stderr] 761 | | ArcFunction, [INFO] [stderr] 762 | | Function, [INFO] [stderr] 763 | | Send + Sync + 'static [INFO] [stderr] 764 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/box_conditional_function.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 28 | | //! // The `impl_box_conditional_function` macro is crate-private. [INFO] [stderr] 29 | | //! // Its usage pattern in crate source is: [INFO] [stderr] 30 | | //! // [INFO] [stderr] ... | [INFO] [stderr] 41 | | //! // ); [INFO] [stderr] 42 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/box_function_methods.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 43 | | //! // `impl_box_function_methods!` is crate-private and expanded in `qubit_function` [INFO] [stderr] 44 | | //! // internal macro exports. [INFO] [stderr] 45 | | //! [INFO] [stderr] ... | [INFO] [stderr] 58 | | //! // ); [INFO] [stderr] 59 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/conditional_function_clone.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 25 | | //! // Macro is crate-private and used internally by `qubit_function`. [INFO] [stderr] 26 | | //! // [INFO] [stderr] 27 | | //! // impl_conditional_function_clone!(ArcConditionalFunction<T, R>); [INFO] [stderr] ... | [INFO] [stderr] 30 | | //! // impl_conditional_function_clone!(RcConditionalBiFunction<T, U, R>); [INFO] [stderr] 31 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/conditional_function_debug_display.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 24 | | //! // Macro is crate-private and used internally by `qubit_function`. [INFO] [stderr] 25 | | //! // [INFO] [stderr] 26 | | //! // impl_conditional_function_debug_display!(BoxConditionalFunction<T, R>); [INFO] [stderr] 27 | | //! // impl_conditional_function_debug_display!(BoxConditionalBiFunction<T, U, R>); [INFO] [stderr] 28 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/function_clone.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 25 | | //! // For two type parameters [INFO] [stderr] 26 | | //! // impl_function_clone!(ArcFunction<T, R>); [INFO] [stderr] 27 | | //! [INFO] [stderr] ... | [INFO] [stderr] 35 | | //! // impl_function_clone!(RcBiFunction<T, U, R>); [INFO] [stderr] 36 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/function_common_methods.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 33 | | //! // Single generic parameter - Function [INFO] [stderr] 34 | | //! // impl_function_common_methods!( [INFO] [stderr] 35 | | //! // BoxFunction<T, R>, [INFO] [stderr] ... | [INFO] [stderr] 52 | | //! // ); [INFO] [stderr] 53 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/function_debug_display.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 24 | | //! // For two type parameters [INFO] [stderr] 25 | | //! // impl_function_debug_display!(BoxFunction<T, R>); [INFO] [stderr] 26 | | //! [INFO] [stderr] 27 | | //! // For three type parameters [INFO] [stderr] 28 | | //! // impl_function_debug_display!(BoxBiFunction<T, U, R>); [INFO] [stderr] 29 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 33 | | //! // Arc two-parameter Function [INFO] [stderr] 34 | | //! // impl_shared_conditional_function!( [INFO] [stderr] 35 | | //! // ArcConditionalFunction<T, R>, [INFO] [stderr] ... | [INFO] [stderr] 63 | | //! // ); [INFO] [stderr] 64 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_function_methods.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 47 | | //! // Single-parameter with Arc [INFO] [stderr] 48 | | //! // impl_shared_function_methods!( [INFO] [stderr] 49 | | //! // ArcFunction<T, R>, [INFO] [stderr] ... | [INFO] [stderr] 63 | | //! // ); [INFO] [stderr] 64 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 159 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 160 | | /// // the macro expansion site. [INFO] [stderr] 161 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/mutating_function.rs:958:1 [INFO] [stderr] | [INFO] [stderr] 958 | / impl_shared_conditional_function!( [INFO] [stderr] 959 | | RcConditionalMutatingFunction<T, R>, [INFO] [stderr] 960 | | RcMutatingFunction, [INFO] [stderr] 961 | | MutatingFunction, [INFO] [stderr] 962 | | 'static [INFO] [stderr] 963 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 159 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 160 | | /// // the macro expansion site. [INFO] [stderr] 161 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/mutating_function.rs:1017:1 [INFO] [stderr] | [INFO] [stderr] 1017 | / impl_shared_conditional_function!( [INFO] [stderr] 1018 | | ArcConditionalMutatingFunction<T, R>, [INFO] [stderr] 1019 | | ArcMutatingFunction, [INFO] [stderr] 1020 | | MutatingFunction, [INFO] [stderr] 1021 | | Send + Sync + 'static [INFO] [stderr] 1022 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 159 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 160 | | /// // the macro expansion site. [INFO] [stderr] 161 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/stateful_function.rs:828:1 [INFO] [stderr] | [INFO] [stderr] 828 | / impl_shared_conditional_function!( [INFO] [stderr] 829 | | RcConditionalStatefulFunction<T, R>, [INFO] [stderr] 830 | | RcStatefulFunction, [INFO] [stderr] 831 | | StatefulFunction, [INFO] [stderr] 832 | | 'static [INFO] [stderr] 833 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 159 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 160 | | /// // the macro expansion site. [INFO] [stderr] 161 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/stateful_function.rs:887:1 [INFO] [stderr] | [INFO] [stderr] 887 | / impl_shared_conditional_function!( [INFO] [stderr] 888 | | ArcConditionalStatefulFunction<T, R>, [INFO] [stderr] 889 | | ArcStatefulFunction, [INFO] [stderr] 890 | | StatefulFunction, [INFO] [stderr] 891 | | Send + Sync + 'static [INFO] [stderr] 892 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 159 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 160 | | /// // the macro expansion site. [INFO] [stderr] 161 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/stateful_mutating_function.rs:1124:1 [INFO] [stderr] | [INFO] [stderr] 1124 | / impl_shared_conditional_function!( [INFO] [stderr] 1125 | | RcConditionalStatefulMutatingFunction<T, R>, [INFO] [stderr] 1126 | | RcStatefulMutatingFunction, [INFO] [stderr] 1127 | | StatefulMutatingFunction, [INFO] [stderr] 1128 | | 'static [INFO] [stderr] 1129 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/functions/macros/shared_conditional_function.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 159 | | /// // Macro internals are crate-private; usage example is documented at [INFO] [stderr] 160 | | /// // the macro expansion site. [INFO] [stderr] 161 | | /// ``` [INFO] [stderr] | |___________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/functions/stateful_mutating_function.rs:1186:1 [INFO] [stderr] | [INFO] [stderr] 1186 | / impl_shared_conditional_function!( [INFO] [stderr] 1187 | | ArcConditionalStatefulMutatingFunction<T, R>, [INFO] [stderr] 1188 | | ArcStatefulMutatingFunction, [INFO] [stderr] 1189 | | StatefulMutatingFunction, [INFO] [stderr] 1190 | | Send + Sync + 'static [INFO] [stderr] 1191 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_shared_conditional_function` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/box_conditional_mutator.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 30 | | //! // Single-parameter Mutator [INFO] [stderr] 31 | | //! // impl_box_conditional_mutator!( [INFO] [stderr] 32 | | //! // BoxConditionalMutator<T>, [INFO] [stderr] ... | [INFO] [stderr] 35 | | //! // ); [INFO] [stderr] 36 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/box_mutator_methods.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 37 | | //! // Single-parameter mutator [INFO] [stderr] 38 | | //! // impl_box_mutator_methods!( [INFO] [stderr] 39 | | //! // BoxMutator<T>, [INFO] [stderr] ... | [INFO] [stderr] 42 | | //! // ); [INFO] [stderr] 43 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/conditional_mutator_clone.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 25 | | //! // For single type parameter [INFO] [stderr] 26 | | //! // impl_conditional_mutator_clone!(ArcConditionalMutator<T>); [INFO] [stderr] 27 | | //! // impl_conditional_mutator_clone!(RcConditionalMutator<T>); [INFO] [stderr] 28 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/conditional_mutator_conversions.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 31 | | //! // impl<T> Mutator<T> for BoxConditionalMutator<T> [INFO] [stderr] 32 | | //! // where [INFO] [stderr] 33 | | //! // T: 'static, [INFO] [stderr] ... | [INFO] [stderr] 47 | | //! // } [INFO] [stderr] 48 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/conditional_mutator_conversions.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 52 | | //! // impl<T> StatefulMutator<T> for BoxConditionalStatefulMutator<T> [INFO] [stderr] 53 | | //! // where [INFO] [stderr] 54 | | //! // T: 'static, [INFO] [stderr] ... | [INFO] [stderr] 68 | | //! // } [INFO] [stderr] 69 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/conditional_mutator_debug_display.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 24 | | //! // For single type parameter [INFO] [stderr] 25 | | //! // impl_conditional_mutator_debug_display!(BoxConditionalMutator<T>); [INFO] [stderr] 26 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/mutator_clone.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 25 | | //! // For single type parameter [INFO] [stderr] 26 | | //! // impl_mutator_clone!(ArcMutator<T>); [INFO] [stderr] 27 | | //! // [INFO] [stderr] 28 | | //! // // For single type parameter with Rc [INFO] [stderr] 29 | | //! // impl_mutator_clone!(RcMutator<T>); [INFO] [stderr] 30 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/box_conditional_mutator.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 115 | | /// // use std::sync::atomic::{AtomicI32, Ordering}; [INFO] [stderr] 116 | | /// // [INFO] [stderr] 117 | | /// // let result = AtomicI32::new(0); [INFO] [stderr] ... | [INFO] [stderr] 133 | | /// // chained.apply(&mut val2); // val2 = -1 + 2 = 1 (not -1 + 1 + 2!) [INFO] [stderr] 134 | | /// // ``` [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/mutators/mutator.rs:984:1 [INFO] [stderr] | [INFO] [stderr] 984 | impl_box_conditional_mutator!(BoxConditionalMutator<T>, BoxMutator, Mutator); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_box_conditional_mutator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/box_conditional_mutator.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 115 | | /// // use std::sync::atomic::{AtomicI32, Ordering}; [INFO] [stderr] 116 | | /// // [INFO] [stderr] 117 | | /// // let result = AtomicI32::new(0); [INFO] [stderr] ... | [INFO] [stderr] 133 | | /// // chained.apply(&mut val2); // val2 = -1 + 2 = 1 (not -1 + 1 + 2!) [INFO] [stderr] 134 | | /// // ``` [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/mutators/mutator_once.rs:612:1 [INFO] [stderr] | [INFO] [stderr] 612 | impl_box_conditional_mutator!(BoxConditionalMutatorOnce<T>, BoxMutatorOnce, MutatorOnce); [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_box_conditional_mutator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/mutators/macros/box_conditional_mutator.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | /// ```rust [INFO] [stderr] | _________________^ [INFO] [stderr] 115 | | /// // use std::sync::atomic::{AtomicI32, Ordering}; [INFO] [stderr] 116 | | /// // [INFO] [stderr] 117 | | /// // let result = AtomicI32::new(0); [INFO] [stderr] ... | [INFO] [stderr] 133 | | /// // chained.apply(&mut val2); // val2 = -1 + 2 = 1 (not -1 + 1 + 2!) [INFO] [stderr] 134 | | /// // ``` [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] ::: src/mutators/stateful_mutator.rs:1007:1 [INFO] [stderr] | [INFO] [stderr] 1007 | / impl_box_conditional_mutator!( [INFO] [stderr] 1008 | | BoxConditionalStatefulMutator<T>, [INFO] [stderr] 1009 | | BoxStatefulMutator, [INFO] [stderr] 1010 | | StatefulMutator [INFO] [stderr] 1011 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_box_conditional_mutator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/suppliers/macros/box_supplier_methods.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 36 | | //! // Example usage pattern: [INFO] [stderr] 37 | | //! // impl_box_supplier_methods!( [INFO] [stderr] 38 | | //! // BoxSupplier<T>, [INFO] [stderr] ... | [INFO] [stderr] 41 | | //! // (private to crate implementation) [INFO] [stderr] 42 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/tasks/runnable_once.rs:52:22 [INFO] [stderr] | [INFO] [stderr] 52 | /// [`CallableOnce`](crate::tasks::callable_once::CallableOnce). [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 52 - /// [`CallableOnce`](crate::tasks::callable_once::CallableOnce). [INFO] [stderr] 52 + /// [`CallableOnce`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/transformers/macros/box_transformer_methods.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | //! ```rust [INFO] [stderr] | _____^ [INFO] [stderr] 50 | | //! // Single-parameter transformer [INFO] [stderr] 51 | | //! // impl_box_transformer_methods!( [INFO] [stderr] 52 | | //! // BoxTransformer<T, U>, [INFO] [stderr] ... | [INFO] [stderr] 62 | | //! // ); [INFO] [stderr] 63 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] [INFO] [stderr] warning: `qubit-function` (lib doc) generated 34 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/qubit_function/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "c627848896c94d37868010d9d7371e124ad491eb759686de811f2aaa7cd306ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c627848896c94d37868010d9d7371e124ad491eb759686de811f2aaa7cd306ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c627848896c94d37868010d9d7371e124ad491eb759686de811f2aaa7cd306ee", kill_on_drop: false }` [INFO] [stdout] c627848896c94d37868010d9d7371e124ad491eb759686de811f2aaa7cd306ee