nu-protocol 0.115.1

Nushell's internal protocols, including its abstract syntax tree
Documentation

Build #4204686 2026-08-24 19:49:38

# 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" "c89024e52acfac483412881f7a81ba02cda448ef79e987f74c00bad4d9138a12" "/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\", \"-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-protocol v0.115.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `fallback_span` [INFO] [stderr] --> src/ast/cell_path.rs:353:16 [INFO] [stderr] | [INFO] [stderr] 353 | /// Like [`fallback_span`] but allows chaining. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `fallback_span` 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: unresolved link to `Type::Record` [INFO] [stderr] --> src/collection_columns.rs:10:80 [INFO] [stderr] | [INFO] [stderr] 10 | /// Handles logic common to [`SyntaxShape::Record`], [`SyntaxShape::Table`], [`Type::Record`], [INFO] [stderr] | ^^^^^^^^^^^^ no item named `Type` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Type::Table` [INFO] [stderr] --> src/collection_columns.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | /// [`Type::Table`], and possibly any other ordered mapping. [INFO] [stderr] | ^^^^^^^^^^^ no item named `Type` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Type` [INFO] [stderr] --> src/collection_columns.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | /// Type widening (union) for [`Type`]: [INFO] [stderr] | ^^^^ no item named `Type` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `HistoryPath::Disabled` [INFO] [stderr] --> src/engine/engine_state.rs:912:11 [INFO] [stderr] | [INFO] [stderr] 912 | /// [`HistoryPath::Disabled`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `HistoryPath` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `StateWorkingSet::snapshot_scope_bindings` [INFO] [stderr] --> src/engine/overlay.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | /// 1. **Parse**: [`StateWorkingSet::snapshot_scope_bindings`] copies decls/modules from the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StateWorkingSet` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Stack::active_scope_bindings` [INFO] [stderr] --> src/engine/overlay.rs:22:50 [INFO] [stderr] | [INFO] [stderr] 22 | /// 2. **Eval**: whole blocks push bindings on [`Stack::active_scope_bindings`] in [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Stack` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `captures_to_stack_preserve_out_dest` [INFO] [stderr] --> src/engine/stack.rs:698:16 [INFO] [stderr] | [INFO] [stderr] 698 | /// Like [`captures_to_stack_preserve_out_dest`], but sets the new scope up to collect output into a Value. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `captures_to_stack_preserve_out_dest` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `std::io::Error::other` [INFO] [stderr] --> src/errors/shell_error/io.rs:106:42 [INFO] [stderr] | [INFO] [stderr] 106 | /// Only in very rare cases should [`std::io::Error::other()`] be used, make sure you provide [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Error` has no function named `other` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `looks_like_text` links to private item `TEXT_PROBE_BYTES` [INFO] [stderr] --> src/parser_path.rs:37:32 [INFO] [stderr] | [INFO] [stderr] 37 | /// Inspects up to the first [`TEXT_PROBE_BYTES`] bytes. Rejects when: [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 `from_row_column` [INFO] [stderr] --> src/span.rs:290:16 [INFO] [stderr] | [INFO] [stderr] 290 | /// Like [`from_row_column`] but checks for signal interruption during scanning. [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `from_row_column` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Value::Record` [INFO] [stderr] --> src/value/macros.rs:10:30 [INFO] [stderr] | [INFO] [stderr] 10 | /// Helper for constructing [Value::Record] instances for use in tests and [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `Value` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Value::List` [INFO] [stderr] --> src/value/macros.rs:90:37 [INFO] [stderr] | [INFO] [stderr] 90 | /// Helper macro for constructing [`Value::List`] instances for use in tests and [INFO] [stderr] | ^^^^^^^^^^^ no item named `Value` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Value` [INFO] [stderr] --> src/value/macros.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | /// Helper macro for constructing [`Value`] instances for use in tests and [INFO] [stderr] | ^^^^^ no item named `Value` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `test_value` [INFO] [stderr] --> src/value/macros.rs:159:37 [INFO] [stderr] | [INFO] [stderr] 159 | /// The most important feature of [`test_value!`] is that it works recursively for all values. [INFO] [stderr] | ^^^^^^^^^^^ no item named `test_value` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `test_value` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: `nu-protocol` (lib doc) generated 15 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s [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_protocol/index.html [INFO] running `Command { std: "docker" "inspect" "c89024e52acfac483412881f7a81ba02cda448ef79e987f74c00bad4d9138a12", kill_on_drop: false }`