]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/renamed-lint-still-applies.stderr
make unaligned_refereces future-incompat lint warn-by-default, and remove the safe_pa...
[rust.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