You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: