# rustc version rustc 1.98.0-nightly (3daae5e42 2026-06-14)
# 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" "018cec533ed9cd82627ce6c164f147ac595c39f3aab05cb5ac06ef2ca35a6ffc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260614-1.98.0-nightly-3daae5e42\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: 01_hello_framealloc, 02_frame_loop, 03_pools_and_heaps, 04_threading, 05_tags_and_budgets, 06_custom_allocator, 07_batch_optimization, 08_unified_allocation, allocation_groups, basic_usage, handle_allocation, rapier_physics, streaming_assets [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] Tip: Enable 'debug' feature for memory poisoning and allocation tracking: [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] framealloc = { version = "0.1", features = ["debug"] } [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] ──────────────────────────────────────── [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] ℹ️ framealloc Quick Reference [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] ──────────────────────────────────────── [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] Frame allocation (fastest, reset per frame): [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] alloc.begin_frame(); [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] let data = alloc.frame_box(value); [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] alloc.end_frame(); [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] Pool allocation (small objects, auto-freed): [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] let boxed = alloc.pool_box(value); [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] Heap allocation (large objects, auto-freed): [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] let large = alloc.heap_box(large_value); [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] ──────────────────────────────────────── [INFO] [stderr] warning: framealloc@0.11.1: [framealloc] ℹ️ Building for Linux [INFO] [stderr] Documenting framealloc v0.11.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/framealloc/index.html [INFO] running `Command { std: "docker" "inspect" "018cec533ed9cd82627ce6c164f147ac595c39f3aab05cb5ac06ef2ca35a6ffc", kill_on_drop: false }`