summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/intra-doc/double-anchor.rs
blob: a01211c4f32b1b8479e37c37cf476be43a6c1339 (plain)
1
2
3
4
5
6
7
// check-pass

// regression test for #73264
// should only give one error
/// docs [label][with#anchor#error]
//~^ WARNING multiple anchors
pub struct S;