about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-allocator_internals.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/feature-gates/feature-gate-allocator_internals.rs')
-rw-r--r--src/test/ui/feature-gates/feature-gate-allocator_internals.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-allocator_internals.rs b/src/test/ui/feature-gates/feature-gate-allocator_internals.rs
deleted file mode 100644
index a17d17da607..00000000000
--- a/src/test/ui/feature-gates/feature-gate-allocator_internals.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-#![default_lib_allocator] //~ ERROR: attribute is an experimental feature
-
-fn main() {}