]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/macro-rules-error.stderr
rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crate
[rust.git] / src / test / rustdoc-ui / intra-doc / macro-rules-error.stderr
1 error: unresolved link to `before_but_limited_to_module`
2   --> $DIR/macro-rules-error.rs:13:6
3    |
4 LL | /// [before_but_limited_to_module]
5    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `before_but_limited_to_module` in scope
6    |
7 note: the lint level is defined here
8   --> $DIR/macro-rules-error.rs:5:9
9    |
10 LL | #![deny(rustdoc::broken_intra_doc_links)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12    = note: `macro_rules` named `before_but_limited_to_module` exists in this crate, but it is not in scope at this link's location
13
14 error: unresolved link to `after`
15   --> $DIR/macro-rules-error.rs:15:6
16    |
17 LL | /// [after]
18    |      ^^^^^ no item named `after` in scope
19    |
20    = note: `macro_rules` named `after` exists in this crate, but it is not in scope at this link's location
21
22 error: aborting due to 2 previous errors
23