diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-05-05 16:40:02 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-05-05 17:47:18 +0200 |
| commit | d1f4a0bcb60ab868c496ca72a28b48ac0a4128af (patch) | |
| tree | 5f9dc3dd1df27f8d4a2f7f06950943cc4ab3cc5c /tests/rustdoc/multiple-macro-rules-w-same-name-submodule-99221.rs | |
| parent | eee6c9753588fe1888d3ddb264f9516e7ac56997 (diff) | |
| download | rust-d1f4a0bcb60ab868c496ca72a28b48ac0a4128af.tar.gz rust-d1f4a0bcb60ab868c496ca72a28b48ac0a4128af.zip | |
Created `tests/rustdoc/macro` subfolder to limit number of files at the top level
Diffstat (limited to 'tests/rustdoc/multiple-macro-rules-w-same-name-submodule-99221.rs')
| -rw-r--r-- | tests/rustdoc/multiple-macro-rules-w-same-name-submodule-99221.rs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/rustdoc/multiple-macro-rules-w-same-name-submodule-99221.rs b/tests/rustdoc/multiple-macro-rules-w-same-name-submodule-99221.rs deleted file mode 100644 index bf59788073e..00000000000 --- a/tests/rustdoc/multiple-macro-rules-w-same-name-submodule-99221.rs +++ /dev/null @@ -1,20 +0,0 @@ -//@ aux-build:issue-99221-aux.rs -//@ build-aux-docs -//@ ignore-cross-compile - -// https://github.com/rust-lang/rust/issues/99221 -#![crate_name = "foo"] - -#[macro_use] -extern crate issue_99221_aux; - -pub use issue_99221_aux::*; - -//@ count foo/index.html '//a[@class="macro"]' 1 - -mod inner { - #[macro_export] - macro_rules! print { - () => () - } -} |
