claims 0.6.0

Assertion macros
Documentation
Build #620338 2022-08-31T04:09:52.800477+00:00
# rustc version
rustc 1.65.0-nightly (02654a084 2022-08-30)# docs.rs version
docsrs 0.6.0 (b0f5bb8 2022-08-27)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/claims-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/claims-0.6.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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/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\", \"-20220830-1.65.0-nightly-02654a084\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] 6fcf576ddb50639f5c41540629becd35f6dd16e1d8ce0617e959e90b173870d5
[INFO] running `Command { std: "docker" "start" "-a" "6fcf576ddb50639f5c41540629becd35f6dd16e1d8ce0617e959e90b173870d5", kill_on_drop: false }`
[INFO] [stderr]  Documenting claims v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links`
[INFO] [stderr]   --> src/lib.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     broken_intra_doc_links,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `debug_assert_ge`
[INFO] [stderr]   --> src/assert_ge.rs:8:11
[INFO] [stderr]    |
[INFO] [stderr] 8  | /// See [`debug_assert_ge`] for assertions that are not enabled in release builds by default.
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^ no item named `debug_assert_ge` in scope
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     broken_intra_doc_links,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `macro_rules` named `debug_assert_ge` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `debug_assert_gt`
[INFO] [stderr]  --> src/assert_gt.rs:8:11
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See [`debug_assert_gt`] for assertions that are not enabled in release builds by default.
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^ no item named `debug_assert_gt` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `macro_rules` named `debug_assert_gt` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `debug_assert_le`
[INFO] [stderr]  --> src/assert_le.rs:8:11
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See [`debug_assert_le`] for assertions that are not enabled in release builds by default.
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^ no item named `debug_assert_le` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `macro_rules` named `debug_assert_le` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `debug_assert_lt`
[INFO] [stderr]  --> src/assert_lt.rs:8:11
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See [`debug_assert_lt`] for assertions that are not enabled in release builds by default.
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^ no item named `debug_assert_lt` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: `macro_rules` named `debug_assert_lt` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `debug_assert_matches`
[INFO] [stderr]   --> src/assert_matches.rs:93:11
[INFO] [stderr]    |
[INFO] [stderr] 93 | /// See [`debug_assert_matches!`] documentation for possible use cases.
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^ no item named `debug_assert_matches` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `macro_rules` named `debug_assert_matches` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: `claims` (lib doc) generated 6 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.41s
[INFO] running `Command { std: "docker" "inspect" "6fcf576ddb50639f5c41540629becd35f6dd16e1d8ce0617e959e90b173870d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fcf576ddb50639f5c41540629becd35f6dd16e1d8ce0617e959e90b173870d5", kill_on_drop: false }`
[INFO] [stdout] 6fcf576ddb50639f5c41540629becd35f6dd16e1d8ce0617e959e90b173870d5