repopilot 0.20.0

Local-first CLI for reviewing Git changes, security boundaries, and blast radius before merge.
Documentation

Build #3835463 2026-07-12 16:48:24

# rustc version rustc 1.99.0-nightly (be8e82435 2026-07-11)

# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )

# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "46ba12c57096bab02028f0f504b3759473ffda31e18293291eb5c33ec58654e6" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260711-1.99.0-nightly-be8e82435\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting repopilot v0.20.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `ParsedFile` links to private item `ParsedFile::tree` [INFO] [stderr] --> src/analysis/parse.rs:123:55 [INFO] [stderr] | [INFO] [stderr] 123 | /// The syntax tree is produced lazily on the first [`ParsedFile::tree`] call and [INFO] [stderr] | ^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Evidence` [INFO] [stderr] --> src/findings/verification.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | //! finding's own [`Evidence`], adds one category-level "what to check" step, [INFO] [stderr] | ^^^^^^^^ no item named `Evidence` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `extract_imports` links to private item `extract_imports_from` [INFO] [stderr] --> src/graph/imports.rs:17:49 [INFO] [stderr] | [INFO] [stderr] 17 | /// throwaway [`ParsedFile`] and delegates to [`extract_imports_from`], so the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `resolver` links to private item `normalize_path` [INFO] [stderr] --> src/graph/resolver/mod.rs:5:63 [INFO] [stderr] | [INFO] [stderr] 5 | //! semantics for one language family; the shared `probe` / [`normalize_path`] [INFO] [stderr] | ^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `signals` links to private item `classify` [INFO] [stderr] --> src/review/signals/mod.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | //! - [`classify`] maps a single path to a [`BoundaryCategory`]. [INFO] [stderr] | ^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `behavioral` links to private item `removed` [INFO] [stderr] --> src/review/signals/behavioral.rs:7:7 [INFO] [stderr] | [INFO] [stderr] 7 | //! [`removed`]) the mirror image: error handling, auth checks, or test cases [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `behavioral` links to private item `keywords` [INFO] [stderr] --> src/review/signals/behavioral.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | //! [`keywords`]), not semantic understanding of *why* a call was added or [INFO] [stderr] | ^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `taint` links to private item `sources` [INFO] [stderr] --> src/review/signals/taint/mod.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | //! - [`sources`] recognizes untrusted-input access nodes per language. [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `taint` links to private item `sinks` [INFO] [stderr] --> src/review/signals/taint/mod.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | //! - [`sinks`] classifies a call node as a dangerous sink and exposes its args. [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `taint` links to private item `flow` [INFO] [stderr] --> src/review/signals/taint/mod.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | //! - [`flow`] seeds tainted locals from sources and reports when one reaches a [INFO] [stderr] | ^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: `repopilot` (lib doc) generated 10 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/repopilot/index.html [INFO] running `Command { std: "docker" "inspect" "46ba12c57096bab02028f0f504b3759473ffda31e18293291eb5c33ec58654e6", kill_on_drop: false }`