about summary refs log tree commit diff
path: root/tests/rustdoc/highlight-invalid-rust-12834.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-09-27 17:22:18 -0700
committerMichael Howell <michael@notriddle.com>2023-09-27 17:22:18 -0700
commit0487237f1247d2395c50e52640ef547b88fd38be (patch)
treefa8d3ac7d858e162c13aa16c90d1fe63d9ee6ceb /tests/rustdoc/highlight-invalid-rust-12834.rs
parent7cd8b2c9253e83c8101a45ccf6e401cd3160650c (diff)
downloadrust-0487237f1247d2395c50e52640ef547b88fd38be.tar.gz
rust-0487237f1247d2395c50e52640ef547b88fd38be.zip
rustdoc: add URLs for test issues
Diffstat (limited to 'tests/rustdoc/highlight-invalid-rust-12834.rs')
-rw-r--r--tests/rustdoc/highlight-invalid-rust-12834.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc/highlight-invalid-rust-12834.rs b/tests/rustdoc/highlight-invalid-rust-12834.rs
index 7bc5f682c5a..f8acc500264 100644
--- a/tests/rustdoc/highlight-invalid-rust-12834.rs
+++ b/tests/rustdoc/highlight-invalid-rust-12834.rs
@@ -1,5 +1,6 @@
 // Tests that failing to syntax highlight a rust code-block doesn't cause
 // rustdoc to fail, while still rendering the code-block (without highlighting).
+// https://github.com/rust-lang/rust/issues/12834
 
 #![crate_name="issue_12834"]
 #![allow(rustdoc::invalid_rust_codeblocks)]