# rustc version rustc 1.100.0-nightly (fb6531d55 2026-08-23)
# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )
# 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" "b18f34590a17a9f9dff96d713d9ee8eb16cb6547f26ebdbcfa5f1df3d9811d70" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260823-1.100.0-nightly-fb6531d55\", \"--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\"" "-j6" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting nu-engine v0.115.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `nu_engine::command_prelude::Command` [INFO] [stderr] --> src/closure_eval.rs:53:7 [INFO] [stderr] | [INFO] [stderr] 53 | /// [`nu_engine::command_prelude::Command`] implementation. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `nu_engine` in scope [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ClosureEval` [INFO] [stderr] --> src/eval.rs:21:59 [INFO] [stderr] | [INFO] [stderr] 21 | /// If you want to evaluate a closure in a command, use [`ClosureEval`] or [INFO] [stderr] | ^^^^^^^^^^^ no item named `ClosureEval` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ClosureEvalOnce` [INFO] [stderr] --> src/eval.rs:22:7 [INFO] [stderr] | [INFO] [stderr] 22 | /// [`ClosureEvalOnce`]. If you want to call a command, use [`eval_call`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `ClosureEvalOnce` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Variable::name` [INFO] [stderr] --> src/scope.rs:98:11 [INFO] [stderr] | [INFO] [stderr] 98 | /// [`Variable::name`] overwrite so locals and shadowed `let` bindings report the live [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `Variable` in scope [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/scope.rs:15:26 [INFO] [stderr] | [INFO] [stderr] 15 | //! [`ScopeBindings`](nu_protocol::engine::ScopeBindings) onto [`Block`](nu_protocol::ast::Block). [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 15 - //! [`ScopeBindings`](nu_protocol::engine::ScopeBindings) onto [`Block`](nu_protocol::ast::Block). [INFO] [stderr] 15 + //! [`ScopeBindings`] onto [`Block`](nu_protocol::ast::Block). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `nu-engine` (lib doc) generated 5 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3, proc-macro-error2 v2.0.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/nu_engine/index.html [INFO] running `Command { std: "docker" "inspect" "b18f34590a17a9f9dff96d713d9ee8eb16cb6547f26ebdbcfa5f1df3d9811d70", kill_on_drop: false }`