Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc does not properly render links for all macros #103

Open
ekr-cfa opened this issue Nov 27, 2024 · 0 comments
Open

Doc does not properly render links for all macros #103

ekr-cfa opened this issue Nov 27, 2024 · 0 comments

Comments

@ekr-cfa
Copy link
Collaborator

ekr-cfa commented Nov 27, 2024

warning: unresolved link to `define_person_property_with_default`
 --> src/people.rs:7:10
  |
7 | //! or [`define_person_property_with_default!()`])
  |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `define_person_property_with_default` in scope
  |
  = note: `macro_rules` named `define_person_property_with_default` exists in this crate, but it is not in scope at this link's location
  = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default

warning: unresolved link to `define_person_property_with_default`
   --> src/people.rs:316:7
    |
316 | /// [`define_person_property_with_default!()`] and [`define_derived_property!()`]
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `define_person_property_with_default` in scope
    |
    = note: `macro_rules` named `define_person_property_with_default` exists in this crate, but it is not in scope at this link's location

warning: unresolved link to `define_derived_property`
   --> src/people.rs:316:54
    |
316 | /// [`define_person_property_with_default!()`] and [`define_derived_property!()`]
    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `define_derived_property` in scope
    |
    = note: `macro_rules` named `define_derived_property` exists in this crate, but it is not in scope at this link's location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant