# rustc version rustc 1.80.0-nightly (1871252fc 2024-05-15)
# docs.rs version docsrs 0.6.0 (7c63657e 2024-05-03)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/cap-std-3.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/cap-std-3.1.0/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg=doc_cfg\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240515-1.80.0-nightly-1871252fc\", \"--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] c72ba659e7e647648c633d42450059a2922424eb08bb454dc38579e18d359b7c [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" "c72ba659e7e647648c633d42450059a2922424eb08bb454dc38579e18d359b7c", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting cap-std v3.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `doc_cfg` [INFO] [stderr] --> src/lib.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | #![cfg_attr(doc_cfg, feature(doc_cfg, doc_auto_cfg))] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows` [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/lib.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | #![cfg_attr(can_vector, feature(can_vector))] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/lib.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | #![cfg_attr(write_all_vectored, feature(write_all_vectored))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `io_lifetimes_use_std` [INFO] [stderr] --> src/lib.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | #![cfg_attr(io_lifetimes_use_std, feature(io_safety))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(io_lifetimes_use_std)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `windows_file_type_ext` [INFO] [stderr] --> src/fs/mod.rs:39:53 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg(any(unix, target_os = "vxworks", all(windows, windows_file_type_ext)))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(windows_file_type_ext)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/fs/file.rs:342:11 [INFO] [stderr] | [INFO] [stderr] 342 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/fs/file.rs:375:11 [INFO] [stderr] | [INFO] [stderr] 375 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/fs/file.rs:403:11 [INFO] [stderr] | [INFO] [stderr] 403 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/fs/file.rs:409:11 [INFO] [stderr] | [INFO] [stderr] 409 | #[cfg(write_all_vectored)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/fs/file.rs:437:11 [INFO] [stderr] | [INFO] [stderr] 437 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/fs/file.rs:443:11 [INFO] [stderr] | [INFO] [stderr] 443 | #[cfg(write_all_vectored)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `windows_file_type_ext` [INFO] [stderr] --> src/fs_utf8/mod.rs:28:53 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg(any(unix, target_os = "vxworks", all(windows, windows_file_type_ext)))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(windows_file_type_ext)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/fs_utf8/file.rs:340:11 [INFO] [stderr] | [INFO] [stderr] 340 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/fs_utf8/file.rs:373:11 [INFO] [stderr] | [INFO] [stderr] 373 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/fs_utf8/file.rs:401:11 [INFO] [stderr] | [INFO] [stderr] 401 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/fs_utf8/file.rs:407:11 [INFO] [stderr] | [INFO] [stderr] 407 | #[cfg(write_all_vectored)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/fs_utf8/file.rs:435:11 [INFO] [stderr] | [INFO] [stderr] 435 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/fs_utf8/file.rs:441:11 [INFO] [stderr] | [INFO] [stderr] 441 | #[cfg(write_all_vectored)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/net/tcp_stream.rs:325:11 [INFO] [stderr] | [INFO] [stderr] 325 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/net/tcp_stream.rs:358:11 [INFO] [stderr] | [INFO] [stderr] 358 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/net/tcp_stream.rs:386:11 [INFO] [stderr] | [INFO] [stderr] 386 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/net/tcp_stream.rs:392:11 [INFO] [stderr] | [INFO] [stderr] 392 | #[cfg(write_all_vectored)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/net/tcp_stream.rs:420:11 [INFO] [stderr] | [INFO] [stderr] 420 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/net/tcp_stream.rs:426:11 [INFO] [stderr] | [INFO] [stderr] 426 | #[cfg(write_all_vectored)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/os/unix/net/unix_stream.rs:221:11 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/os/unix/net/unix_stream.rs:254:11 [INFO] [stderr] | [INFO] [stderr] 254 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/os/unix/net/unix_stream.rs:282:11 [INFO] [stderr] | [INFO] [stderr] 282 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/os/unix/net/unix_stream.rs:288:11 [INFO] [stderr] | [INFO] [stderr] 288 | #[cfg(write_all_vectored)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `can_vector` [INFO] [stderr] --> src/os/unix/net/unix_stream.rs:316:11 [INFO] [stderr] | [INFO] [stderr] 316 | #[cfg(can_vector)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(can_vector)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `write_all_vectored` [INFO] [stderr] --> src/os/unix/net/unix_stream.rs:322:11 [INFO] [stderr] | [INFO] [stderr] 322 | #[cfg(write_all_vectored)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(write_all_vectored)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `read_link_contents` [INFO] [stderr] --> src/fs_utf8/dir.rs:233:39 [INFO] [stderr] | [INFO] [stderr] 233 | /// relative to `self`. Unlike [`read_link_contents`], this method considers it an error if [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `read_link_contents` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `symlink_contents` [INFO] [stderr] --> src/fs_utf8/dir.rs:385:18 [INFO] [stderr] | [INFO] [stderr] 385 | /// Unlike [`symlink_contents`] this method will return an error if `original` is an absolute [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `symlink_contents` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `cap-std` (lib doc) generated 32 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cap_std/index.html [INFO] running `Command { std: "docker" "inspect" "c72ba659e7e647648c633d42450059a2922424eb08bb454dc38579e18d359b7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c72ba659e7e647648c633d42450059a2922424eb08bb454dc38579e18d359b7c", kill_on_drop: false }` [INFO] [stdout] c72ba659e7e647648c633d42450059a2922424eb08bb454dc38579e18d359b7c