summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-json/reexport/private_two_names.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-json/reexport/private_two_names.rs')
-rw-r--r--tests/rustdoc-json/reexport/private_two_names.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/rustdoc-json/reexport/private_two_names.rs b/tests/rustdoc-json/reexport/private_two_names.rs
index cdcbf2a2b..e6f037eb4 100644
--- a/tests/rustdoc-json/reexport/private_two_names.rs
+++ b/tests/rustdoc-json/reexport/private_two_names.rs
@@ -3,9 +3,6 @@
// Test for the ICE in https://github.com/rust-lang/rust/issues/83720
// A pub-in-private type re-exported under two different names shouldn't cause an error
-#![no_core]
-#![feature(no_core)]
-
// @!has "$.index[*][?(@.name=='style')]"
mod style {
// @set color_struct_id = "$.index[*][?(@.inner.struct && @.name=='Color')].id"