diff options
| author | Michael Howell <michael@notriddle.com> | 2023-09-27 17:22:18 -0700 | 
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-09-27 17:22:18 -0700 | 
| commit | 0487237f1247d2395c50e52640ef547b88fd38be (patch) | |
| tree | fa8d3ac7d858e162c13aa16c90d1fe63d9ee6ceb /tests/rustdoc/highlight-invalid-rust-12834.rs | |
| parent | 7cd8b2c9253e83c8101a45ccf6e401cd3160650c (diff) | |
| download | rust-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.rs | 1 | 
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)] | 
