mkutils 0.1.195

Utility methods, traits, and types.

Build #4060391 2026-08-07 03:54:01

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.99.0-nightly (84b36a78a 2026-08-06)

# docs.rs version docsrs 0.0.0 (c0e43eba3fa5e6341d933cf845300a19b1ac3e4e 2026-08-06 )

# 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" "897ec083d250f19949e73f27dcb33e0c3cd0ca21881ad6f377d080c001041a1f" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260806-1.99.0-nightly-84b36a78a\", \"--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 mkutils v0.1.195 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tree_sitter_highlight::ChunkedSource` [INFO] [stderr] --> src/rope/rope.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | use tree_sitter_highlight::ChunkedSource; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^------------- [INFO] [stderr] | | [INFO] [stderr] | no `ChunkedSource` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tree_sitter_highlight::ChunkedSource` [INFO] [stderr] --> src/syntax_highlighter.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | ChunkedSource, Error as TreeSitterHighlightError, Highlight as TreeSitterHighlight, HighlightConfiguration, [INFO] [stderr] | ^^^^^^^^^^^^^ no `ChunkedSource` in the root [INFO] [stderr] [INFO] [stderr] error[E0223]: ambiguous associated type [INFO] [stderr] --> src/rope/rope.rs:389:80 [INFO] [stderr] | [INFO] [stderr] 389 | fn chunk_at(&mut self, within_rope_byte_index: usize, _position: Point) -> Self::Chunk { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: if there were a trait named `Example` with associated type `Chunk` implemented for `&'r rope::rope::Rope`, you could use the fully-qualified path [INFO] [stderr] | [INFO] [stderr] 389 - fn chunk_at(&mut self, within_rope_byte_index: usize, _position: Point) -> Self::Chunk { [INFO] [stderr] 389 + fn chunk_at(&mut self, within_rope_byte_index: usize, _position: Point) -> <&'r rope::rope::Rope as Example>::Chunk { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0223]: ambiguous associated type [INFO] [stderr] --> src/rope/rope.rs:395:50 [INFO] [stderr] | [INFO] [stderr] 395 | fn chunks_for_node(&mut self, node: Node) -> Self::Chunks { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: if there were a trait named `Example` with associated type `Chunks` implemented for `&'r rope::rope::Rope`, you could use the fully-qualified path [INFO] [stderr] | [INFO] [stderr] 395 - fn chunks_for_node(&mut self, node: Node) -> Self::Chunks { [INFO] [stderr] 395 + fn chunks_for_node(&mut self, node: Node) -> <&'r rope::rope::Rope as Example>::Chunks { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0223, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0223`. [INFO] [stderr] error: could not document `mkutils` [INFO] running `Command { std: "docker" "inspect" "897ec083d250f19949e73f27dcb33e0c3cd0ca21881ad6f377d080c001041a1f", kill_on_drop: false }`