summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-json/reexport/export_extern_crate_as_self.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-json/reexport/export_extern_crate_as_self.rs')
-rw-r--r--src/test/rustdoc-json/reexport/export_extern_crate_as_self.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/rustdoc-json/reexport/export_extern_crate_as_self.rs b/src/test/rustdoc-json/reexport/export_extern_crate_as_self.rs
deleted file mode 100644
index f076feb71..000000000
--- a/src/test/rustdoc-json/reexport/export_extern_crate_as_self.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-//! Regression test for <https://github.com/rust-lang/rust/issues/100531>
-
-#![feature(no_core)]
-#![no_core]
-
-#![crate_name = "export_extern_crate_as_self"]
-
-// ignore-tidy-linelength
-
-// @is "$.index[*][?(@.kind=='module')].name" \"export_extern_crate_as_self\"
-pub extern crate self as export_extern_crate_as_self; // Must be the same name as the crate already has