]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/double-anchor.rs
Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se
[rust.git] / src / test / rustdoc-ui / intra-doc / double-anchor.rs
1 // check-pass
2
3 // regression test for #73264
4 // should only give one error
5 /// docs [label][with#anchor#error]
6 //~^ WARNING multiple anchors
7 pub struct S;