]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-ui/renamed-lint-still-applies.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / rustdoc-ui / renamed-lint-still-applies.stderr
1 error: unresolved link to `x`
2 --> $DIR/renamed-lint-still-applies.rs:5:6
3 |
4 LL | //! [x]
5 | ^ no item named `x` in scope
6 |
7 note: the lint level is defined here
8 --> $DIR/renamed-lint-still-applies.rs:2:9
9 |
10 LL | #![deny(broken_intra_doc_links)]
11 | ^^^^^^^^^^^^^^^^^^^^^^
12 = note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(broken_intra_doc_links)]`
13 = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
14
15 error: aborting due to previous error
16