Skip to content

Conversation

Qelxiros
Copy link
Contributor

@Qelxiros Qelxiros commented Sep 6, 2025

Tracking issue: #146179

@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Sep 6, 2025
@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer
Copy link
Collaborator

The job aarch64-gnu-llvm-19-1 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
    |
    = note: `-D missing-docs` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(missing_docs)]`

error: type does not implement `fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
 --> library/core/src/index.rs:6:1
  |
6 | pub struct Clamp<Idx>(pub Idx);
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `-D missing-debug-implementations` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(missing_debug_implementations)]`

error: missing documentation for a struct
 --> library/core/src/index.rs:6:1
  |
6 | pub struct Clamp<Idx>(pub Idx);
  | ^^^^^^^^^^^^^^^^^^^^^

error: type does not implement `fmt::Debug`; consider adding `#[derive(Debug)]` or a manual implementation
 --> library/core/src/index.rs:9:1
  |
9 | pub struct Last;
  | ^^^^^^^^^^^^^^^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants