diff options
| author | Michael Howell <michael@notriddle.com> | 2023-10-04 12:58:06 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-10-04 12:58:06 -0700 |
| commit | 9266270ef55e3138de0c58b9cd4c0949aa2eb04c (patch) | |
| tree | 689bfe5f58e854b6ee75df652a8a917b7aa34e3e /tests/rustdoc/deduplicate-trait-impl-22025.rs | |
| parent | a198aff4a4b1b83476497438cfc4771fb19c7bc4 (diff) | |
| download | rust-9266270ef55e3138de0c58b9cd4c0949aa2eb04c.tar.gz rust-9266270ef55e3138de0c58b9cd4c0949aa2eb04c.zip | |
Rename issue-\d+.rs tests to have meaningful names
Diffstat (limited to 'tests/rustdoc/deduplicate-trait-impl-22025.rs')
| -rw-r--r-- | tests/rustdoc/deduplicate-trait-impl-22025.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/rustdoc/deduplicate-trait-impl-22025.rs b/tests/rustdoc/deduplicate-trait-impl-22025.rs new file mode 100644 index 00000000000..d01c1f5c427 --- /dev/null +++ b/tests/rustdoc/deduplicate-trait-impl-22025.rs @@ -0,0 +1,8 @@ +// aux-build:issue-22025.rs +// ignore-cross-compile + +#![crate_name="issue_22025"] + +extern crate issue_22025; + +pub use issue_22025::foo::{Foo, Bar}; |
