diff options
| author | Michael Howell <michael@notriddle.com> | 2024-05-21 12:28:30 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-05-21 12:28:30 -0700 |
| commit | 4486c24db3ca1c698b34ea08bee15194774b53df (patch) | |
| tree | 1073ea366e867751291bc23ba3cf02b694f9bf4f /tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs | |
| parent | 6715446db6564901c2674950b7fce5b487f2d13f (diff) | |
| download | rust-4486c24db3ca1c698b34ea08bee15194774b53df.tar.gz rust-4486c24db3ca1c698b34ea08bee15194774b53df.zip | |
Add URL and crate_name to test cases
Diffstat (limited to 'tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs')
| -rw-r--r-- | tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs b/tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs index d0960dfef43..9b3dfd45370 100644 --- a/tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs +++ b/tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs @@ -1,3 +1,4 @@ +// https://github.com/rust-lang/rust/issues/83375 #![crate_name = "foo"] pub mod sub { |
