]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/reference-links.stderr
Auto merge of #95337 - petrochenkov:doclink3, r=camelid
[rust.git] / src / test / rustdoc-ui / reference-links.stderr
1 error: unresolved link to `std::process::Comman`
2   --> $DIR/reference-links.rs:5:10
3    |
4 LL | //! [a]: std::process::Comman
5    |          ^^^^^^^^^^^^^^^^^^^^ no item named `Comman` in module `process`
6    |
7 note: the lint level is defined here
8   --> $DIR/reference-links.rs:2:9
9    |
10 LL | #![deny(rustdoc::broken_intra_doc_links)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14