# rustc version rustc 1.98.0-nightly (13f1859f2 2026-06-27)
# 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" "8dd84f98b5d9286c25d5dca89773ade5f44bac9fc0217a200e8abba0761c0792" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260627-1.98.0-nightly-13f1859f2\", \"--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: fields `index` and `field_id` are never read [INFO] [stderr] --> src/index.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Field<'a> { [INFO] [stderr] | ----- fields in this struct [INFO] [stderr] 13 | index: &'a Index, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 14 | field_id: RSFieldID, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/index.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn create_field(&self, name: &str, weight: f64, tag_options: TagOptions) -> Field { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 56 | pub fn create_field(&self, name: &str, weight: f64, tag_options: TagOptions) -> Field<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/index.rs:118:19 [INFO] [stderr] | [INFO] [stderr] 118 | pub fn search(&self, query_string: &str) -> Result<ResultsIterator, RedisError> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 118 | pub fn search(&self, query_string: &str) -> Result<ResultsIterator<'_>, RedisError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `redisearch_api` (lib) generated 3 warnings (run `cargo fix --lib -p redisearch_api` to apply 2 suggestions) [INFO] [stderr] Scraping redisearch_api v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting redisearch_api v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/redisearch_api-03dbe1ad93c0f388/out/bindings.rs:348:22 [INFO] [stderr] | [INFO] [stderr] 348 | #[doc = " @param[out] if not-NULL, will be set to the error message, if there is a"] [INFO] [stderr] | ^^^ no item named `out` 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: `redisearch_api` (lib doc) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2 [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/redisearch_api/index.html [INFO] running `Command { std: "docker" "inspect" "8dd84f98b5d9286c25d5dca89773ade5f44bac9fc0217a200e8abba0761c0792", kill_on_drop: false }`