]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/reference-links.rs
Rollup merge of #100438 - compiler-errors:issue-100360, r=lcnr
[rust.git] / src / test / rustdoc-ui / reference-links.rs
1 // Test that errors point to the reference, not to the title text.
2 #![deny(rustdoc::broken_intra_doc_links)]
3 //! Links to [a] [link][a]
4 //!
5 //! [a]: std::process::Comman
6 //~^ ERROR unresolved