diff options
| author | Michael Howell <michael@notriddle.com> | 2023-11-20 11:50:18 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-11-20 11:50:18 -0700 |
| commit | 0f466b06d197729ebeeb72a9503f0a878749ec87 (patch) | |
| tree | d2b01d50ecca72403516f436c048208fade45cd3 /tests/rustdoc/private-use-decl-macro-47038.rs | |
| parent | 46ecc10c6951a2a0e52d93fe5d3acae9743e3ab9 (diff) | |
| download | rust-0f466b06d197729ebeeb72a9503f0a878749ec87.tar.gz rust-0f466b06d197729ebeeb72a9503f0a878749ec87.zip | |
rustdoc: rename `issue-\d+.rs` tests to have meaningful names
Diffstat (limited to 'tests/rustdoc/private-use-decl-macro-47038.rs')
| -rw-r--r-- | tests/rustdoc/private-use-decl-macro-47038.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/rustdoc/private-use-decl-macro-47038.rs b/tests/rustdoc/private-use-decl-macro-47038.rs new file mode 100644 index 00000000000..810ddca3eab --- /dev/null +++ b/tests/rustdoc/private-use-decl-macro-47038.rs @@ -0,0 +1,10 @@ +#![feature(decl_macro)] + +#![crate_name = "foo"] + +use std::vec; + +// @has 'foo/index.html' +// @!has - '//*[@id="macros"]' 'Macros' +// @!has - '//a/@href' 'macro.vec.html' +// @!has 'foo/macro.vec.html' |
