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/pub-use-extern-macros.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/pub-use-extern-macros.rs')
| -rw-r--r-- | tests/rustdoc/pub-use-extern-macros.rs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/rustdoc/pub-use-extern-macros.rs b/tests/rustdoc/pub-use-extern-macros.rs deleted file mode 100644 index 2316e620343..00000000000 --- a/tests/rustdoc/pub-use-extern-macros.rs +++ /dev/null @@ -1,17 +0,0 @@ -//@ aux-build:pub-use-extern-macros.rs - -extern crate macros; - -//@ has pub_use_extern_macros/macro.bar.html -//@ !has pub_use_extern_macros/index.html '//code' 'pub use macros::bar;' -pub use macros::bar; - -//@ has pub_use_extern_macros/macro.baz.html -//@ !has pub_use_extern_macros/index.html '//code' 'pub use macros::baz;' -#[doc(inline)] -pub use macros::baz; - -//@ !has pub_use_extern_macros/macro.quux.html -//@ !has pub_use_extern_macros/index.html '//code' 'pub use macros::quux;' -#[doc(hidden)] -pub use macros::quux; |
