# rustc version rustc 1.92.0-nightly (be0ade2b6 2025-10-11)
# docs.rs version docsrs 0.6.0 (f42173de 2025-09-12)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/phobos-0.10.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/phobos-0.10.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251011-1.92.0-nightly-be0ade2b6\", \"--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] 6174e5ba896973fe8370f47211d781b78f6c7104316f3f1962e93913da0fa358 [INFO] running `Command { std: "docker" "start" "-a" "6174e5ba896973fe8370f47211d781b78f6c7104316f3f1962e93913da0fa358", kill_on_drop: false }` [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `multimap` dependency) [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting phobos v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `crate::DefaultAllocator::allocate` [INFO] [stderr] --> src/allocator/memory_type.rs:7:105 [INFO] [stderr] | [INFO] [stderr] 7 | /// See also: [`Allocator::allocate()`](crate::Allocator::allocate()), [`DefaultAllocator::allocate()`](crate::DefaultAllocator::allocate()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DefaultAllocator` has no function named `allocate` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::command_buffer::IncompleteCommandBuffer::finish` [INFO] [stderr] --> src/command_buffer/mod.rs:6:90 [INFO] [stderr] | [INFO] [stderr] 6 | ...ompleteCommandBuffer::finish`](crate::command_buffer::IncompleteCommandBuffer::finish). This turns it into a complete command buffer, ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `IncompleteCommandBuffer` has no field or associated item named `finish` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `AppBuilder::raytracing` [INFO] [stderr] --> src/command_buffer/incomplete.rs:402:83 [INFO] [stderr] | [INFO] [stderr] 402 | ...sion must be enabled for this (use [`AppBuilder::raytracing()`](crate::AppBuilder::raytracing() to enable). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `AppBuilder` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::IncompleteCommandBuffer::finish` [INFO] [stderr] --> src/command_buffer/mod.rs:41:78 [INFO] [stderr] | [INFO] [stderr] 41 | /// It can only be obtained by calling [`IncompleteCommandBuffer::finish()`](crate::IncompleteCommandBuffer::finish). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `IncompleteCommandBuffer` has no field or associated item named `finish` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::IncompleteCommandBuffer::finish` [INFO] [stderr] --> src/command_buffer/mod.rs:61:104 [INFO] [stderr] | [INFO] [stderr] 61 | ...h()`](crate::IncompleteCommandBuffer::finish). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `IncompleteCommandBuffer` has no field or associated item named `finish` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `DescriptorCache` links to private item `Cache` [INFO] [stderr] --> src/descriptor/cache.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | /// This structure uses a [`Cache`] over a [`DescriptorSet`] to automatically manage everything related to descriptor sets. [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: unresolved link to `crate::DescriptorSetBuilder` [INFO] [stderr] --> src/descriptor/descriptor_set.rs:36:99 [INFO] [stderr] | [INFO] [stderr] 36 | /// Specifies a set of bindings in a descriptor set. Can be created by a [`DescriptorSetBuilder`](crate::DescriptorSetBuilder). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DescriptorSetBuilder` in module `phobos` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `task_graph::GraphViz` [INFO] [stderr] --> src/graph/mod.rs:11:30 [INFO] [stderr] | [INFO] [stderr] 11 | //! Through the [`GraphViz`](task_graph::GraphViz) trait, it's possible to export a graphviz-compatible dot file to display the task graph. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `GraphViz` in module `task_graph` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::graph::pass_graph::BuiltPassGraph::record` [INFO] [stderr] --> src/graph/mod.rs:38:121 [INFO] [stderr] | [INFO] [stderr] 38 | ...()`](crate::graph::pass_graph::BuiltPassGraph::record). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `BuiltPassGraph` has no field or associated item named `record` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `VkImage` [INFO] [stderr] --> src/resource/image.rs:110:31 [INFO] [stderr] | [INFO] [stderr] 110 | /// Create a new simple [`VkImage`] and allocate some memory to it. [INFO] [stderr] | ^^^^^^^ no item named `VkImage` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Q::QUERY_TYPE` [INFO] [stderr] --> src/command_buffer/compute.rs:140:11 [INFO] [stderr] | [INFO] [stderr] 140 | /// [`Q::QUERY_TYPE`]. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `Q` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Q::QUERY_TYPE` [INFO] [stderr] --> src/command_buffer/compute.rs:175:11 [INFO] [stderr] | [INFO] [stderr] 175 | /// [`Q::QUERY_TYPE`]. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `Q` in scope [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:21:50 [INFO] [stderr] | [INFO] [stderr] 21 | //! necessary to satisfy the [`WindowInterface`](crate::WindowInterface) trait. [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 21 - //! necessary to satisfy the [`WindowInterface`](crate::WindowInterface) trait. [INFO] [stderr] 21 + //! necessary to satisfy the [`WindowInterface`] trait. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:31:46 [INFO] [stderr] | [INFO] [stderr] 31 | //! First, we will define an [`AppSettings`](crate::AppSettings) structure that outlines requirements [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 31 - //! First, we will define an [`AppSettings`](crate::AppSettings) structure that outlines requirements [INFO] [stderr] 31 + //! First, we will define an [`AppSettings`] structure that outlines requirements [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/allocator/default_allocator.rs:20:29 [INFO] [stderr] | [INFO] [stderr] 20 | /// See also: [`Allocator`](traits::Allocator), [`Allocation`](traits::Allocation) [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 20 - /// See also: [`Allocator`](traits::Allocator), [`Allocation`](traits::Allocation) [INFO] [stderr] 20 + /// See also: [`Allocator`], [`Allocation`](traits::Allocation) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/core/app_info.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | /// See also: [`GPURequirements`](crate::GPURequirements), [`QueueType`](crate::core::queue::QueueType), [`Queue`](crate::core::queue::Qu... [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 12 - /// See also: [`GPURequirements`](crate::GPURequirements), [`QueueType`](crate::core::queue::QueueType), [`Queue`](crate::core::queue::Queue) [INFO] [stderr] 12 + /// See also: [`GPURequirements`], [`QueueType`](crate::core::queue::QueueType), [`Queue`](crate::core::queue::Queue) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/core/app_info.rs:12:74 [INFO] [stderr] | [INFO] [stderr] 12 | /// See also: [`GPURequirements`](crate::GPURequirements), [`QueueType`](crate::core::queue::QueueType), [`Queue`](crate::core::queue::Qu... [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 12 - /// See also: [`GPURequirements`](crate::GPURequirements), [`QueueType`](crate::core::queue::QueueType), [`Queue`](crate::core::queue::Queue) [INFO] [stderr] 12 + /// See also: [`GPURequirements`](crate::GPURequirements), [`QueueType`], [`Queue`](crate::core::queue::Queue) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/core/app_info.rs:169:78 [INFO] [stderr] | [INFO] [stderr] 169 | /// The app builder is a convenience struct to easily create [`AppSettings`](crate::AppSettings). [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 169 - /// The app builder is a convenience struct to easily create [`AppSettings`](crate::AppSettings). [INFO] [stderr] 169 + /// The app builder is a convenience struct to easily create [`AppSettings`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/core/app_info.rs:171:67 [INFO] [stderr] | [INFO] [stderr] 171 | /// For information about each of the fields, see [`AppSettings`](crate::AppSettings) [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 171 - /// For information about each of the fields, see [`AppSettings`](crate::AppSettings) [INFO] [stderr] 171 + /// For information about each of the fields, see [`AppSettings`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/pipeline/compute.rs:8:76 [INFO] [stderr] | [INFO] [stderr] 8 | /// Create info for a compute pipeline. Use the [`ComputePipelineBuilder`](crate::ComputePipelineBuilder) [INFO] [stderr] | ------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - /// Create info for a compute pipeline. Use the [`ComputePipelineBuilder`](crate::ComputePipelineBuilder) [INFO] [stderr] 8 + /// Create info for a compute pipeline. Use the [`ComputePipelineBuilder`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/resource/pool.rs:19:60 [INFO] [stderr] | [INFO] [stderr] 19 | /// Indicates that this object can be pooled in a [`Pool`](crate::pool::Pool) [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 19 - /// Indicates that this object can be pooled in a [`Pool`](crate::pool::Pool) [INFO] [stderr] 19 + /// Indicates that this object can be pooled in a [`Pool`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/resource/pool.rs:252:40 [INFO] [stderr] | [INFO] [stderr] 252 | /// See also: [`ScratchAllocator`](crate::ScratchAllocator) [INFO] [stderr] | ------------------ ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 252 - /// See also: [`ScratchAllocator`](crate::ScratchAllocator) [INFO] [stderr] 252 + /// See also: [`ScratchAllocator`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/sync/mod.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 8 | //! [`domain`](crate::domain) system. Most of the time, submissions should go through here. [INFO] [stderr] | -------- ^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! [`domain`](crate::domain) system. Most of the time, submissions should go through here. [INFO] [stderr] 8 + //! [`domain`] system. Most of the time, submissions should go through here. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/sync/domain.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | //! - [Transfer](crate::domain::Transfer): All transfer and copy related commands. [INFO] [stderr] | -------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! - [Transfer](crate::domain::Transfer): All transfer and copy related commands. [INFO] [stderr] 4 + //! - [Transfer]: All transfer and copy related commands. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/sync/domain.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | //! - [Graphics](crate::domain::Graphics): All graphics and rendering related commands. [INFO] [stderr] | -------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 5 - //! - [Graphics](crate::domain::Graphics): All graphics and rendering related commands. [INFO] [stderr] 5 + //! - [Graphics]: All graphics and rendering related commands. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/sync/domain.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | //! - [Compute](crate::domain::Compute): GPU compute commands, most notably `vkCmdDispatch` [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 6 - //! - [Compute](crate::domain::Compute): GPU compute commands, most notably `vkCmdDispatch` [INFO] [stderr] 6 + //! - [Compute]: GPU compute commands, most notably `vkCmdDispatch` [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/sync/domain.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | //! - [All](crate::domain::All): All of the above. [INFO] [stderr] | --- ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 7 - //! - [All](crate::domain::All): All of the above. [INFO] [stderr] 7 + //! - [All]: All of the above. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/wsi/frame.rs:333:83 [INFO] [stderr] | [INFO] [stderr] 333 | /// This will call the provided callback function to obtain a [`SubmitBatch`](crate::sync::submit_batch::SubmitBatch) [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 333 - /// This will call the provided callback function to obtain a [`SubmitBatch`](crate::sync::submit_batch::SubmitBatch) [INFO] [stderr] 333 + /// This will call the provided callback function to obtain a [`SubmitBatch`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/wsi/window.rs:54:30 [INFO] [stderr] | [INFO] [stderr] 54 | /// - [`HasRawWindowHandle`](raw_window_handle::HasRawWindowHandle) [INFO] [stderr] | -------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 54 - /// - [`HasRawWindowHandle`](raw_window_handle::HasRawWindowHandle) [INFO] [stderr] 54 + /// - [`HasRawWindowHandle`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/wsi/window.rs:55:31 [INFO] [stderr] | [INFO] [stderr] 55 | /// - [`HasRawDisplayHandle`](raw_window_handle::HasRawDisplayHandle) [INFO] [stderr] | --------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 55 - /// - [`HasRawDisplayHandle`](raw_window_handle::HasRawDisplayHandle) [INFO] [stderr] 55 + /// - [`HasRawDisplayHandle`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `image` is both a module and a macro [INFO] [stderr] --> src/lib.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | //! - [`image`] for managing [`VkImage`](vk::Image) and [`VkImageView`](vk::ImageView) objects. [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 85 | //! - [`mod@image`] for managing [`VkImage`](vk::Image) and [`VkImageView`](vk::ImageView) objects. [INFO] [stderr] | ++++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 85 | //! - [`image!`] for managing [`VkImage`](vk::Image) and [`VkImageView`](vk::ImageView) objects. [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `buffer` is both a module and a macro [INFO] [stderr] --> src/lib.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | //! - [`buffer`] for managing [`VkBuffer`](vk::Buffer) objects. [INFO] [stderr] | ^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 86 | //! - [`mod@buffer`] for managing [`VkBuffer`](vk::Buffer) objects. [INFO] [stderr] | ++++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 86 | //! - [`buffer!`] for managing [`VkBuffer`](vk::Buffer) objects. [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `crate::image` is both a module and a macro [INFO] [stderr] --> src/resource/buffer.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | //! Similarly to the [`image`](crate::image) module, this module exposes two types: [`Buffer`] and [`BufferView`]. The difference here is... [INFO] [stderr] | ^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 3 | //! Similarly to the [`image`](mod@crate::image) module, this module exposes two types: [`Buffer`] and [`BufferView`]. The difference here is that a [INFO] [stderr] | ++++ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 3 | //! Similarly to the [`image`](crate::image!) module, this module exposes two types: [`Buffer`] and [`BufferView`]. The difference here is that a [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] warning: `phobos` (lib doc) generated 33 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/phobos/index.html [INFO] running `Command { std: "docker" "inspect" "6174e5ba896973fe8370f47211d781b78f6c7104316f3f1962e93913da0fa358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6174e5ba896973fe8370f47211d781b78f6c7104316f3f1962e93913da0fa358", kill_on_drop: false }` [INFO] [stdout] 6174e5ba896973fe8370f47211d781b78f6c7104316f3f1962e93913da0fa358