Skip to content

API reference for 0.17.0 failed to build; reference for 0.17.1 does not exist #103

Closed
@ovibos

Description

@ovibos

The docs.rs API reference linked in the README.md redirects to the latest version at the time of writing this issue, 0.17.1, which is just a blank page with the message "The requested resource does not exist". Upon further investigation, it looks like while v0.16.2 exists and is fine, v0.17.0 failed to build. Here is the build logs for 0.17.0.

The interesting part:

error[E0277]: the trait bound `proc_macro::TokenTreeIter: std::clone::Clone` is not satisfied
  --> .cargo/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.17.0/src/parse.rs:36:5
   |
36 |     input: TokenTreeIter,
   |     ^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `proc_macro::TokenTreeIter`
   |
   = note: required by `std::clone::Clone::clone`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions