about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/reference-links.rs
blob: 7c1a79722c9935c84b9b6cd6f602e908dd425db7 (plain)
1
2
3
4
5
6
7
// Test that errors point to the reference, not to the title text.
#![deny(broken_intra_doc_links)]
//! Links to [a] [link][a]
//!
//! [a]: std::process::Comman
//~^ ERROR unresolved
//~| ERROR unresolved