luminance 0.45.0

Stateless and type-safe graphics framework
Documentation
Build #468750 2021-11-26T22:24:33.566134+00:00
# rustc version
rustc 1.58.0-nightly (dd549dcab 2021-11-25)
# docs.rs version
docsrs 0.6.0 (78e2992 2021-11-18)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/luminance-0.45.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/luminance-0.45.0/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20211125-1.58.0-nightly-dd549dcab\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3", kill_on_drop: false }`
[INFO] [stdout] 0d2e6f5666bbf59912eb538300bcfa8120c1c1cf8c172a7c6312b6fbf035ee33
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "0d2e6f5666bbf59912eb538300bcfa8120c1c1cf8c172a7c6312b6fbf035ee33", kill_on_drop: false }`
[INFO] [stderr]  Documenting luminance v0.45.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `DepthPixel`
[INFO] [stderr]   --> src/backend/depth_stencil_slot.rs:31:37
[INFO] [stderr]    |
[INFO] [stderr] 31 | ///   pixel format must implement [`DepthPixel`].
[INFO] [stderr]    |                                     ^^^^^^^^^^ no item named `DepthPixel` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DepthSlot`
[INFO] [stderr]   --> src/backend/framebuffer.rs:17:7
[INFO] [stderr]    |
[INFO] [stderr] 17 | /// [`DepthSlot`]. Those types provide associated types to adapt the kind of data that will be allocated and provided to
[INFO] [stderr]    |       ^^^^^^^^^ no item named `DepthSlot` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DepthSlot`
[INFO] [stderr]   --> src/backend/framebuffer.rs:19:12
[INFO] [stderr]    |
[INFO] [stderr] 19 | /// as a [`DepthSlot`]. The backends will then not allocate anything and no depth data will be present at runtime.
[INFO] [stderr]    |            ^^^^^^^^^ no item named `DepthSlot` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DepthSlot`
[INFO] [stderr]   --> src/backend/framebuffer.rs:39:51
[INFO] [stderr]    |
[INFO] [stderr] 39 |   /// `CS` is the [`ColorSlot`] and `DS` is the [`DepthSlot`]. This function must create the part that is _only_
[INFO] [stderr]    |                                                   ^^^^^^^^^ no item named `DepthSlot` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `self::backend::depth_slot`
[INFO] [stderr]   --> src/framebuffer.rs:63:28
[INFO] [stderr]    |
[INFO] [stderr] 63 | //! [backend::depth_slot]: crate::backend::depth_slot
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `depth_slot` in module `backend`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DepthSlot`
[INFO] [stderr]   --> src/framebuffer.rs:39:23
[INFO] [stderr]    |
[INFO] [stderr] 39 | //! same applies to [`DepthSlot`] with [`DepthSlot::DepthTexture`].
[INFO] [stderr]    |                       ^^^^^^^^^ no item named `DepthSlot` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DepthSlot::DepthTexture`
[INFO] [stderr]   --> src/framebuffer.rs:39:42
[INFO] [stderr]    |
[INFO] [stderr] 39 | //! same applies to [`DepthSlot`] with [`DepthSlot::DepthTexture`].
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^ no item named `DepthSlot` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Framebuffer::depth_slot`
[INFO] [stderr]   --> src/framebuffer.rs:45:16
[INFO] [stderr]    |
[INFO] [stderr] 45 | //! slot via [`Framebuffer::depth_slot`]. Once you get textures from the color slots, you can use
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Framebuffer` has no field or associated item named `depth_slot`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DepthSlot`
[INFO] [stderr]   --> src/framebuffer.rs:85:56
[INFO] [stderr]    |
[INFO] [stderr] 85 | /// - `DS` is the depth slot type. It must implement [`DepthSlot`].
[INFO] [stderr]    |                                                        ^^^^^^^^^ no item named `DepthSlot` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DepthSlot`
[INFO] [stderr]    --> src/framebuffer.rs:175:57
[INFO] [stderr]     |
[INFO] [stderr] 175 |   /// Consume this framebuffer and return the carried [`DepthSlot`].
[INFO] [stderr]     |                                                         ^^^^^^^^^ no item named `DepthSlot` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `self::backend::depth_slot::DepthSlot`
[INFO] [stderr]    --> src/texture.rs:672:19
[INFO] [stderr]     |
[INFO] [stderr] 672 | /// [`DepthSlot`]: crate::backend::depth_slot::DepthSlot
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `depth_slot` in module `backend`
[INFO] [stderr] 
[INFO] [stderr] warning: `luminance` (lib doc) generated 11 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.78s
[INFO] running `Command { std: "docker" "inspect" "0d2e6f5666bbf59912eb538300bcfa8120c1c1cf8c172a7c6312b6fbf035ee33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d2e6f5666bbf59912eb538300bcfa8120c1c1cf8c172a7c6312b6fbf035ee33", kill_on_drop: false }`
[INFO] [stdout] 0d2e6f5666bbf59912eb538300bcfa8120c1c1cf8c172a7c6312b6fbf035ee33