diff options
| author | Michael Howell <michael@notriddle.com> | 2025-01-29 11:20:22 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2025-01-29 11:21:52 -0700 |
| commit | fdef34b4ddfeebf614bb58622b4053cff616234a (patch) | |
| tree | ad384ec18736e91e697fd12780a075477e4be9dd /tests/rustdoc/inline_cross/issue-33113.rs | |
| parent | a1d7676d6a8c6ff13f9165e98cc25eeec66cb592 (diff) | |
| download | rust-fdef34b4ddfeebf614bb58622b4053cff616234a.tar.gz rust-fdef34b4ddfeebf614bb58622b4053cff616234a.zip | |
Add URL and `crate_name` to test cases
Diffstat (limited to 'tests/rustdoc/inline_cross/issue-33113.rs')
| -rw-r--r-- | tests/rustdoc/inline_cross/issue-33113.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/rustdoc/inline_cross/issue-33113.rs b/tests/rustdoc/inline_cross/issue-33113.rs index 05e87d962cb..9ac4f02e00c 100644 --- a/tests/rustdoc/inline_cross/issue-33113.rs +++ b/tests/rustdoc/inline_cross/issue-33113.rs @@ -1,10 +1,13 @@ +// https://github.com/rust-lang/rust/issues/33113 +#![crate_name="foobar"] + //@ aux-build:issue-33113.rs //@ build-aux-docs //@ ignore-cross-compile extern crate bar; -//@ has issue_33113/trait.Bar.html +//@ has foobar/trait.Bar.html //@ has - '//h3[@class="code-header"]' "for &'a char" //@ has - '//h3[@class="code-header"]' "for Foo" pub use bar::Bar; |
