about summary refs log tree commit diff
path: root/tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2024-07-12 17:36:21 -0700
committerMichael Howell <michael@notriddle.com>2024-07-12 17:36:21 -0700
commit4d35754c46b4e0183770f4d7272b0e70a6553b19 (patch)
tree6edf150747e725ad0aab6926c642d0e4522770e6 /tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs
parentc6727fc9b5c64cefa7263486497ee95e529bd0f8 (diff)
downloadrust-4d35754c46b4e0183770f4d7272b0e70a6553b19.tar.gz
rust-4d35754c46b4e0183770f4d7272b0e70a6553b19.zip
Add URL and crate_name to test cases
Diffstat (limited to 'tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs')
-rw-r--r--tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs b/tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs
index d7c4f1db320..60a2aa388ee 100644
--- a/tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs
+++ b/tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs
@@ -2,6 +2,7 @@
 //@ build-aux-docs
 //@ ignore-cross-compile
 
+// https://github.com/rust-lang/rust/issues/99734
 #![crate_name = "foo"]
 
 #[macro_use]