[INFO] cloning repository https://github.com/takeokunn/paredit-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/takeokunn/paredit-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakeokunn%2Fparedit-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakeokunn%2Fparedit-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] febeb26f3ba650c3ea33625a4f3b15c2a4f9294a
[INFO] documenting takeokunn/paredit-cli against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakeokunn%2Fparedit-cli" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/takeokunn/paredit-cli
[INFO] finished tweaking git repo https://github.com/takeokunn/paredit-cli
[INFO] tweaked toml for git repo https://github.com/takeokunn/paredit-cli written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/takeokunn/paredit-cli on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/takeokunn/paredit-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cap-std v4.0.2
[INFO] [stderr]   Downloaded winx v0.36.4
[INFO] [stderr]   Downloaded io-lifetimes v3.0.1
[INFO] [stderr]   Downloaded io-extras v0.19.0
[INFO] [stderr]   Downloaded cap-primitives v4.0.2
[INFO] [stderr]   Downloaded ambient-authority v0.0.2
[INFO] [stderr]   Downloaded rustix-linux-procfs v0.1.1
[INFO] [stderr]   Downloaded fs-set-times v0.20.3
[INFO] [stderr]   Downloaded assert_cmd v2.2.2
[INFO] [stderr]   Downloaded io-lifetimes v2.0.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830
[INFO] running `Command { std: "docker" "start" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling io-lifetimes v2.0.4
[INFO] [stderr]    Compiling io-lifetimes v3.0.1
[INFO] [stderr]    Compiling io-extras v0.19.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling cap-primitives v4.0.2
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling cap-std v4.0.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking ambient-authority v0.0.2
[INFO] [stderr]     Checking maybe-owned v0.3.4
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking paredit-core-syntax v1.6.3 (/opt/rustwide/workdir/packages/core/syntax)
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking paredit-feature-editor v1.6.3 (/opt/rustwide/workdir/packages/feature/editor)
[INFO] [stderr]  Documenting paredit-core-syntax v1.6.3 (/opt/rustwide/workdir/packages/core/syntax)
[INFO] [stderr]  Documenting paredit-feature-editor v1.6.3 (/opt/rustwide/workdir/packages/feature/editor)
[INFO] [stdout] warning: public documentation for `emacs_lisp` links to private item `header`
[INFO] [stdout]   --> packages/core/syntax/src/emacs_lisp/mod.rs:14:26
[INFO] [stdout]    |
[INFO] [stdout] 14 | //!   by the form. See [`header`].
[INFO] [stdout]    |                          ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `with_max_width` links to private item `MAX_INLINE_WIDTH`
[INFO] [stdout]    --> packages/core/syntax/src/sexpr/formatter/core.rs:221:11
[INFO] [stdout]     |
[INFO] [stdout] 221 |     /// [`MAX_INLINE_WIDTH`].
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `with_comment_column` links to private item `Self::trailing_comment_columns`
[INFO] [stdout]    --> packages/core/syntax/src/sexpr/formatter/core.rs:248:32
[INFO] [stdout]     |
[INFO] [stdout] 248 |     /// top-level forms (see [`Self::trailing_comment_columns`] for exactly
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:61:34
[INFO] [stdout]    |
[INFO] [stdout] 61 | /// Deliberately narrower than [`ListStyle`]: every entry here has a single,
[INFO] [stdout]    |                                  ^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::SystemDefinition`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | /// - [`ListStyle::SystemDefinition`] — the ASDF `defsystem` keyword/value
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::Defmethod`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 | /// - [`ListStyle::Defmethod`] — CLOS method syntax has an optional qualifier
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::Definition`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:73:43
[INFO] [stdout]    |
[INFO] [stdout] 73 | ///   before the lambda list that plain [`ListStyle::Definition`] does not;
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::NamedLambda`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 | /// - [`ListStyle::NamedLambda`] — renders identically to
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::TwoArgumentBody`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 | ///   [`ListStyle::TwoArgumentBody`]/[`ListStyle::If`] (all three call
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::If`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:76:40
[INFO] [stdout]    |
[INFO] [stdout] 76 | ///   [`ListStyle::TwoArgumentBody`]/[`ListStyle::If`] (all three call
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::LocalFunctions`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | /// - [`ListStyle::LocalFunctions`] — the `flet`/`labels` nested
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::ClauseForm`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 | /// - [`ListStyle::ClauseForm`], [`ListStyle::Do`], [`ListStyle::Prog`] —
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::Do`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:81:36
[INFO] [stdout]    |
[INFO] [stdout] 81 | /// - [`ListStyle::ClauseForm`], [`ListStyle::Do`], [`ListStyle::Prog`] —
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::Prog`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:81:55
[INFO] [stdout]    |
[INFO] [stdout] 81 | /// - [`ListStyle::ClauseForm`], [`ListStyle::Do`], [`ListStyle::Prog`] —
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::Declaration`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 | /// - [`ListStyle::Declaration`], [`ListStyle::PairAssignment`] —
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::PairAssignment`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:84:37
[INFO] [stdout]    |
[INFO] [stdout] 84 | /// - [`ListStyle::Declaration`], [`ListStyle::PairAssignment`] —
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `STYLE_NAMES` links to private item `ListStyle::Loop`
[INFO] [stdout]   --> packages/core/syntax/src/sexpr/formatter/styles.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 | /// - [`ListStyle::Loop`] — has its own internal loop-keyword clause grammar,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `normalize_quotes` links to private item `quote_operators`
[INFO] [stdout]    --> packages/core/syntax/src/sexpr/quote_edit.rs:103:56
[INFO] [stdout]     |
[INFO] [stdout] 103 |     /// `dialect` decides which operators count: see [`quote_operators`].
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::character_literal_prefix_width`
[INFO] [stdout]     --> packages/core/syntax/src/sexpr/reader_policy.rs:2525:9
[INFO] [stdout]      |
[INFO] [stdout] 2525 | /// A [`Self::character_literal_prefix_width`]-style bespoke extent is
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `emacs_lisp_radix_literal_is_valid` is a function, not a module or type, and cannot have associated items
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `find_parse_errors` links to private item `MAX_RECOVERED_ERRORS`
[INFO] [stdout]    --> packages/core/syntax/src/sexpr/tree.rs:599:11
[INFO] [stdout]     |
[INFO] [stdout] 599 |     /// [`MAX_RECOVERED_ERRORS`] so a pathological input (a syntax error on
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking clap_complete v4.6.7
[INFO] [stderr]     Checking paredit-core-semantics v1.6.3 (/opt/rustwide/workdir/packages/core/semantics)
[INFO] [stderr]  Documenting paredit-core-semantics v1.6.3 (/opt/rustwide/workdir/packages/core/semantics)
[INFO] [stderr]     Checking paredit-core-safety v1.6.3 (/opt/rustwide/workdir/packages/core/safety)
[INFO] [stderr]     Checking paredit-core-jsonrpc v1.6.3 (/opt/rustwide/workdir/packages/core/jsonrpc)
[INFO] [stderr]     Checking paredit-core-config v1.6.3 (/opt/rustwide/workdir/packages/core/config)
[INFO] [stderr]  Documenting paredit-core-config v1.6.3 (/opt/rustwide/workdir/packages/core/config)
[INFO] [stderr]     Checking fs-set-times v0.20.3
[INFO] [stderr]     Checking rustix-linux-procfs v0.1.1
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]  Documenting paredit-core-jsonrpc v1.6.3 (/opt/rustwide/workdir/packages/core/jsonrpc)
[INFO] [stderr]  Documenting paredit-core-safety v1.6.3 (/opt/rustwide/workdir/packages/core/safety)
[INFO] [stdout] warning: public documentation for `service` links to private item `binders`
[INFO] [stdout]   --> packages/core/semantics/src/semantics/binding/service/mod.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! [`binders`], [`emacs_lisp`] and [`scheme`] differ only in which shape each
[INFO] [stdout]    |       ^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `service` links to private item `emacs_lisp`
[INFO] [stdout]   --> packages/core/semantics/src/semantics/binding/service/mod.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! [`binders`], [`emacs_lisp`] and [`scheme`] differ only in which shape each
[INFO] [stdout]    |                    ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `scheme`
[INFO] [stdout]   --> packages/core/semantics/src/semantics/binding/service/mod.rs:14:39
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! [`binders`], [`emacs_lisp`] and [`scheme`] differ only in which shape each
[INFO] [stdout]    |                                       ^^^^^^ no item named `scheme` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ScopeOpacity`
[INFO] [stdout]   --> packages/core/semantics/src/semantics/binding/service/opacity.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | //!   [`ScopeOpacity`], which is recorded without stopping the walk. An unknown
[INFO] [stdout]    |         ^^^^^^^^^^^^ no item named `ScopeOpacity` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::semantics::value::service::folding`
[INFO] [stdout]  --> packages/core/semantics/src/semantics/typing/service/inference.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! [`crate::semantics::value::service::folding`]: [`infer_view`]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `folding` in module `service`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking paredit-core-workspace v1.6.3 (/opt/rustwide/workdir/packages/core/workspace)
[INFO] [stderr]  Documenting paredit-core-workspace v1.6.3 (/opt/rustwide/workdir/packages/core/workspace)
[INFO] [stderr]     Checking paredit-core-lint-engine v1.6.3 (/opt/rustwide/workdir/packages/core/lint-engine)
[INFO] [stderr]     Checking paredit-core-edit v1.6.3 (/opt/rustwide/workdir/packages/core/edit)
[INFO] [stderr]  Documenting paredit-core-edit v1.6.3 (/opt/rustwide/workdir/packages/core/edit)
[INFO] [stderr]  Documenting paredit-core-lint-engine v1.6.3 (/opt/rustwide/workdir/packages/core/lint-engine)
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u64>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]    --> packages/core/workspace/src/workspace/discovery.rs:196:14
[INFO] [stdout]     |
[INFO] [stdout] 196 |             .fetch_update(Ordering::AcqRel, Ordering::Acquire, |current| {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 196 -             .fetch_update(Ordering::AcqRel, Ordering::Acquire, |current| {
[INFO] [stdout] 196 +             .try_update(Ordering::AcqRel, Ordering::Acquire, |current| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `TooLong` links to private item `MAX_PATTERN_BYTES`
[INFO] [stdout]   --> packages/core/workspace/src/workspace/glob.rs:62:32
[INFO] [stdout]    |
[INFO] [stdout] 62 |     /// The pattern exceeded [`MAX_PATTERN_BYTES`].
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::truncate`
[INFO] [stdout]    --> packages/core/workspace/src/workspace/ignore.rs:307:11
[INFO] [stdout]     |
[INFO] [stdout] 307 |     /// [`Self::truncate`] on the way back out.
[INFO] [stdout]     |           ^^^^^^^^^^^^^^ the struct `IgnoreStack` has no field or associated item named `truncate`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::super::engine::head_index`
[INFO] [stdout]   --> packages/core/lint-engine/src/model/head_filter.rs:31:7
[INFO] [stdout]    |
[INFO] [stdout] 31 | /// [`super::super::engine::head_index`] produces for a visited node.
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `head_index` in module `engine`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `HeadIndex`
[INFO] [stdout]    |
[INFO] [stdout] 31 - /// [`super::super::engine::head_index`] produces for a visited node.
[INFO] [stdout] 31 + /// [`super::super::engine::HeadIndex`] produces for a visited node.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::domain::lint_report`
[INFO] [stdout]  --> packages/core/lint-engine/src/suppression.rs:2:7
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! [`crate::domain::lint_report`] findings, the way `eslint-disable-next-line`
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `domain` in module `paredit_core_lint_engine`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking paredit-feature-lint-binding-analysis v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-binding-analysis)
[INFO] [stderr]     Checking paredit-feature-lint-documentation v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-documentation)
[INFO] [stderr]     Checking paredit-feature-lint-loop-facility v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-loop-facility)
[INFO] [stderr]     Checking paredit-feature-lint-type-declaration v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-type-declaration)
[INFO] [stderr]     Checking paredit-feature-lint-destructive-sequence v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-destructive-sequence)
[INFO] [stderr]     Checking paredit-feature-lint-lfe-carp-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-lfe-carp-depth)
[INFO] [stderr]     Checking paredit-feature-lint-portability v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-portability)
[INFO] [stderr]     Checking paredit-feature-lint-condition-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-condition-depth)
[INFO] [stderr]     Checking paredit-feature-lint-performance v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-performance)
[INFO] [stderr]     Checking paredit-feature-lint-fennel-janet-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-fennel-janet-idiom)
[INFO] [stderr]     Checking paredit-core-cli v1.6.3 (/opt/rustwide/workdir/packages/core/cli)
[INFO] [stderr]     Checking paredit-feature-lint-safety v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-safety)
[INFO] [stderr]     Checking paredit-feature-lint-hy-lfe-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-hy-lfe-idiom)
[INFO] [stderr]     Checking paredit-feature-lint-convention v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-convention)
[INFO] [stderr]     Checking paredit-feature-lint-custom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-custom)
[INFO] [stderr]     Checking paredit-feature-lint-pathname-io v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-pathname-io)
[INFO] [stderr]     Checking paredit-feature-lint-fennel-janet-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-fennel-janet-depth)
[INFO] [stderr]     Checking paredit-feature-lint-hy-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-hy-depth)
[INFO] [stderr]     Checking paredit-feature-lint-carp-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-carp-idiom)
[INFO] [stderr]     Checking paredit-feature-lint-elisp-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-elisp-idiom)
[INFO] [stderr]     Checking paredit-feature-lint-generic-dispatch v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-generic-dispatch)
[INFO] [stderr]     Checking paredit-feature-emacs-lisp v1.6.3 (/opt/rustwide/workdir/packages/feature/emacs-lisp)
[INFO] [stderr]     Checking paredit-feature-lint-elisp-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-elisp-depth)
[INFO] [stderr]  Documenting paredit-core-cli v1.6.3 (/opt/rustwide/workdir/packages/core/cli)
[INFO] [stderr]  Documenting paredit-feature-lint-elisp-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-elisp-depth)
[INFO] [stderr]  Documenting paredit-feature-lint-performance v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-performance)
[INFO] [stderr]  Documenting paredit-feature-lint-binding-analysis v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-binding-analysis)
[INFO] [stderr]  Documenting paredit-feature-lint-carp-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-carp-idiom)
[INFO] [stderr]  Documenting paredit-feature-lint-fennel-janet-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-fennel-janet-idiom)
[INFO] [stderr]  Documenting paredit-feature-lint-destructive-sequence v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-destructive-sequence)
[INFO] [stdout] warning: public documentation for `rule` links to private item `repeats`
[INFO] [stdout]   --> packages/feature/lint-elisp-depth/src/repeating_timer_handle_discarded/rule.rs:46:7
[INFO] [stdout]    |
[INFO] [stdout] 46 | //! [`repeats`] is therefore load-bearing for cost as well as for correctness:
[INFO] [stdout]    |       ^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `is_unevaluated_at`
[INFO] [stdout]  --> packages/feature/lint-carp-idiom/src/support.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! ([`is_unevaluated_at`]) is called only once a finding is otherwise ready to
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^ no item named `is_unevaluated_at` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState::quasi`
[INFO] [stdout]   --> packages/feature/lint-carp-idiom/src/support.rs:43:48
[INFO] [stdout]    |
[INFO] [stdout] 43 | //! code and *add* findings on macro bodies. [`QuoteState::quasi`] therefore
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `linear_search_in_loop` links to private item `crate::shared::mentions_any`
[INFO] [stdout]   --> packages/feature/lint-performance/src/linear_search_in_loop.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! check — [`crate::shared::mentions_any`] against the loop's own variables —
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `repeated_hash_table_lookup_same_key` links to private item `branches_are_exclusive`
[INFO] [stdout]   --> packages/feature/lint-performance/src/repeated_hash_table_lookup_same_key.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | //!   [`branches_are_exclusive`], which reads the conditional arms each lookup
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ARM_HEADS`
[INFO] [stdout]    --> packages/feature/lint-performance/src/repeated_hash_table_lookup_same_key.rs:139:67
[INFO] [stdout]     |
[INFO] [stdout] 139 | /// Read with one [`unqualified`] call rather than twelve — see [`ARM_HEADS`]'s
[INFO] [stdout]     |                                                                   ^^^^^^^^^ no item named `ARM_HEADS` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `destroyed_variable_of` links to private item `destroyed_variable`
[INFO] [stdout]    --> packages/feature/lint-destructive-sequence/src/discarded_destructive_sequence_result.rs:265:7
[INFO] [stdout]     |
[INFO] [stdout] 265 | /// [`destroyed_variable`], for the corpus audit's funnel.
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-destructive-sequence/src/support.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! [`QuoteState`] follows the model in
[INFO] [stdout]    |       ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-hy-lfe-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-hy-lfe-idiom)
[INFO] [stdout] warning: unresolved link to `a_singleton_is_not_a_literal_by_two_independent_routes`
[INFO] [stdout]   --> packages/feature/lint-hy-lfe-idiom/src/identity_comparison_with_literal/domain.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 | /// to recommend. [`a_singleton_is_not_a_literal_by_two_independent_routes`]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `a_singleton_is_not_a_literal_by_two_independent_routes` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `:COLUMN`
[INFO] [stdout]    --> packages/core/cli/src/args.rs:235:48
[INFO] [stdout]     |
[INFO] [stdout] 235 |     /// Select the smallest expression at LINE[:COLUMN], both 1-based.
[INFO] [stdout]     |                                                ^^^^^^^ invalid path separator
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `prime_stdout_terminal_cache` links to private item `stdout_is_terminal`
[INFO] [stdout]    --> packages/core/cli/src/color.rs:128:14
[INFO] [stdout]     |
[INFO] [stdout] 128 | /// Forces [`stdout_is_terminal`]'s cache to resolve now, before something
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::diff::unified_diff`
[INFO] [stdout]    --> packages/core/cli/src/color.rs:204:19
[INFO] [stdout]     |
[INFO] [stdout] 204 | /// Colorizes a [`crate::diff::unified_diff`] result for a terminal: green
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `diff` in module `paredit_core_cli`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ParseError`
[INFO] [stdout]    --> packages/core/cli/src/diagnosis.rs:498:11
[INFO] [stdout]     |
[INFO] [stdout] 498 |     /// [`ParseError`] always does, a handful of [`StructureError`] and
[INFO] [stdout]     |           ^^^^^^^^^^ no item named `ParseError` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `PathError`
[INFO] [stdout]     |
[INFO] [stdout] 498 -     /// [`ParseError`] always does, a handful of [`StructureError`] and
[INFO] [stdout] 498 +     /// [`PathError`] always does, a handful of [`StructureError`] and
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-emacs-lisp v1.6.3 (/opt/rustwide/workdir/packages/feature/emacs-lisp)
[INFO] [stdout] warning: unresolved link to `classify_cli`
[INFO] [stdout]    --> packages/core/cli/src/diagnosis.rs:673:7
[INFO] [stdout]     |
[INFO] [stdout] 673 | /// [`classify_cli`] was already matching on — so the probes were a second,
[INFO] [stdout]     |       ^^^^^^^^^^^^ no item named `classify_cli` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `classify`
[INFO] [stdout]     |
[INFO] [stdout] 673 - /// [`classify_cli`] was already matching on — so the probes were a second,
[INFO] [stdout] 673 + /// [`classify`] was already matching on — so the probes were a second,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `CommandFailure`
[INFO] [stdout]   --> packages/core/cli/src/gate.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 | /// Returns [`CommandFailure`] rather than [`GateFailure`] so that the ~30
[INFO] [stdout]    |               ^^^^^^^^^^^^^^ no item named `CommandFailure` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::shared::io`
[INFO] [stdout]   --> packages/core/cli/src/pager.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! ([`crate::shared::io`]'s macOS ACL preservation is the other example):
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^ no item named `io` in module `shared`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `writes_are_supported`
[INFO] [stdout]    --> packages/core/cli/src/runtime.rs:151:47
[INFO] [stdout]     |
[INFO] [stdout] 151 |     /// re-encoding the file to UTF-8 — see [`writes_are_supported`].
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^ no item named `writes_are_supported` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `width` links to private item `FALLBACK_WIDTH`
[INFO] [stdout]   --> packages/core/cli/src/terminal.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | /// [`FALLBACK_WIDTH`].
[INFO] [stdout]    |       ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `diff_stat` links to private item `DiffOp`
[INFO] [stdout]   --> packages/core/cli/src/diff.rs:51:57
[INFO] [stdout]    |
[INFO] [stdout] 51 | /// Parses the rendered text rather than the internal [`DiffOp`] sequence:
[INFO] [stdout]    |                                                         ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `MAX_SOURCE_INPUT_BYTES` links to private item `max_source_input_bytes`
[INFO] [stdout]   --> packages/core/cli/src/io.rs:31:7
[INFO] [stdout]    |
[INFO] [stdout] 31 | /// [`max_source_input_bytes`] resolves. Kept public and unchanged because it
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `check_writable` links to private item `ensure_writes_are_permitted`
[INFO] [stdout]     --> packages/core/cli/src/io.rs:1202:29
[INFO] [stdout]      |
[INFO] [stdout] 1202 | /// batch-level refusals ([`ensure_writes_are_permitted`]), the same
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]      |
[INFO] [stdout]      = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `check_writable` links to private item `acquire_write_lock`
[INFO] [stdout]     --> packages/core/cli/src/io.rs:1204:39
[INFO] [stdout]      |
[INFO] [stdout] 1204 | /// check, the same write lock (see [`acquire_write_lock`]), and, because
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]      |
[INFO] [stdout]      = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `check_writable` links to private item `StagingIntent::Probe`
[INFO] [stdout]     --> packages/core/cli/src/io.rs:1211:7
[INFO] [stdout]      |
[INFO] [stdout] 1211 | /// [`StagingIntent::Probe`]: it exists only to roll a publish back, and a
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]      |
[INFO] [stdout]      = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `check_writable` links to private item `StagingIntent`
[INFO] [stdout]     --> packages/core/cli/src/io.rs:1212:34
[INFO] [stdout]      |
[INFO] [stdout] 1212 | /// probe never publishes. See [`StagingIntent`] for what it used to cost.
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]      |
[INFO] [stdout]      = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `analyze_files` links to private item `claim_order_by_descending_size`
[INFO] [stdout]    --> packages/core/cli/src/shared.rs:769:27
[INFO] [stdout]     |
[INFO] [stdout] 769 | ///   scheduling. Since [`claim_order_by_descending_size`] means the workers do
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `rule` links to private item `could_be_a_call`
[INFO] [stdout]   --> packages/feature/emacs-lisp/src/obsolete_cl_alias/rule.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! [`could_be_a_call`] asks the two questions that can be answered from the
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-lfe-carp-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-lfe-carp-depth)
[INFO] [stdout] warning: unresolved link to `tests::every_clause_form_has_a_head`
[INFO] [stdout]   --> packages/feature/lint-lfe-carp-depth/src/dead_clause/rule.rs:59:7
[INFO] [stdout]    |
[INFO] [stdout] 59 | /// [`tests::every_clause_form_has_a_head`] pins that this array and
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `tests` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `tests::the_guard_table_matches_the_enumerated_size`
[INFO] [stdout]    --> packages/feature/lint-lfe-carp-depth/src/illegal_guard_call/domain.rs:112:7
[INFO] [stdout]     |
[INFO] [stdout] 112 | /// [`tests::the_guard_table_matches_the_enumerated_size`] pins that count so a
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `tests` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-elisp-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-elisp-idiom)
[INFO] [stderr]  Documenting paredit-feature-lint-convention v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-convention)
[INFO] [stderr]     Checking paredit-feature-package v1.6.3 (/opt/rustwide/workdir/packages/feature/package)
[INFO] [stderr]     Checking paredit-feature-form-transform v1.6.3 (/opt/rustwide/workdir/packages/feature/form-transform)
[INFO] [stderr]     Checking paredit-feature-function-parameter v1.6.3 (/opt/rustwide/workdir/packages/feature/function-parameter)
[INFO] [stderr]     Checking paredit-feature-rename v1.6.3 (/opt/rustwide/workdir/packages/feature/rename)
[INFO] [stderr]     Checking paredit-feature-change-summary v1.6.3 (/opt/rustwide/workdir/packages/feature/change-summary)
[INFO] [stderr]     Checking paredit-feature-project-inventory v1.6.3 (/opt/rustwide/workdir/packages/feature/project-inventory)
[INFO] [stderr]     Checking paredit-feature-data-report v1.6.3 (/opt/rustwide/workdir/packages/feature/data-report)
[INFO] [stderr]     Checking paredit-feature-external-check v1.6.3 (/opt/rustwide/workdir/packages/feature/external-check)
[INFO] [stderr]     Checking paredit-feature-semantic-report v1.6.3 (/opt/rustwide/workdir/packages/feature/semantic-report)
[INFO] [stderr]     Checking paredit-feature-lint-form-shape v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-form-shape)
[INFO] [stderr]     Checking paredit-feature-binding v1.6.3 (/opt/rustwide/workdir/packages/feature/binding)
[INFO] [stderr]     Checking paredit-feature-remove-unused v1.6.3 (/opt/rustwide/workdir/packages/feature/remove-unused)
[INFO] [stderr]     Checking paredit-feature-selector v1.6.3 (/opt/rustwide/workdir/packages/feature/selector)
[INFO] [stderr]     Checking paredit-feature-migrate v1.6.3 (/opt/rustwide/workdir/packages/feature/migrate)
[INFO] [stderr]     Checking paredit-feature-lint-control-flow v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-control-flow)
[INFO] [stderr]     Checking paredit-feature-generate v1.6.3 (/opt/rustwide/workdir/packages/feature/generate)
[INFO] [stderr]     Checking paredit-feature-lisp-analysis v1.6.3 (/opt/rustwide/workdir/packages/feature/lisp-analysis)
[INFO] [stderr]     Checking paredit-feature-similarity v1.6.3 (/opt/rustwide/workdir/packages/feature/similarity)
[INFO] [stderr]     Checking paredit-feature-lint-scheme-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-scheme-idiom)
[INFO] [stderr]     Checking paredit-feature-lint-condition-system v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-condition-system)
[INFO] [stderr]     Checking paredit-feature-inline v1.6.3 (/opt/rustwide/workdir/packages/feature/inline)
[INFO] [stderr]     Checking paredit-feature-project-analysis v1.6.3 (/opt/rustwide/workdir/packages/feature/project-analysis)
[INFO] [stderr]     Checking paredit-feature-structural-diff v1.6.3 (/opt/rustwide/workdir/packages/feature/structural-diff)
[INFO] [stderr]     Checking paredit-feature-lint-sequence v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-sequence)
[INFO] [stderr]     Checking paredit-feature-lint-contract-annotation v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-contract-annotation)
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]    --> packages/feature/similarity/src/form_similarity.rs:208:31
[INFO] [stdout]     |
[INFO] [stdout] 208 |         match self.operations.fetch_update(
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 208 -         match self.operations.fetch_update(
[INFO] [stdout] 208 +         match self.operations.try_update(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking paredit-feature-lint-testing v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-testing)
[INFO] [stderr]     Checking paredit-feature-conditional-conversion v1.6.3 (/opt/rustwide/workdir/packages/feature/conditional-conversion)
[INFO] [stderr]     Checking paredit-feature-lint-conditional v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-conditional)
[INFO] [stderr]     Checking paredit-feature-lint-data-structure v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-data-structure)
[INFO] [stderr]     Checking paredit-feature-lint-string-char v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-string-char)
[INFO] [stderr]     Checking paredit-feature-lint-iteration-flow v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-iteration-flow)
[INFO] [stderr]     Checking paredit-feature-lint-introspection v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-introspection)
[INFO] [stderr]     Checking paredit-feature-schema-check v1.6.3 (/opt/rustwide/workdir/packages/feature/schema-check)
[INFO] [stderr]     Checking paredit-feature-lint-concurrency v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-concurrency)
[INFO] [stderr]     Checking paredit-feature-lint-repl-debug v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-repl-debug)
[INFO] [stderr]     Checking paredit-feature-code-metrics v1.6.3 (/opt/rustwide/workdir/packages/feature/code-metrics)
[INFO] [stderr]     Checking paredit-feature-lint-compile-time v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-compile-time)
[INFO] [stderr]     Checking paredit-feature-refactor-workflow v1.6.3 (/opt/rustwide/workdir/packages/feature/refactor-workflow)
[INFO] [stderr]     Checking paredit-feature-lint-clojure-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-clojure-idiom)
[INFO] [stderr]     Checking paredit-feature-lint-clojure-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-clojure-depth)
[INFO] [stderr]     Checking paredit-feature-lint-macro-authoring v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-macro-authoring)
[INFO] [stderr]     Checking paredit-feature-extract v1.6.3 (/opt/rustwide/workdir/packages/feature/extract)
[INFO] [stderr]     Checking paredit-feature-lint-package-hygiene v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-package-hygiene)
[INFO] [stderr]     Checking paredit-feature-lint-object-system v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-object-system)
[INFO] [stderr]     Checking paredit-feature-lint-numeric v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-numeric)
[INFO] [stderr]     Checking paredit-feature-query v1.6.3 (/opt/rustwide/workdir/packages/feature/query)
[INFO] [stderr]     Checking paredit-feature-lint-call-shape v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-call-shape)
[INFO] [stderr]     Checking paredit-feature-lint-build-system v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-build-system)
[INFO] [stderr]     Checking paredit-feature-lint-racket-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-racket-depth)
[INFO] [stderr]  Documenting paredit-feature-refactor-workflow v1.6.3 (/opt/rustwide/workdir/packages/feature/refactor-workflow)
[INFO] [stderr]  Documenting paredit-feature-project-analysis v1.6.3 (/opt/rustwide/workdir/packages/feature/project-analysis)
[INFO] [stderr]  Documenting paredit-feature-inline v1.6.3 (/opt/rustwide/workdir/packages/feature/inline)
[INFO] [stderr]  Documenting paredit-feature-generate v1.6.3 (/opt/rustwide/workdir/packages/feature/generate)
[INFO] [stderr]  Documenting paredit-feature-remove-unused v1.6.3 (/opt/rustwide/workdir/packages/feature/remove-unused)
[INFO] [stderr]  Documenting paredit-feature-lint-form-shape v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-form-shape)
[INFO] [stdout] warning: unclosed HTML tag `directory`
[INFO] [stdout]   --> packages/feature/generate/src/generate_defsystem/cli/args.rs:20:37
[INFO] [stdout]    |
[INFO] [stdout] 20 |     /// Write the generated form to <directory>/<name>.asd instead of only
[INFO] [stdout]    |                                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `name`
[INFO] [stdout]   --> packages/feature/generate/src/generate_defsystem/cli/args.rs:20:49
[INFO] [stdout]    |
[INFO] [stdout] 20 |     /// Write the generated form to <directory>/<name>.asd instead of only
[INFO] [stdout]    |                                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `name`
[INFO] [stdout]   --> packages/feature/generate/src/generate_defsystem/cli/args.rs:24:33
[INFO] [stdout]    |
[INFO] [stdout] 24 |     /// With --write, overwrite <name>.asd if it already exists. Without it,
[INFO] [stdout]    |                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `PackageId`
[INFO] [stdout]    --> packages/feature/project-analysis/src/undefined_package_report/domain.rs:164:7
[INFO] [stdout]     |
[INFO] [stdout] 164 | /// [`PackageId`] folds the two standard nicknames (`CL`/`COMMON-LISP`,
[INFO] [stdout]     |       ^^^^^^^^^ no item named `PackageId` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-binding v1.6.3 (/opt/rustwide/workdir/packages/feature/binding)
[INFO] [stderr]  Documenting paredit-feature-lint-object-system v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-object-system)
[INFO] [stderr]  Documenting paredit-cli v1.6.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking paredit-cli v1.6.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `clause` links to private item `DESIGNATOR_CLAUSES`
[INFO] [stdout]   --> packages/feature/lint-form-shape/src/defpackage_quoted/domain.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     /// One of [`DESIGNATOR_CLAUSES`], so it is `&'static str` rather than the
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::duplicate_keyword::domain::KEY_OPERATORS`
[INFO] [stdout]   --> packages/feature/lint-form-shape/src/duplicate_keyword/rule.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// prefix (see [`crate::duplicate_keyword::domain::KEY_OPERATORS`]).
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `KEY_OPERATORS` in module `domain`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `kind` links to private item `LiteralKind::describe`
[INFO] [stdout]    --> packages/feature/lint-form-shape/src/redundant_quote/domain.rs:117:11
[INFO] [stdout]     |
[INFO] [stdout] 117 |     /// [`LiteralKind::describe`]'s closed set.
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `domain` links to private item `TOP_LEVEL_WRAPPERS`
[INFO] [stdout]   --> packages/feature/lint-object-system/src/method_qualifier_typo/domain.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 | //! `symbol-macrolet` — see [`TOP_LEVEL_WRAPPERS`]. Wrapping a
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `quoted` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-object-system/src/support.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 |     /// [`QuoteState`]. A `(defmethod …)` inside quoted data defines no method,
[INFO] [stdout]    |           ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]    --> packages/feature/lint-form-shape/src/redundant_the/domain.rs:136:29
[INFO] [stdout]     |
[INFO] [stdout] 136 | /// consult, so it passes [`never`] and keeps reading `t` only. The lint suite
[INFO] [stdout]     |                             ^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 136 | /// consult, so it passes [`never()`] and keeps reading `t` only. The lint suite
[INFO] [stdout]     |                                  ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]     |
[INFO] [stdout] 136 | /// consult, so it passes [`prim@never`] and keeps reading `t` only. The lint suite
[INFO] [stdout]     |                             +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-string-char v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-string-char)
[INFO] [stdout] warning: unresolved link to `tests::the_bracket_disqualifier_admits_exactly_the_strings_with_a_bracket`
[INFO] [stdout]    --> packages/feature/lint-string-char/src/format_nested_directive_unbalanced/domain.rs:106:7
[INFO] [stdout]     |
[INFO] [stdout] 106 | /// [`tests::the_bracket_disqualifier_admits_exactly_the_strings_with_a_bracket`]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `tests` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `literal_control_string` links to private item `FORMAT_HEADS`
[INFO] [stdout]    --> packages/feature/lint-string-char/src/support.rs:219:33
[INFO] [stdout]     |
[INFO] [stdout] 219 | ///   - a head that is not in [`FORMAT_HEADS`];
[INFO] [stdout]     |                                 ^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: table row has too many columns
[INFO] [stdout]   --> packages/feature/lint-string-char/src/format_unknown_directive/domain.rs:18:46
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! | 22.3.1 Basic Output | `~C` `~%` `~&` `~|` `~~` |
[INFO] [stdout]    |                                              ^ any content after this column divider is discarded
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `|` characters in tables, add a `\` before them like `\|`
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_markdown_table)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]    --> packages/feature/lint-string-char/src/char_op_string/domain.rs:172:46
[INFO] [stdout]     |
[INFO] [stdout] 172 |     /// command never produces — it passes [`never`], so every item it renders
[INFO] [stdout]     |                                              ^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 172 |     /// command never produces — it passes [`never()`], so every item it renders
[INFO] [stdout]     |                                                   ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]     |
[INFO] [stdout] 172 |     /// command never produces — it passes [`prim@never`], so every item it renders
[INFO] [stdout]     |                                              +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]    --> packages/feature/lint-string-char/src/char_op_string/domain.rs:187:29
[INFO] [stdout]     |
[INFO] [stdout] 187 | /// consult, so it passes [`never`] and keeps reading literals only. The lint
[INFO] [stdout]     |                             ^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 187 | /// consult, so it passes [`never()`] and keeps reading literals only. The lint
[INFO] [stdout]     |                                  ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]     |
[INFO] [stdout] 187 | /// consult, so it passes [`prim@never`] and keeps reading literals only. The lint
[INFO] [stdout]     |                             +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-control-flow v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-control-flow)
[INFO] [stderr]  Documenting paredit-feature-lisp-analysis v1.6.3 (/opt/rustwide/workdir/packages/feature/lisp-analysis)
[INFO] [stdout] warning: unresolved link to `result`
[INFO] [stdout]   --> packages/feature/lint-control-flow/src/malformed_iteration_spec/cli/args.rs:21:74
[INFO] [stdout]    |
[INFO] [stdout] 21 |     /// Exit with failure when any dolist/dotimes spec is not (var form [result]).
[INFO] [stdout]    |                                                                          ^^^^^^ no item named `result` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-control-flow/src/support.rs:30:7
[INFO] [stdout]    |
[INFO] [stdout] 30 | //! [`QuoteState`] and [`for_each_evaluated_subview`] are copied from
[INFO] [stdout]    |       ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-compile-time v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-compile-time)
[INFO] [stdout] warning: unresolved link to `paredit_feature_project_analysis::redefinition_report::domain`
[INFO] [stdout]  --> packages/feature/lisp-analysis/src/duplicate_method_report/domain.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! [`paredit_feature_project_analysis::redefinition_report::domain`] deliberately excludes
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `paredit_feature_project_analysis` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `rule` links to private item `HEADS`
[INFO] [stdout]   --> packages/feature/lisp-analysis/src/macro_hygiene_report/rule/mod.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | //! - [`HEADS`] is what contains it: at 0% macro density the delta is −2.6%
[INFO] [stdout]    |         ^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `EvalWhenSituations::reaches_the_compiler`
[INFO] [stdout]   --> packages/feature/lint-compile-time/src/eval_when_execute_only/domain.rs:52:16
[INFO] [stdout]    |
[INFO] [stdout] 52 | //! which is [`EvalWhenSituations::reaches_the_compiler`].
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `EvalWhenSituations` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::macro_helper_not_compile_time`
[INFO] [stdout]   --> packages/feature/lint-compile-time/src/support.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! [`crate::macro_helper_not_compile_time`]: a helper called from a macro's
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `macro_helper_not_compile_time` in module `paredit_feature_lint_compile_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::macro_helper_not_compile_time`
[INFO] [stdout]   --> packages/feature/lint-compile-time/src/support.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | //! [`crate::macro_helper_not_compile_time`]'s per-file set of same-file
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `macro_helper_not_compile_time` in module `paredit_feature_lint_compile_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `rules`
[INFO] [stdout]   --> src/lint/mod.rs:10:26
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! the catalogue, and [`rules`] for the rules themselves.
[INFO] [stdout]    |                          ^^^^^ no item named `rules` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `rule`
[INFO] [stdout]    |
[INFO] [stdout] 10 - //! the catalogue, and [`rules`] for the rules themselves.
[INFO] [stdout] 10 + //! the catalogue, and [`rule`] for the rules themselves.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::presentation::mcp::tools`
[INFO] [stdout]   --> src/presentation/cli/capabilities/classify.rs:13:46
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! - `writes` mirrors the flag vocabulary [`crate::presentation::mcp::tools`]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `tools` in module `mcp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::presentation::mcp::tools::WRITING_FLAGS`
[INFO] [stdout]   --> src/presentation/cli/capabilities/classify.rs:52:10
[INFO] [stdout]    |
[INFO] [stdout] 52 | /// of [`crate::presentation::mcp::tools::WRITING_FLAGS`].
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `tools` in module `mcp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::presentation::mcp::tools`
[INFO] [stdout]   --> src/presentation/cli/capabilities/classify.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | /// [`crate::presentation::mcp::tools`]'s `WRITING_COMMANDS`, extended past
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `tools` in module `mcp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `result`
[INFO] [stdout]    --> src/presentation/cli/command.rs:256:63
[INFO] [stdout]     |
[INFO] [stdout] 256 |     /// Report dolist/dotimes specs that are not a (var form [result]) list.
[INFO] [stdout]     |                                                               ^^^^^^ no item named `result` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::presentation::cli::capabilities::classify`
[INFO] [stdout]     --> src/presentation/cli/contract.rs:1271:20
[INFO] [stdout]      |
[INFO] [stdout] 1271 | /// The category [`crate::presentation::cli::capabilities::classify`] keys its
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `classify` in module `capabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `LintFinding::rule`
[INFO] [stdout]  --> src/presentation/cli/lint_report/custom.rs:6:38
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! **Its name is not `'static`.** [`LintFinding::rule`] is a `&'static str`, so
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^^^^ no item named `LintFinding` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::lint::report::CustomFinding`
[INFO] [stdout]    --> src/presentation/cli/lint_report/render.rs:538:19
[INFO] [stdout]     |
[INFO] [stdout] 538 | /// same reason [`crate::lint::report::CustomFinding`] is not a
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CustomFinding` in module `report`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::presentation::cli::lint_report::workflow::lint_report_suggest_severity`
[INFO] [stdout]    --> src/presentation/cli/lint_report/render.rs:930:7
[INFO] [stdout]     |
[INFO] [stdout] 930 | /// [`crate::presentation::cli::lint_report::workflow::lint_report_suggest_severity`]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `lint_report_suggest_severity` in module `workflow`
[INFO] [stdout]     |
[INFO] [stdout] help: there's a similarly named item `print_lint_suggest_severity`
[INFO] [stdout]     |
[INFO] [stdout] 930 - /// [`crate::presentation::cli::lint_report::workflow::lint_report_suggest_severity`]
[INFO] [stdout] 930 + /// [`crate::presentation::cli::lint_report::workflow::print_lint_suggest_severity`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::presentation::cli::capabilities::classify`
[INFO] [stdout]    --> src/presentation/mcp/tools.rs:203:7
[INFO] [stdout]     |
[INFO] [stdout] 203 | /// [`crate::presentation::cli::capabilities::classify`]'s
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `capabilities` in module `cli`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-racket-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-racket-depth)
[INFO] [stdout] warning: public documentation for `in_macro_template` links to private item `MACRO_DEFINITION_HEADS`
[INFO] [stdout]    --> packages/feature/lint-racket-depth/src/support.rs:173:50
[INFO] [stdout]     |
[INFO] [stdout] 173 |     /// of a template rather than of code. See [`MACRO_DEFINITION_HEADS`].
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-structural-diff v1.6.3 (/opt/rustwide/workdir/packages/feature/structural-diff)
[INFO] [stderr]  Documenting paredit-feature-lint-condition-system v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-condition-system)
[INFO] [stdout] warning: public documentation for `domain` links to private item `STANDARD_RESTARTS`
[INFO] [stdout]   --> packages/feature/lint-condition-system/src/restart_case_clause_without_report/domain.rs:20:41
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! flags idiomatic, correct code, so [`STANDARD_RESTARTS`] clauses are neither
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `build_restart_case_clause_without_report_report` links to private item `STANDARD_RESTARTS`
[INFO] [stdout]    --> packages/feature/lint-condition-system/src/restart_case_clause_without_report/domain.rs:170:46
[INFO] [stdout]     |
[INFO] [stdout] 170 | /// them — every clause scanned except the [`STANDARD_RESTARTS`] ones.
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `collect` links to private item `mentions_define_condition`
[INFO] [stdout]    --> packages/feature/lint-condition-system/src/support.rs:369:41
[INFO] [stdout]     |
[INFO] [stdout] 369 |     /// A whole-file walk, guarded by [`mentions_define_condition`] so that a
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-code-metrics v1.6.3 (/opt/rustwide/workdir/packages/feature/code-metrics)
[INFO] [stderr]  Documenting paredit-feature-similarity v1.6.3 (/opt/rustwide/workdir/packages/feature/similarity)
[INFO] [stderr]  Documenting paredit-feature-external-check v1.6.3 (/opt/rustwide/workdir/packages/feature/external-check)
[INFO] [stderr]  Documenting paredit-feature-lint-package-hygiene v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-package-hygiene)
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]  --> packages/feature/lint-package-hygiene/src/support.rs:6:34
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! The quote machinery below ([`QuoteState`], [`for_each_evaluated_subview`],
[INFO] [stdout]   |                                  ^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]   = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-testing v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-testing)
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-testing/src/support.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! [`QuoteState`] and [`for_each_evaluated_subview`] are copied from
[INFO] [stdout]    |       ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-macro-authoring v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-macro-authoring)
[INFO] [stdout] warning: unresolved link to `HeadFilter::Heads`
[INFO] [stdout]  --> packages/feature/lint-macro-authoring/src/support.rs:4:32
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Every rule here declares [`HeadFilter::Heads`], so the engine hands it one
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^ no item named `HeadFilter` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `caller_supplied_parameters` links to private item `lambda_list_names`
[INFO] [stdout]    --> packages/feature/lint-macro-authoring/src/support.rs:705:28
[INFO] [stdout]     |
[INFO] [stdout] 705 | /// sublist is, matching [`lambda_list_names`], which under-reads rather than
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-migrate v1.6.3 (/opt/rustwide/workdir/packages/feature/migrate)
[INFO] [stderr]  Documenting paredit-feature-query v1.6.3 (/opt/rustwide/workdir/packages/feature/query)
[INFO] [stderr]  Documenting paredit-feature-lint-build-system v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-build-system)
[INFO] [stdout] warning: public documentation for `is_exempt_system_name` links to private item `SUPPORT_SEGMENTS`
[INFO] [stdout]    --> packages/feature/lint-build-system/src/asdf_system_missing_version/domain.rs:144:24
[INFO] [stdout]     |
[INFO] [stdout] 144 | ///   any segment in [`SUPPORT_SEGMENTS`] exempts it.
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `paredit_core_lint_engine::engine::dispatch`
[INFO] [stdout]   --> packages/feature/lint-build-system/src/defpackage_without_in_package/rule.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! [`collect_lint_pass`]: paredit_core_lint_engine::engine::dispatch
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `dispatch` in module `engine`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]  --> packages/feature/lint-build-system/src/support.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! The quote machinery below ([`QuoteState`], [`for_each_evaluated_subview`],
[INFO] [stdout]   |                                  ^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-conditional v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-conditional)
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-conditional/src/support.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! The two counters in [`QuoteState`] are not interchangeable and a single
[INFO] [stdout]    |                           ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-concurrency v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-concurrency)
[INFO] [stdout] warning: public documentation for `with_ancestor_chain` links to private item `root_child_containing`
[INFO] [stdout]    --> packages/feature/lint-concurrency/src/support.rs:271:7
[INFO] [stdout]     |
[INFO] [stdout] 271 | /// [`root_child_containing`]). Nothing is lost: the root is
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-scheme-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-scheme-idiom)
[INFO] [stdout] warning: public documentation for `in_macro_template` links to private item `MACRO_DEFINITION_HEADS`
[INFO] [stdout]    --> packages/feature/lint-scheme-idiom/src/support.rs:184:50
[INFO] [stdout]     |
[INFO] [stdout] 184 |     /// of a template rather than of code. See [`MACRO_DEFINITION_HEADS`].
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-data-report v1.6.3 (/opt/rustwide/workdir/packages/feature/data-report)
[INFO] [stderr]  Documenting paredit-feature-lint-clojure-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-clojure-depth)
[INFO] [stdout] warning: unresolved link to `for_each_evaluated_subview_where`
[INFO] [stdout]  --> packages/feature/lint-clojure-depth/src/support.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! [`for_each_evaluated_subview_where`] and [`is_unevaluated_at`]) is a
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `for_each_evaluated_subview_where` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `for_each_evaluated_subview`
[INFO] [stdout]   |
[INFO] [stdout] 8 - //! [`for_each_evaluated_subview_where`] and [`is_unevaluated_at`]) is a
[INFO] [stdout] 8 + //! [`for_each_evaluated_subview`] and [`is_unevaluated_at`]) is a
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `root_child_containing`
[INFO] [stdout]   --> packages/feature/lint-clojure-depth/src/support.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 | //! [`root_child_containing`] binary-searches the top level with
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-change-summary v1.6.3 (/opt/rustwide/workdir/packages/feature/change-summary)
[INFO] [stderr]  Documenting paredit-feature-lint-introspection v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-introspection)
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-introspection/src/support.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! [`QuoteState`] and [`for_each_evaluated_subview`] are copied from
[INFO] [stdout]    |       ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-form-transform v1.6.3 (/opt/rustwide/workdir/packages/feature/form-transform)
[INFO] [stderr]  Documenting paredit-feature-rename v1.6.3 (/opt/rustwide/workdir/packages/feature/rename)
[INFO] [stderr]  Documenting paredit-feature-selector v1.6.3 (/opt/rustwide/workdir/packages/feature/selector)
[INFO] [stderr]  Documenting paredit-feature-lint-numeric v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-numeric)
[INFO] [stdout] warning: public documentation for `is_hard_quoted_at` links to private item `QuoteState::is_data`
[INFO] [stdout]    --> packages/feature/lint-numeric/src/support.rs:227:38
[INFO] [stdout]     |
[INFO] [stdout] 227 | /// Hence `hard` alone rather than [`QuoteState::is_data`]. The two-counter state
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_eql_type_specifier_at` links to private item `quote_state_at`
[INFO] [stdout]    --> packages/feature/lint-numeric/src/support.rs:410:58
[INFO] [stdout]     |
[INFO] [stdout] 410 | /// carries, so this descends from the root exactly as [`quote_state_at`] does.
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_key_or_binding_position_at` links to private item `quote_state_at`
[INFO] [stdout]    --> packages/feature/lint-numeric/src/support.rs:651:58
[INFO] [stdout]     |
[INFO] [stdout] 651 | /// carries, so this descends from the root exactly as [`quote_state_at`] does,
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `kind` links to private item `equality_operator`
[INFO] [stdout]   --> packages/feature/lint-numeric/src/t_comparison/domain.rs:75:11
[INFO] [stdout]    |
[INFO] [stdout] 75 |     /// [`equality_operator`] — the source casing is not retained, so this is
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]   --> packages/feature/lint-numeric/src/eq_char_comparison/domain.rs:65:46
[INFO] [stdout]    |
[INFO] [stdout] 65 |     /// command never produces — it passes [`never`], so every item it renders
[INFO] [stdout]    |                                              ^^^^^ ambiguous link
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 |     /// command never produces — it passes [`never()`], so every item it renders
[INFO] [stdout]    |                                                   ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     /// command never produces — it passes [`prim@never`], so every item it renders
[INFO] [stdout]    |                                              +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]    --> packages/feature/lint-numeric/src/eq_char_comparison/domain.rs:115:32
[INFO] [stdout]     |
[INFO] [stdout] 115 | /// to consult, so it passes [`never`] and keeps reading literals only. The
[INFO] [stdout]     |                                ^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 115 | /// to consult, so it passes [`never()`] and keeps reading literals only. The
[INFO] [stdout]     |                                     ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]     |
[INFO] [stdout] 115 | /// to consult, so it passes [`prim@never`] and keeps reading literals only. The
[INFO] [stdout]     |                                +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]   --> packages/feature/lint-numeric/src/eq_number_comparison/domain.rs:76:46
[INFO] [stdout]    |
[INFO] [stdout] 76 |     /// command never produces — it passes [`never`], so every item it renders
[INFO] [stdout]    |                                              ^^^^^ ambiguous link
[INFO] [stdout]    |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]    |
[INFO] [stdout] 76 |     /// command never produces — it passes [`never()`], so every item it renders
[INFO] [stdout]    |                                                   ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]    |
[INFO] [stdout] 76 |     /// command never produces — it passes [`prim@never`], so every item it renders
[INFO] [stdout]    |                                              +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]    --> packages/feature/lint-numeric/src/eq_number_comparison/domain.rs:125:39
[INFO] [stdout]     |
[INFO] [stdout] 125 | /// tables to consult, so it passes [`never`] and keeps reading literals only.
[INFO] [stdout]     |                                       ^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 125 | /// tables to consult, so it passes [`never()`] and keeps reading literals only.
[INFO] [stdout]     |                                            ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]     |
[INFO] [stdout] 125 | /// tables to consult, so it passes [`prim@never`] and keeps reading literals only.
[INFO] [stdout]     |                                       +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]   --> packages/feature/lint-numeric/src/eq_char_comparison/domain.rs:80:52
[INFO] [stdout]    |
[INFO] [stdout] 80 |     /// command that produces this report passes [`never`] — so every finding it
[INFO] [stdout]    |                                                    ^^^^^ ambiguous link
[INFO] [stdout]    |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 |     /// command that produces this report passes [`never()`] — so every finding it
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     /// command that produces this report passes [`prim@never`] — so every finding it
[INFO] [stdout]    |                                                    +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `never` is both a function and a primitive type
[INFO] [stdout]   --> packages/feature/lint-numeric/src/eq_number_comparison/domain.rs:91:52
[INFO] [stdout]    |
[INFO] [stdout] 91 |     /// command that produces this report passes [`never`] — so every finding it
[INFO] [stdout]    |                                                    ^^^^^ ambiguous link
[INFO] [stdout]    |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]    |
[INFO] [stdout] 91 |     /// command that produces this report passes [`never()`] — so every finding it
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] help: to link to the primitive type, prefix with `prim@`
[INFO] [stdout]    |
[INFO] [stdout] 91 |     /// command that produces this report passes [`prim@never`] — so every finding it
[INFO] [stdout]    |                                                    +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-package v1.6.3 (/opt/rustwide/workdir/packages/feature/package)
[INFO] [stderr]  Documenting paredit-feature-project-inventory v1.6.3 (/opt/rustwide/workdir/packages/feature/project-inventory)
[INFO] [stderr]  Documenting paredit-feature-lint-sequence v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-sequence)
[INFO] [stdout] warning: unresolved link to `crate::destructive_literal::domain::sequence_indices`
[INFO] [stdout]   --> packages/feature/lint-sequence/src/destructive_literal/rule.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// [`crate::destructive_literal::domain::sequence_indices`].
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sequence_indices` in module `domain`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `examine` links to private item `accessor_of`
[INFO] [stdout]    --> packages/feature/lint-sequence/src/hash_table_iteration_order_assumed/domain.rs:234:31
[INFO] [stdout]     |
[INFO] [stdout] 234 | /// ordered cheapest-first: [`accessor_of`] (one byte switch and one string
[INFO] [stdout]     |                               ^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `examine` links to private item `conversion_for`
[INFO] [stdout]    --> packages/feature/lint-sequence/src/redundant_into_empty_collection/domain.rs:167:36
[INFO] [stdout]     |
[INFO] [stdout] 167 | /// `children.is_empty()` inside [`conversion_for`] rejects every call whose
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]  --> packages/feature/lint-sequence/src/support.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! [`QuoteState`], [`is_quote_form`] and [`for_each_evaluated_subview`] are
[INFO] [stdout]   |       ^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `is_quote_form`
[INFO] [stdout]  --> packages/feature/lint-sequence/src/support.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! [`QuoteState`], [`is_quote_form`] and [`for_each_evaluated_subview`] are
[INFO] [stdout]   |                       ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_hard_quoted_at` links to private item `QuoteState::is_data`
[INFO] [stdout]    --> packages/feature/lint-sequence/src/support.rs:209:16
[INFO] [stdout]     |
[INFO] [stdout] 209 | /// never on [`QuoteState::is_data`].
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-repl-debug v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-repl-debug)
[INFO] [stdout] warning: public documentation for `domain` links to private item `comment_blocks`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/commented_repl_transcript/domain.rs:21:38
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! (no blank line, no code) — see [`comment_blocks`]. Within a block, a line
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::domain::contains_debug_marker`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/leftover_format_debug_marker/rule.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | /// [`super::domain::contains_debug_marker`] requires a word boundary *before*
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `contains_debug_marker` in module `domain`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `META` links to private item `crate::leftover_inspect_call::domain::HEADS`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/leftover_inspect_call/rule.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 | /// - **Narrowing [`crate::leftover_inspect_call::domain::HEADS`] to `inspect`
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `paredit_feature_lint_repl_debug::support`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/leftover_print_debug/domain.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [`paredit_feature_lint_repl_debug::support`]'s job: a flagged call is only
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `paredit_feature_lint_repl_debug` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `META` links to private item `DIALECTS`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/leftover_print_debug/rule.rs:24:39
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// output, and in every dialect in [`DIALECTS`] the heads it matches are that
[INFO] [stdout]    |                                       ^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `META` links to private item `crate::leftover_trace_call::domain::HEADS`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/leftover_trace_call/rule.rs:50:7
[INFO] [stdout]    |
[INFO] [stdout] 50 | /// [`crate::leftover_trace_call::domain::HEADS`] leaves 13 fixable findings, all
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `binding_position`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/support.rs:43:27
[INFO] [stdout]    |
[INFO] [stdout] 43 | //! not a hypothetical. [`binding_position`] names, for `defun`/`defmacro`/
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `visit_bindings`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/support.rs:45:41
[INFO] [stdout]    |
[INFO] [stdout] 45 | //! lambda-list or bindings-list, and [`visit_bindings`] walks it with rules
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `binding_position`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/support.rs:51:7
[INFO] [stdout]    |
[INFO] [stdout] 51 | //! [`binding_position`] keeps a *binding-list* position from being misread as
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `binding_position`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/support.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 | //!   are not in [`binding_position`]'s table, so a variable there named after
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `body_start`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/support.rs:78:57
[INFO] [stdout]    |
[INFO] [stdout] 78 | //!   false-positive *fix*: none of these heads is in [`body_start`], so
[INFO] [stdout]    |                                                         ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `BindingShape::LambdaList`
[INFO] [stdout]   --> packages/feature/lint-repl-debug/src/support.rs:90:48
[INFO] [stdout]    |
[INFO] [stdout] 90 | //!   list is not descended into at all (see [`BindingShape::LambdaList`]), so
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `EvaluatedCandidate` links to private item `shallow_clone`
[INFO] [stdout]    --> packages/feature/lint-repl-debug/src/support.rs:363:36
[INFO] [stdout]     |
[INFO] [stdout] 363 | /// `.children[1].children`), so [`shallow_clone`] copies exactly one level —
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `EvaluatedForms` links to private item `CANDIDATE_HEADS`
[INFO] [stdout]    --> packages/feature/lint-repl-debug/src/support.rs:510:25
[INFO] [stdout]     |
[INFO] [stdout] 510 | /// that could match ([`CANDIDATE_HEADS`]), but `scanned_form_count` counts
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `evaluated_candidates` links to private item `shallow_clone`
[INFO] [stdout]    --> packages/feature/lint-repl-debug/src/support.rs:595:43
[INFO] [stdout]     |
[INFO] [stdout] 595 | ///    [`EvaluatedCandidate`]'s doc and [`shallow_clone`].
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `evaluated_candidates` links to private item `CANDIDATE_HEADS`
[INFO] [stdout]    --> packages/feature/lint-repl-debug/src/support.rs:599:10
[INFO] [stdout]     |
[INFO] [stdout] 599 | ///    [`CANDIDATE_HEADS`], the head-union filter that fixed it.
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-call-shape v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-call-shape)
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]  --> packages/feature/lint-call-shape/src/support.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! [`QuoteState`], [`for_each_evaluated_subview`],
[INFO] [stdout]   |       ^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]   = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-contract-annotation v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-contract-annotation)
[INFO] [stdout] warning: unresolved link to `crate::clojure_pre_post_vacuous::rule::Rule::dialect_scope`
[INFO] [stdout]   --> packages/feature/lint-contract-annotation/src/clojure_pre_post_vacuous/domain.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 | /// Both [`crate::clojure_pre_post_vacuous::rule::Rule::dialect_scope`] and
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Rule` has no field or associated item named `dialect_scope`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `with_leading_declarations` links to private item `MAX_LEADING_BODY_FORMS`
[INFO] [stdout]    --> packages/feature/lint-contract-annotation/src/support.rs:408:12
[INFO] [stdout]     |
[INFO] [stdout] 408 | /// most [`MAX_LEADING_BODY_FORMS`] of those.
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::typed_racket_arity_mismatch::rule::Rule::dialect_scope`
[INFO] [stdout]   --> packages/feature/lint-contract-annotation/src/typed_racket_arity_mismatch/domain.rs:94:7
[INFO] [stdout]    |
[INFO] [stdout] 94 | /// [`crate::typed_racket_arity_mismatch::rule::Rule::dialect_scope`] and
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Rule` has no field or associated item named `dialect_scope`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-data-structure v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-data-structure)
[INFO] [stdout] warning: unresolved link to `Path`
[INFO] [stdout]   --> packages/feature/lint-data-structure/src/support.rs:34:44
[INFO] [stdout]    |
[INFO] [stdout] 34 | //! `select_path(&Path::root_child(i))`: [`Path`] owns a `Vec`, so the obvious
[INFO] [stdout]    |                                            ^^^^ no item named `Path` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-conditional-conversion v1.6.3 (/opt/rustwide/workdir/packages/feature/conditional-conversion)
[INFO] [stderr]  Documenting paredit-feature-lint-clojure-idiom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-clojure-idiom)
[INFO] [stdout] warning: public documentation for `support` links to private item `ChildEvaluation`
[INFO] [stdout]   --> packages/feature/lint-clojure-idiom/src/support.rs:34:22
[INFO] [stdout]    |
[INFO] [stdout] 34 | //! real code; see [`ChildEvaluation`] and this package's README.
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `for_each_evaluated_call` links to private item `QuoteState`
[INFO] [stdout]    --> packages/feature/lint-clojure-idiom/src/support.rs:326:37
[INFO] [stdout]     |
[INFO] [stdout] 326 | /// The quote model is the *same* [`QuoteState`], not a second copy of it: that
[INFO] [stdout]     |                                     ^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `mentions_any_symbol`
[INFO] [stdout]    --> packages/feature/lint-clojure-idiom/src/support.rs:736:15
[INFO] [stdout]     |
[INFO] [stdout] 736 | /// This is [`mentions_any_symbol`] with the barrier described on
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^ no item named `mentions_any_symbol` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-function-parameter v1.6.3 (/opt/rustwide/workdir/packages/feature/function-parameter)
[INFO] [stderr]  Documenting paredit-feature-extract v1.6.3 (/opt/rustwide/workdir/packages/feature/extract)
[INFO] [stderr]  Documenting paredit-feature-lint-iteration-flow v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-iteration-flow)
[INFO] [stdout] warning: public documentation for `loop_syntax` links to private item `OPERAND_INTRODUCERS`
[INFO] [stdout]   --> packages/feature/lint-iteration-flow/src/loop_syntax.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | //!   [`OPERAND_INTRODUCERS`] is forced to [`TokenRole::Operand`] regardless of
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `loop_syntax` links to private item `symbol_word`
[INFO] [stdout]   --> packages/feature/lint-iteration-flow/src/loop_syntax.rs:37:42
[INFO] [stdout]    |
[INFO] [stdout] 37 | //! and never the `collect` clause, so [`symbol_word`] refuses any prefixed
[INFO] [stdout]    |                                          ^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_body_clause_keyword` links to private item `BODY_CLAUSE_KEYWORDS`
[INFO] [stdout]    --> packages/feature/lint-iteration-flow/src/loop_syntax.rs:229:19
[INFO] [stdout]     |
[INFO] [stdout] 229 | /// clause. See [`BODY_CLAUSE_KEYWORDS`] for why this is narrower than the
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-schema-check v1.6.3 (/opt/rustwide/workdir/packages/feature/schema-check)
[INFO] [stdout] warning: unresolved link to `paredit_feature_migrate::recipe::parse_recipes`
[INFO] [stdout]    --> packages/feature/schema-check/src/dsl.rs:203:22
[INFO] [stdout]     |
[INFO] [stdout] 203 | /// here, matching [`paredit_feature_migrate::recipe::parse_recipes`]'s own
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `paredit_feature_migrate` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-semantic-report v1.6.3 (/opt/rustwide/workdir/packages/feature/semantic-report)
[INFO] [stdout] warning: public documentation for `domain` links to private item `policy`
[INFO] [stdout]   --> packages/feature/semantic-report/src/effect_report/domain/mod.rs:25:45
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! already proven. `if` itself is not in [`policy`]'s tables — nothing
[INFO] [stdout]    |                                             ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `domain` links to private item `resolve_constant`
[INFO] [stdout]   --> packages/feature/semantic-report/src/effect_report/domain/mod.rs:31:32
[INFO] [stdout]    |
[INFO] [stdout] 31 | //! sources are trusted (see [`resolve_constant`]), and a test that is not one
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-generic-dispatch v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-generic-dispatch)
[INFO] [stdout] warning: public documentation for `domain` links to private item `INITIALIZATION_GENERICS`
[INFO] [stdout]   --> packages/feature/lint-generic-dispatch/src/initialization_primary_without_call_next_method/domain.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 | //!   [`INITIALIZATION_GENERICS`].
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-custom v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-custom)
[INFO] [stdout] warning: unresolved link to `match_all`
[INFO] [stdout]   --> packages/feature/lint-custom/src/pattern.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! [`match_all`], [`plan_rewrite`], and [`Template::render`] — unchanged,
[INFO] [stdout]    |       ^^^^^^^^^ no item named `match_all` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `plan_rewrite`
[INFO] [stdout]   --> packages/feature/lint-custom/src/pattern.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! [`match_all`], [`plan_rewrite`], and [`Template::render`] — unchanged,
[INFO] [stdout]    |                      ^^^^^^^^^^^^ no item named `plan_rewrite` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `uses_non_trailing_ellipsis` links to private item `convert`
[INFO] [stdout]    --> packages/feature/lint-custom/src/pattern.rs:226:20
[INFO] [stdout]     |
[INFO] [stdout] 226 | /// source view: [`convert`]'s literal-atom fallback for this exact case is
[INFO] [stdout]     |                    ^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::pattern::convert`
[INFO] [stdout]    --> packages/feature/lint-custom/src/ruleset.rs:302:7
[INFO] [stdout]     |
[INFO] [stdout] 302 | /// [`crate::pattern::convert`] or to the selector crate itself.
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `convert` in module `pattern`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-portability v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-portability)
[INFO] [stdout] warning: public documentation for `char_code_limit_loop` links to private item `mentions_a_byte_wide_bound`
[INFO] [stdout]   --> packages/feature/lint-portability/src/char_code_limit_loop.rs:60:7
[INFO] [stdout]    |
[INFO] [stdout] 60 | //! [`mentions_a_byte_wide_bound`] is a *performance* device and not a
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `char_code_limit_loop` links to private item `read_loop`
[INFO] [stdout]   --> packages/feature/lint-portability/src/char_code_limit_loop.rs:61:26
[INFO] [stdout]    |
[INFO] [stdout] 61 | //! correctness guard: [`read_loop`] independently rejects every form it
[INFO] [stdout]    |                          ^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-portability/src/support.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! [`QuoteState`] is copied from `paredit-feature-lint-condition-system`'s
[INFO] [stdout]    |       ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-documentation v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-documentation)
[INFO] [stdout] warning: unresolved link to `docstring_of`
[INFO] [stdout]   --> packages/feature/lint-documentation/src/support.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | //!   body or in a fixed slot. [`docstring_of`] reads it from the
[INFO] [stdout]    |                                  ^^^^^^^^^^^^ no item named `docstring_of` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-documentation/src/support.rs:21:34
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! The quote machinery below ([`QuoteState`], [`is_unevaluated_at`]) is a
[INFO] [stdout]    |                                  ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `docstring_of`
[INFO] [stdout]    --> packages/feature/lint-documentation/src/support.rs:278:53
[INFO] [stdout]     |
[INFO] [stdout] 278 | /// position is deliberately not read at all (see [`docstring_of`]).
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^ no item named `docstring_of` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ATTRIBUTION_SHAPES` links to private item `has_attribution`
[INFO] [stdout]   --> packages/feature/lint-documentation/src/todo_fixme_no_attribution/domain.rs:53:10
[INFO] [stdout]    |
[INFO] [stdout] 53 | /// is [`has_attribution`]; this list is what it is asserted against.
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-pathname-io v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-pathname-io)
[INFO] [stderr]  Documenting paredit-feature-lint-loop-facility v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-loop-facility)
[INFO] [stderr]  Documenting paredit-feature-lint-type-declaration v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-type-declaration)
[INFO] [stdout] warning: unresolved link to `TypeExcludes`
[INFO] [stdout]   --> packages/feature/lint-type-declaration/src/support.rs:19:54
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! - **A type lattice small enough to be right.** [`TypeExcludes`] answers only
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^ no item named `TypeExcludes` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `type_excludes`
[INFO] [stdout]    |
[INFO] [stdout] 19 - //! - **A type lattice small enough to be right.** [`TypeExcludes`] answers only
[INFO] [stdout] 19 + //! - **A type lattice small enough to be right.** [`type_excludes`] answers only
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `type_declarations` links to private item `NON_TYPE_DECLARATION_IDENTIFIERS`
[INFO] [stdout]    --> packages/feature/lint-type-declaration/src/support.rs:593:7
[INFO] [stdout]     |
[INFO] [stdout] 593 | /// [`NON_TYPE_DECLARATION_IDENTIFIERS`] is not a type declaration, and neither
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-fennel-janet-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-fennel-janet-depth)
[INFO] [stdout] warning: public documentation for `domain` links to private item `PASSTHROUGH_UNARY`
[INFO] [stdout]   --> packages/feature/lint-fennel-janet-depth/src/fennel_bad_unpack/domain.rs:57:56
[INFO] [stdout]    |
[INFO] [stdout] 57 | //! therefore incorrect as written for Fennel 1.6.1. [`PASSTHROUGH_UNARY`] is
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-condition-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-condition-depth)
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]  --> packages/feature/lint-condition-depth/src/support.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! The [`QuoteState`] quote model and [`is_unevaluated_at`] follow
[INFO] [stdout]   |           ^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]   = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `collect` links to private item `mentions_define_condition`
[INFO] [stdout]    --> packages/feature/lint-condition-depth/src/support.rs:326:11
[INFO] [stdout]     |
[INFO] [stdout] 326 |     /// [`mentions_define_condition`] so a file that defines none pays one byte
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-hy-depth v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-hy-depth)
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-hy-depth/src/support.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! [`QuoteState`] uses the same two-counter model as
[INFO] [stdout]    |       ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting paredit-feature-lint-safety v1.6.3 (/opt/rustwide/workdir/packages/feature/lint-safety)
[INFO] [stdout] warning: public documentation for `declarative_score` links to private item `MIN_JUDGED_FORMS`
[INFO] [stdout]   --> packages/feature/lint-safety/src/declarative_style_score.rs:99:27
[INFO] [stdout]    |
[INFO] [stdout] 99 | /// file has fewer than [`MIN_JUDGED_FORMS`] top-level forms — too few for a
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `support` links to private item `QuoteState`
[INFO] [stdout]   --> packages/feature/lint-safety/src/support.rs:31:7
[INFO] [stdout]    |
[INFO] [stdout] 31 | //! [`QuoteState`] and the descent in [`context_at`] are copied from
[INFO] [stdout]    |       ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/paredit_cli/index.html and 82 other files
[INFO] running `Command { std: "docker" "inspect" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting paredit-cli v1.6.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<u64>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]    --> packages/core/workspace/src/workspace/discovery.rs:196:14
[INFO] [stdout]     |
[INFO] [stdout] 196 |             .fetch_update(Ordering::AcqRel, Ordering::Acquire, |current| {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 196 -             .fetch_update(Ordering::AcqRel, Ordering::Acquire, |current| {
[INFO] [stdout] 196 +             .try_update(Ordering::AcqRel, Ordering::Acquire, |current| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]    --> packages/feature/similarity/src/form_similarity.rs:208:31
[INFO] [stdout]     |
[INFO] [stdout] 208 |         match self.operations.fetch_update(
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 208 -         match self.operations.fetch_update(
[INFO] [stdout] 208 +         match self.operations.try_update(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `rules`
[INFO] [stdout]   --> src/lint/mod.rs:10:26
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! the catalogue, and [`rules`] for the rules themselves.
[INFO] [stdout]    |                          ^^^^^ no item named `rules` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `rule`
[INFO] [stdout]    |
[INFO] [stdout] 10 - //! the catalogue, and [`rules`] for the rules themselves.
[INFO] [stdout] 10 + //! the catalogue, and [`rule`] for the rules themselves.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/paredit_cli/index.html
[INFO] running `Command { std: "docker" "inspect" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830", kill_on_drop: false }`
[INFO] [stdout] 0b7fa48c289f4a64e1aca53e366c749096c7ae3079cdd35cfacf99f84712c830
