summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/intra-doc/double-anchor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-ui/intra-doc/double-anchor.rs')
-rw-r--r--src/test/rustdoc-ui/intra-doc/double-anchor.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/rustdoc-ui/intra-doc/double-anchor.rs b/src/test/rustdoc-ui/intra-doc/double-anchor.rs
deleted file mode 100644
index a01211c4f..000000000
--- a/src/test/rustdoc-ui/intra-doc/double-anchor.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// check-pass
-
-// regression test for #73264
-// should only give one error
-/// docs [label][with#anchor#error]
-//~^ WARNING multiple anchors
-pub struct S;