quil-rs 0.22.3-rc.1

Rust tooling for Quil (Quantum Instruction Language)
Documentation
Build #1062730 2023-12-14T21:17:13.510540+00:00
# rustc version
rustc 1.76.0-nightly (eeff92ad3 2023-12-13)# docs.rs version
docsrs 0.6.0 (863517b5 2023-12-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/quil-rs-0.22.3-rc.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/quil-rs-0.22.3-rc.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-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" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231213-1.76.0-nightly-eeff92ad3\", \"--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" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 7c6036b751e1fe040a229a402ab2599a66dde809ebf4d4a876a7f0d5cdd44de3
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "7c6036b751e1fe040a229a402ab2599a66dde809ebf4d4a876a7f0d5cdd44de3", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: generate_test_expressions
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting quil-rs v0.22.3-rc.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `set_matching_frames` links to private item `InstructionHandler::get_matching_frames`
[INFO] [stderr]    --> src/instruction/mod.rs:832:20
[INFO] [stderr]     |
[INFO] [stderr] 832 |     /// See also [`InstructionHandler::get_matching_frames`].
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `set_memory_accesses` links to private item `InstructionHandler::get_memory_accesses`
[INFO] [stderr]    --> src/instruction/mod.rs:844:20
[INFO] [stderr]     |
[INFO] [stderr] 844 |     /// See also [`InstructionHandler::get_memory_accesses`].
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `disallow_leftover` links to private item `LeftoverError`
[INFO] [stderr]   --> src/program/error/result.rs:24:16
[INFO] [stderr]    |
[INFO] [stderr] 24 | /// See also [`LeftoverError`].
[INFO] [stderr]    |                ^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `map_parsed` links to private item `LeftoverError`
[INFO] [stderr]   --> src/program/error/result.rs:47:18
[INFO] [stderr]    |
[INFO] [stderr] 47 | /// there is a [`LeftoverError`].
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `crate::parser::Error`
[INFO] [stderr]   --> src/program/error/syntax.rs:29:24
[INFO] [stderr]    |
[INFO] [stderr] 29 | /// See also [`Error`](crate::parser::Error).
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^ no item named `Error` in module `parser`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `MatchedFrames` links to private item `FrameMatchConditions`
[INFO] [stderr]    --> src/program/frame.rs:213:34
[INFO] [stderr]     |
[INFO] [stderr] 213 | /// The product of evaluating  [`FrameMatchConditions`] in the scope of available frames (such as within a [`crate::Program`]).
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `LabelPlaceholder`
[INFO] [stderr]    --> src/program/mod.rs:465:19
[INFO] [stderr]     |
[INFO] [stderr] 465 |     /// Resolve [`LabelPlaceholder`]s and [`QubitPlaceholder`]s within the program using default resolvers.
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^ no item named `LabelPlaceholder` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `quil-rs` (lib doc) generated 7 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.93s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/quil_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "7c6036b751e1fe040a229a402ab2599a66dde809ebf4d4a876a7f0d5cdd44de3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c6036b751e1fe040a229a402ab2599a66dde809ebf4d4a876a7f0d5cdd44de3", kill_on_drop: false }`
[INFO] [stdout] 7c6036b751e1fe040a229a402ab2599a66dde809ebf4d4a876a7f0d5cdd44de3