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