2022-05-15 12:05:52 -05:00
|
|
|
error: unresolved link to `before_but_limited_to_module`
|
|
|
|
--> $DIR/macro-rules-error.rs:13:6
|
2022-04-28 07:52:54 -05:00
|
|
|
|
|
2022-05-15 12:05:52 -05:00
|
|
|
LL | /// [before_but_limited_to_module]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `before_but_limited_to_module` in scope
|
2022-04-28 07:52:54 -05:00
|
|
|
|
|
2022-09-23 13:34:34 -05:00
|
|
|
= note: `macro_rules` named `before_but_limited_to_module` exists in this crate, but it is not in scope at this link's location
|
2022-04-28 07:52:54 -05:00
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/macro-rules-error.rs:5:9
|
|
|
|
|
|
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-05-15 12:05:52 -05:00
|
|
|
|
|
|
|
error: unresolved link to `after`
|
|
|
|
--> $DIR/macro-rules-error.rs:15:6
|
2022-04-28 07:52:54 -05:00
|
|
|
|
|
2022-05-15 12:05:52 -05:00
|
|
|
LL | /// [after]
|
|
|
|
| ^^^^^ no item named `after` in scope
|
2022-04-28 07:52:54 -05:00
|
|
|
|
|
2022-05-15 12:05:52 -05:00
|
|
|
= note: `macro_rules` named `after` exists in this crate, but it is not in scope at this link's location
|
2022-04-28 07:52:54 -05:00
|
|
|
|
2022-05-15 12:05:52 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2022-04-28 07:52:54 -05:00
|
|
|
|