# rustc version rustc 1.95.0-nightly (6efa357bf 2026-02-08)
# docs.rs version docsrs 0.0.0 (3600254d 2026-02-10 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wgpu_render_manager-0.2.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wgpu_render_manager-0.2.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260208-1.95.0-nightly-6efa357bf\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 87b37e82fd6125379c1d4f6801dab197b1049e28b41f4d0256a3a0fd9227d270 [INFO] running `Command { std: "docker" "start" "-a" "87b37e82fd6125379c1d4f6801dab197b1049e28b41f4d0256a3a0fd9227d270", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting wgpu_render_manager v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `wgpu_render_manager` links to private item `compute_system::ComputeSystem::compute` [INFO] [stderr] --> src/lib.rs:10:58 [INFO] [stderr] | [INFO] [stderr] 10 | //! - Make compute pipelines trivial using [`compute()`](compute_system::ComputeSystem::compute()) [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: public documentation for `render` links to private item `crate::shader_preprocessing::compile_wgsl` [INFO] [stderr] --> src/renderer.rs:157:58 [INFO] [stderr] | [INFO] [stderr] 157 | /// WGSL shaders are compiled via [`compile_wgsl()`](crate::shader_preprocessing::compile_wgsl), which adds a small [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `render_with_textures` links to private item `crate::shader_preprocessing::compile_wgsl` [INFO] [stderr] --> src/renderer.rs:211:58 [INFO] [stderr] | [INFO] [stderr] 211 | /// WGSL shaders are compiled via [`compile_wgsl()`](crate::shader_preprocessing::compile_wgsl), which adds a small [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `render_with_layouts` links to private item `crate::shader_preprocessing::compile_wgsl` [INFO] [stderr] --> src/renderer.rs:295:58 [INFO] [stderr] | [INFO] [stderr] 295 | /// WGSL shaders are compiled via [`compile_wgsl()`](crate::shader_preprocessing::compile_wgsl), which adds a small [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `compute` links to private item `crate::shader_preprocessing::compile_wgsl` [INFO] [stderr] --> src/renderer.rs:390:58 [INFO] [stderr] | [INFO] [stderr] 390 | /// WGSL shaders are compiled via [`compile_wgsl()`](crate::shader_preprocessing::compile_wgsl), which adds a small [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `update_define` links to private item `crate::shader_preprocessing::compile_wgsl` [INFO] [stderr] --> src/renderer.rs:436:58 [INFO] [stderr] | [INFO] [stderr] 436 | /// WGSL shaders are compiled via [`compile_wgsl()`](crate::shader_preprocessing::compile_wgsl), which adds a small [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `f32` [INFO] [stderr] --> src/lib.rs:21:57 [INFO] [stderr] | [INFO] [stderr] 21 | //! - `@group(0) @binding(0..n)`: textures as texture_2d<f32> or texture_multisampled_2d<f32> [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 21 | //! - `@group(0) @binding(0..n)`: textures as `texture_2d<f32>` or texture_multisampled_2d<f32> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `f32` [INFO] [stderr] --> src/lib.rs:21:89 [INFO] [stderr] | [INFO] [stderr] 21 | //! - `@group(0) @binding(0..n)`: textures as texture_2d<f32> or texture_multisampled_2d<f32> [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 21 | //! - `@group(0) @binding(0..n)`: textures as texture_2d<f32> or `texture_multisampled_2d<f32>` [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `f32` [INFO] [stderr] --> src/renderer.rs:152:61 [INFO] [stderr] | [INFO] [stderr] 152 | /// - `@group(0) @binding(0..n)`: textures as texture_2d<f32> (Rgba8Unorm) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 152 | /// - `@group(0) @binding(0..n)`: textures as `texture_2d<f32>` (Rgba8Unorm) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `f32` [INFO] [stderr] --> src/renderer.rs:206:61 [INFO] [stderr] | [INFO] [stderr] 206 | /// - `@group(0) @binding(0..n)`: textures as texture_2d<f32> or texture_multisampled_2d<f32> [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 206 | /// - `@group(0) @binding(0..n)`: textures as `texture_2d<f32>` or texture_multisampled_2d<f32> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `f32` [INFO] [stderr] --> src/renderer.rs:206:93 [INFO] [stderr] | [INFO] [stderr] 206 | /// - `@group(0) @binding(0..n)`: textures as texture_2d<f32> or texture_multisampled_2d<f32> [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 206 | /// - `@group(0) @binding(0..n)`: textures as texture_2d<f32> or `texture_multisampled_2d<f32>` [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `wgpu_render_manager` (lib doc) generated 11 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/wgpu_render_manager/index.html [INFO] running `Command { std: "docker" "inspect" "87b37e82fd6125379c1d4f6801dab197b1049e28b41f4d0256a3a0fd9227d270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87b37e82fd6125379c1d4f6801dab197b1049e28b41f4d0256a3a0fd9227d270", kill_on_drop: false }` [INFO] [stdout] 87b37e82fd6125379c1d4f6801dab197b1049e28b41f4d0256a3a0fd9227d270