about summary refs log tree commit diff
path: root/tests/rustdoc-ui/intra-doc/double-anchor.rs
blob: ceb74c25af23695d100f34dfdfe809753d022643 (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;