about summary refs log tree commit diff
path: root/tests/rustdoc/highlight-invalid-rust-12834.rs
diff options
context:
space:
mode:
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)]