ra-ap-rustc_pattern_analysis 0.50.0

Automatically published version of the package `rustc_pattern_analysis` in the rust-lang/rust repository from commit 6c90ac8d8f4489472720fce03c338cd5d0977f33 The publishing script for this crate lives at: https://github.com/rust-analyzer/rustc-auto-publish
Documentation
Build #12040482024-04-28T08:20:17.006197+00:00
# rustc version
rustc 1.79.0-nightly (aed2187d5 2024-04-27)# docs.rs version
docsrs 0.6.0 (bc86a4d3 2024-04-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ra-ap-rustc_pattern_analysis-0.50.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ra-ap-rustc_pattern_analysis-0.50.0/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" "-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240427-1.79.0-nightly-aed2187d5\", \"--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] 2e47ffa7c0a7d446231c6b1561b6ea500ce9ab816276550db1df9e18cc53fdb0
[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" "2e47ffa7c0a7d446231c6b1561b6ea500ce9ab816276550db1df9e18cc53fdb0", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting ra-ap-rustc_pattern_analysis v0.50.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `constructor` links to private item `Constructor::is_covered_by`
[INFO] [stderr]  --> src/constructor.rs:6:41
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! is straightforward and defined in [`Constructor::is_covered_by`].
[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 `constructor` links to private item `IntRange::split`
[INFO] [stderr]   --> src/constructor.rs:49:7
[INFO] [stderr]    |
[INFO] [stderr] 49 | //! [`IntRange::split`]) and slice splitting (see [`Slice::split`]).
[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 `constructor` links to private item `Slice::split`
[INFO] [stderr]   --> src/constructor.rs:49:53
[INFO] [stderr]    |
[INFO] [stderr] 49 | //! [`IntRange::split`]) and slice splitting (see [`Slice::split`]).
[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 `usefulness` links to private item `Constructor::is_covered_by`
[INFO] [stderr]    --> src/usefulness.rs:103:7
[INFO] [stderr]     |
[INFO] [stderr] 103 | //! [`Constructor::is_covered_by`].
[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 `usefulness` links to private item `Constructor::is_covered_by`
[INFO] [stderr]    --> src/usefulness.rs:149:67
[INFO] [stderr]     |
[INFO] [stderr] 149 | //! Whether specialization returns something or not is given by [`Constructor::is_covered_by`].
[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 `usefulness` links to private item `DeconstructedPat::specialize`
[INFO] [stderr]    --> src/usefulness.rs:150:50
[INFO] [stderr]     |
[INFO] [stderr] 150 | //! Specialization of a pattern is computed in [`DeconstructedPat::specialize`]. Specialization for
[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 `usefulness` links to private item `PatStack::pop_head_constructor`
[INFO] [stderr]    --> src/usefulness.rs:151:38
[INFO] [stderr]     |
[INFO] [stderr] 151 | //! a pattern-tuple is computed in [`PatStack::pop_head_constructor`]. Finally, specialization for a
[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 `usefulness` links to private item `Matrix::specialize_constructor`
[INFO] [stderr]    --> src/usefulness.rs:152:44
[INFO] [stderr]     |
[INFO] [stderr] 152 | //! set of pattern-tuples is computed in [`Matrix::specialize_constructor`].
[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 `usefulness` links to private item `WitnessStack::apply_constructor`
[INFO] [stderr]    --> src/usefulness.rs:162:50
[INFO] [stderr]     |
[INFO] [stderr] 162 | //! This is done for a single witness-tuple in [`WitnessStack::apply_constructor`], and for a set of
[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 `usefulness` links to private item `WitnessMatrix::apply_constructor`
[INFO] [stderr]    --> src/usefulness.rs:163:25
[INFO] [stderr]     |
[INFO] [stderr] 163 | //! witness-tuples in [`WitnessMatrix::apply_constructor`].
[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 `usefulness` links to private item `Matrix`
[INFO] [stderr]    --> src/usefulness.rs:257:7
[INFO] [stderr]     |
[INFO] [stderr] 257 | //! [`Matrix`] stores the set of pattern-tuples under consideration. We track usefulness of each
[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 `usefulness` links to private item `WitnessMatrix`
[INFO] [stderr]    --> src/usefulness.rs:259:55
[INFO] [stderr]     |
[INFO] [stderr] 259 | //! We gather witnesses of the usefulness of `_` in [`WitnessMatrix`]. The algorithm that computes
[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 `usefulness` links to private item `compute_exhaustiveness_and_usefulness`
[INFO] [stderr]    --> src/usefulness.rs:260:22
[INFO] [stderr]     |
[INFO] [stderr] 260 | //! all this is in [`compute_exhaustiveness_and_usefulness`].
[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 `usefulness` links to private item `Matrix`
[INFO] [stderr]    --> src/usefulness.rs:467:62
[INFO] [stderr]     |
[INFO] [stderr] 467 | //! the row as necessary. This is handled automatically in [`Matrix`].
[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 `usefulness` links to private item `PlaceValidity::specialize`
[INFO] [stderr]    --> src/usefulness.rs:544:7
[INFO] [stderr]     |
[INFO] [stderr] 544 | //! [`PlaceValidity::specialize`].
[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: `ra-ap-rustc_pattern_analysis` (lib doc) generated 15 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ra_ap_rustc_pattern_analysis/index.html
[INFO] running `Command { std: "docker" "inspect" "2e47ffa7c0a7d446231c6b1561b6ea500ce9ab816276550db1df9e18cc53fdb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e47ffa7c0a7d446231c6b1561b6ea500ce9ab816276550db1df9e18cc53fdb0", kill_on_drop: false }`
[INFO] [stdout] 2e47ffa7c0a7d446231c6b1561b6ea500ce9ab816276550db1df9e18cc53fdb0