leekscript-tooling 0.1.0

LeekScript tooling: formatter, visitor, tree display, transform
Documentation

Build #3704135 2026-06-28 00:13:04

# rustc version rustc 1.98.0-nightly (ce9954c0c 2026-06-26)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# 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" "b9290d16716e4f5507dde81a6135346bbcb517fe0f674569fb88454ce07224bb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260626-1.98.0-nightly-ce9954c0c\", \"--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 leekscript-tooling v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `format` is both a function and a macro [INFO] [stderr] --> src/formatter/mod.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | //! Use [`format`] with a root [`sipha::red::SyntaxNode`] and [`FormatterOptions`]. [INFO] [stderr] | ^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 4 | //! Use [`format()`] with a root [`sipha::red::SyntaxNode`] and [`FormatterOptions`]. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 4 | //! Use [`format!`] with a root [`sipha::red::SyntaxNode`] and [`FormatterOptions`]. [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `format` is both a function and a macro [INFO] [stderr] --> src/formatter/driver.rs:374:19 [INFO] [stderr] | [INFO] [stderr] 374 | /// You can use [`format`] directly, or build a custom flow with `walk(root, &mut driver, &opts)`. [INFO] [stderr] | ^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 374 | /// You can use [`format()`] directly, or build a custom flow with `walk(root, &mut driver, &opts)`. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 374 | /// You can use [`format!`] directly, or build a custom flow with `walk(root, &mut driver, &opts)`. [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `leekscript-tooling` (lib doc) generated 2 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/leekscript_tooling/index.html [INFO] running `Command { std: "docker" "inspect" "b9290d16716e4f5507dde81a6135346bbcb517fe0f674569fb88454ce07224bb", kill_on_drop: false }`