libvctrl_handler 4.0.0

Fundamental contracts for building a version control system – no implementations, only traits and types
Documentation

Build #4094805 2026-08-10 14:46:30

# rustc version rustc 1.99.0-nightly (969b803cb 2026-08-09)

# docs.rs version docsrs 0.0.0 (c0e43eba3fa5e6341d933cf845300a19b1ac3e4e 2026-08-06 )

# 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" "2ecb102e9534faa98d1f77f949deaf90f5ed282824481d05e609a4d3c2c061a6" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260809-1.99.0-nightly-969b803cb\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting libvctrl_handler v4.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `entry_mode` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] - **Wire Format Separation**: The [`entry_mode`] submodule isolates raw [INFO] [stderr] ^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `entry_mode` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Blob` [INFO] [stderr] --> src/enums.rs:130:27 [INFO] [stderr] | [INFO] [stderr] 130 | /// data is still a [`Blob`]; the executable flag is stored at the tree [INFO] [stderr] | ^^^^ no item named `Blob` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Display` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`VctrlError`] is a plain enum. The [`Display`] implementation formats each [INFO] [stderr] ^^^^^^^^^ [INFO] [stderr] = note: no item named `Display` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Display` [INFO] [stderr] --> src/errors.rs:88:11 [INFO] [stderr] | [INFO] [stderr] 88 | /// The [`Display`] implementation turns that data into a human-readable [INFO] [stderr] | ^^^^^^^ no item named `Display` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Read` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`Read`], such as [`std::io::Cursor<Vec<u8>>`] for in-memory data, [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `Read` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `VctrlError::Other` [INFO] [stderr] --> src/macros.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | /// Creates a [`VctrlError::Other`] variant with a formatted message. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `VctrlError` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `VctrlError::Other` [INFO] [stderr] --> src/macros.rs:11:31 [INFO] [stderr] | [INFO] [stderr] 11 | /// and wraps the result in [`VctrlError::Other`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `VctrlError` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `std::io::Error::new` [INFO] [stderr] --> src/errors.rs:285:11 [INFO] [stderr] | [INFO] [stderr] 285 | /// [`std::io::Error::new`] is called with the original kind (obtained via [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the struct `Error` has no field or associated item named `new` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/errors.rs:123:45 [INFO] [stderr] | [INFO] [stderr] 123 | /// Occurs when constructing a [`Hash`](crate::Hash) from a byte slice [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] 123 - /// Occurs when constructing a [`Hash`](crate::Hash) from a byte slice [INFO] [stderr] 123 + /// Occurs when constructing a [`Hash`] from a byte slice [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/commit.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | /// and encoding) so that the [`Commit`](crate::Commit) and [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 - /// and encoding) so that the [`Commit`](crate::Commit) and [INFO] [stderr] 31 + /// and encoding) so that the [`Commit`] and [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/commit.rs:38:54 [INFO] [stderr] | [INFO] [stderr] 38 | /// no invariants to enforce. It derives [`Default`](std::default::Default) to [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] 38 - /// no invariants to enforce. It derives [`Default`](std::default::Default) to [INFO] [stderr] 38 + /// no invariants to enforce. It derives [`Default`] to [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/commit.rs:69:54 [INFO] [stderr] | [INFO] [stderr] 69 | /// parent commits (the history), and the [`UserID`](crate::UserID) of the [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] 69 - /// parent commits (the history), and the [`UserID`](crate::UserID) of the [INFO] [stderr] 69 + /// parent commits (the history), and the [`UserID`] of the [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/commit.rs:75:29 [INFO] [stderr] | [INFO] [stderr] 75 | /// invalidate the [`Hash`](crate::Hash) that identifies this commit in the [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] 75 - /// invalidate the [`Hash`](crate::Hash) that identifies this commit in the [INFO] [stderr] 75 + /// invalidate the [`Hash`] that identifies this commit in the [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/commit.rs:143:49 [INFO] [stderr] | [INFO] [stderr] 143 | /// This constructor takes a [`CommitMeta`](crate::CommitMeta) struct to [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] 143 - /// This constructor takes a [`CommitMeta`](crate::CommitMeta) struct to [INFO] [stderr] 143 + /// This constructor takes a [`CommitMeta`] struct to [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/hash.rs:63:51 [INFO] [stderr] | [INFO] [stderr] 63 | /// Returns [`VctrlError::InvalidHashLength`](crate::VctrlError::InvalidHashLength) [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] 63 - /// Returns [`VctrlError::InvalidHashLength`](crate::VctrlError::InvalidHashLength) [INFO] [stderr] 63 + /// Returns [`VctrlError::InvalidHashLength`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/hash.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | /// [`HASH_LENGTH`](crate::HASH_LENGTH). [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] 65 - /// [`HASH_LENGTH`](crate::HASH_LENGTH). [INFO] [stderr] 65 + /// [`HASH_LENGTH`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/mod.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | /// Re-export of the [`Blob`](crate::Blob) type for convenience. [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] 107 - /// Re-export of the [`Blob`](crate::Blob) type for convenience. [INFO] [stderr] 107 + /// Re-export of the [`Blob`] type for convenience. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/mod.rs:119:33 [INFO] [stderr] | [INFO] [stderr] 119 | /// Re-export of the [`Commit`](crate::Commit) and [`CommitMeta`](crate::CommitMeta) types for convenience. [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] 119 - /// Re-export of the [`Commit`](crate::Commit) and [`CommitMeta`](crate::CommitMeta) types for convenience. [INFO] [stderr] 119 + /// Re-export of the [`Commit`] and [`CommitMeta`](crate::CommitMeta) types for convenience. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/mod.rs:119:67 [INFO] [stderr] | [INFO] [stderr] 119 | /// Re-export of the [`Commit`](crate::Commit) and [`CommitMeta`](crate::CommitMeta) types for convenience. [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] 119 - /// Re-export of the [`Commit`](crate::Commit) and [`CommitMeta`](crate::CommitMeta) types for convenience. [INFO] [stderr] 119 + /// Re-export of the [`Commit`](crate::Commit) and [`CommitMeta`] types for convenience. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/mod.rs:136:31 [INFO] [stderr] | [INFO] [stderr] 136 | /// Re-export of the [`Hash`](crate::Hash) type for convenience. [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] 136 - /// Re-export of the [`Hash`](crate::Hash) type for convenience. [INFO] [stderr] 136 + /// Re-export of the [`Hash`] type for convenience. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/mod.rs:148:30 [INFO] [stderr] | [INFO] [stderr] 148 | /// Re-export of the [`Tag`](crate::Tag) type for convenience. [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] 148 - /// Re-export of the [`Tag`](crate::Tag) type for convenience. [INFO] [stderr] 148 + /// Re-export of the [`Tag`] type for convenience. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/mod.rs:161:31 [INFO] [stderr] | [INFO] [stderr] 161 | /// Re-export of the [`Tree`](crate::Tree) and [`TreeEntry`](crate::TreeEntry) types for convenience. [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] 161 - /// Re-export of the [`Tree`](crate::Tree) and [`TreeEntry`](crate::TreeEntry) types for convenience. [INFO] [stderr] 161 + /// Re-export of the [`Tree`] and [`TreeEntry`](crate::TreeEntry) types for convenience. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/mod.rs:161:62 [INFO] [stderr] | [INFO] [stderr] 161 | /// Re-export of the [`Tree`](crate::Tree) and [`TreeEntry`](crate::TreeEntry) types for convenience. [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] 161 - /// Re-export of the [`Tree`](crate::Tree) and [`TreeEntry`](crate::TreeEntry) types for convenience. [INFO] [stderr] 161 + /// Re-export of the [`Tree`](crate::Tree) and [`TreeEntry`] types for convenience. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/types/mod.rs:175:33 [INFO] [stderr] | [INFO] [stderr] 175 | /// Re-export of the [`UserID`](crate::UserID) type for convenience. [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] 175 - /// Re-export of the [`UserID`](crate::UserID) type for convenience. [INFO] [stderr] 175 + /// Re-export of the [`UserID`] type for convenience. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/lib.rs:44:64 [INFO] [stderr] | [INFO] [stderr] 44 | //! - Data types from [`types`] (e.g., [`Blob`], [`Commit`], [`Hash`]) are re-exported. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 44 | //! - Data types from [`types`] (e.g., [`Blob`], [`Commit`], [`struct@Hash`]) are re-exported. [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 44 | //! - Data types from [`types`] (e.g., [`Blob`], [`Commit`], [`derive@Hash`]) are re-exported. [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/errors.rs:162:25 [INFO] [stderr] | [INFO] [stderr] 162 | /// The contained [`Hash`] identifies the missing object, making it easy to [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 162 | /// The contained [`struct@Hash`] identifies the missing object, making it easy to [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 162 | /// The contained [`derive@Hash`] identifies the missing object, making it easy to [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/traits.rs:57:7 [INFO] [stderr] | [INFO] [stderr] 57 | /// [`Hash`] as the primary key. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 57 | /// [`struct@Hash`] as the primary key. [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 57 | /// [`derive@Hash`] as the primary key. [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/traits.rs:263:19 [INFO] [stderr] | [INFO] [stderr] 263 | /// to specific [`Hash`]es. This allows tracking branches and tags without [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 263 | /// to specific [`struct@Hash`]es. This allows tracking branches and tags without [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 263 | /// to specific [`derive@Hash`]es. This allows tracking branches and tags without [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/traits.rs:453:57 [INFO] [stderr] | [INFO] [stderr] 453 | /// Defines the interface for hashing raw data into a [`Hash`]. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 453 | /// Defines the interface for hashing raw data into a [`struct@Hash`]. [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 453 | /// Defines the interface for hashing raw data into a [`derive@Hash`]. [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/traits.rs:484:36 [INFO] [stderr] | [INFO] [stderr] 484 | /// Computes a cryptographic [`Hash`] from the provided byte slice. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 484 | /// Computes a cryptographic [`struct@Hash`] from the provided byte slice. [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 484 | /// Computes a cryptographic [`derive@Hash`] from the provided byte slice. [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`Commit`], [`Tag`], and supporting types like [`Hash`] and [`UserID`]. [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: ambiguous link [INFO] [stderr] = help: to link to the struct, prefix with `struct@`: struct@Hash [INFO] [stderr] = help: to link to the derive macro, prefix with `derive@`: derive@Hash [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/lib.rs:304:31 [INFO] [stderr] | [INFO] [stderr] 304 | /// their supporting types ([`Hash`], [`UserID`], [`CommitMeta`], [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 304 | /// their supporting types ([`struct@Hash`], [`UserID`], [`CommitMeta`], [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 304 | /// their supporting types ([`derive@Hash`], [`UserID`], [`CommitMeta`], [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `libvctrl_handler` (lib doc) generated 48 warnings (14 duplicates) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/libvctrl_handler/index.html [INFO] running `Command { std: "docker" "inspect" "2ecb102e9534faa98d1f77f949deaf90f5ed282824481d05e609a4d3c2c061a6", kill_on_drop: false }`