about summary refs log tree commit diff
path: root/tests/rustdoc/issue-89852.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/issue-89852.rs')
-rw-r--r--tests/rustdoc/issue-89852.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/rustdoc/issue-89852.rs b/tests/rustdoc/issue-89852.rs
deleted file mode 100644
index e9b3d80c92e..00000000000
--- a/tests/rustdoc/issue-89852.rs
+++ /dev/null
@@ -1,14 +0,0 @@
-//@ edition:2018
-
-#![no_core]
-#![feature(no_core)]
-
-// @matchesraw 'issue_89852/sidebar-items.js' '"repro"'
-// @!matchesraw 'issue_89852/sidebar-items.js' '"repro".*"repro"'
-
-#[macro_export]
-macro_rules! repro {
-    () => {};
-}
-
-pub use crate::repro as repro2;