]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/intra-doc/double-anchor.rs
Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle
[rust.git] / tests / 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;