summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-concat_idents2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/feature-gates/feature-gate-concat_idents2.rs')
-rw-r--r--src/test/ui/feature-gates/feature-gate-concat_idents2.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-concat_idents2.rs b/src/test/ui/feature-gates/feature-gate-concat_idents2.rs
deleted file mode 100644
index 9660ffeaf..000000000
--- a/src/test/ui/feature-gates/feature-gate-concat_idents2.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-fn main() {
- concat_idents!(a, b); //~ ERROR `concat_idents` is not stable enough
- //~| ERROR cannot find value `ab` in this scope
-}