Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
double-anchor.rs
blob: ceb74c25af23695d100f34dfdfe809753d022643 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
// regression test for #73264
// should only give one error
/// docs [label][with#anchor#error]
//~^ WARNING multiple anchors
pub
struct
S
;