# rustc version rustc 1.98.0-nightly (d1fc603d1 2026-05-26)
# 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" "a9dce7303e2af478c6a8bfab7867ef59f0d579842594a90b918e1d635e772c27" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260526-1.98.0-nightly-d1fc603d1\", \"--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: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/lib.rs:585:12 [INFO] [stderr] | [INFO] [stderr] 585 | if SESSION_ID.is_some() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/lib.rs:908:12 [INFO] [stderr] | [INFO] [stderr] 908 | if SESSION_ID.is_none() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/lib.rs:912:15 [INFO] [stderr] | [INFO] [stderr] 912 | match &SESSION_ID { [INFO] [stderr] | ^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] help: use `&raw const` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 912 | match &raw const SESSION_ID { [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] warning: `ttrss_api` (lib) generated 3 warnings [INFO] [stderr] Scraping ttrss_api v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Documenting ttrss_api v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/lib.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | //! ```ignore [INFO] [stderr] | _____^ [INFO] [stderr] 20 | | //! fn main() { [INFO] [stderr] 21 | | //! let apilevel: Option<ApiLevel> = match get_api_level().expect("Failed to get response").content { [INFO] [stderr] 22 | | //! Content::GetApiLevel(x) => { Some(x) }, [INFO] [stderr] ... | [INFO] [stderr] 25 | | //! println!("api level {:?}", apilevel.unwrap()); [INFO] [stderr] 26 | | //! ``` [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stderr] --> src/lib.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | //! ```ignore [INFO] [stderr] | ^^^ [INFO] [stderr] = note: error from rustc: this file contains an unclosed delimiter [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ttrss_api` (lib doc) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ttrss_api/index.html [INFO] running `Command { std: "docker" "inspect" "a9dce7303e2af478c6a8bfab7867ef59f0d579842594a90b918e1d635e772c27", kill_on_drop: false }`