Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
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
;