about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/deny-intra-link-resolution-failure.rs
blob: 54e7689f3163f92cdb55179833b21ace51f1932d (plain)
1
2
3
4
#![deny(broken_intra_doc_links)]

/// [v2] //~ ERROR
pub fn foo() {}