diff options
| author | Michael Howell <michael@notriddle.com> | 2023-10-04 13:04:45 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-10-04 13:04:45 -0700 |
| commit | a46ccd8d3f4813d6f0d3422040898f41eaae0e8d (patch) | |
| tree | e6e7d7797a27e40b1993bbce56aeaca57a960b50 /tests/rustdoc/deduplicate-glob-import-impl-21474.rs | |
| parent | 9266270ef55e3138de0c58b9cd4c0949aa2eb04c (diff) | |
| download | rust-a46ccd8d3f4813d6f0d3422040898f41eaae0e8d.tar.gz rust-a46ccd8d3f4813d6f0d3422040898f41eaae0e8d.zip | |
Add URL to test case issues
Diffstat (limited to 'tests/rustdoc/deduplicate-glob-import-impl-21474.rs')
| -rw-r--r-- | tests/rustdoc/deduplicate-glob-import-impl-21474.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc/deduplicate-glob-import-impl-21474.rs b/tests/rustdoc/deduplicate-glob-import-impl-21474.rs index bedf89236aa..2a675b4b6ef 100644 --- a/tests/rustdoc/deduplicate-glob-import-impl-21474.rs +++ b/tests/rustdoc/deduplicate-glob-import-impl-21474.rs @@ -1,3 +1,4 @@ +// https://github.com/rust-lang/rust/issues/21474 #![crate_name="issue_21474"] pub use inner::*; |
