mkutils 0.1.158

Utility methods, traits, and types.

Build #3451329 2026-06-01 13:10:30

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.98.0-nightly (14210df0e 2026-05-31)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# 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" "c13157d14b397617acb0552886e25c53c1153358df1aae1d35eb86433d5a49a9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260531-1.98.0-nightly-14210df0e\", \"--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.158 (/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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 TreeSitterError, Highlight as TreeSitterHighlight, HighlightConfiguration, HighlightEvent, [INFO] [stderr] | ^^^^^^^^^^^^^ no `ChunkedSource` in the root [INFO] [stderr] [INFO] [stderr] error[E0223]: ambiguous associated type [INFO] [stderr] --> src/rope/rope.rs:395:80 [INFO] [stderr] | [INFO] [stderr] 395 | 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] 395 - fn chunk_at(&mut self, within_rope_byte_index: usize, _position: Point) -> Self::Chunk { [INFO] [stderr] 395 + 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:401:50 [INFO] [stderr] | [INFO] [stderr] 401 | 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] 401 - fn chunks_for_node(&mut self, node: Node) -> Self::Chunks { [INFO] [stderr] 401 + 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" "c13157d14b397617acb0552886e25c53c1153358df1aae1d35eb86433d5a49a9", kill_on_drop: false }`