]>
Commit | Line | Data |
---|---|---|
5869c6ff XL |
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 | | | |
6a06907d XL |
10 | LL | #![deny(rustdoc::broken_intra_doc_links)] |
11 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
5869c6ff XL |
12 | |
13 | error: aborting due to previous error | |
14 |