summaryrefslogtreecommitdiffstats
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, 3 insertions, 0 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
new file mode 100644
index 000000000..a17d17da6
--- /dev/null
+++ b/src/test/ui/feature-gates/feature-gate-allocator_internals.rs
@@ -0,0 +1,3 @@
+#![default_lib_allocator] //~ ERROR: attribute is an experimental feature
+
+fn main() {}