]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/intra-doc/macro-rules-error.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / rustdoc-ui / intra-doc / macro-rules-error.stderr
CommitLineData
923072b8
FG
1error: unresolved link to `before_but_limited_to_module`
2 --> $DIR/macro-rules-error.rs:13:6
04454e1e 3 |
923072b8
FG
4LL | /// [before_but_limited_to_module]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `before_but_limited_to_module` in scope
04454e1e
FG
6 |
7note: the lint level is defined here
8 --> $DIR/macro-rules-error.rs:5:9
9 |
10LL | #![deny(rustdoc::broken_intra_doc_links)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
923072b8
FG
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
14error: unresolved link to `after`
15 --> $DIR/macro-rules-error.rs:15:6
04454e1e 16 |
923072b8
FG
17LL | /// [after]
18 | ^^^^^ no item named `after` in scope
04454e1e 19 |
923072b8 20 = note: `macro_rules` named `after` exists in this crate, but it is not in scope at this link's location
04454e1e 21
923072b8 22error: aborting due to 2 previous errors
04454e1e 23