about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-const-arg-path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/feature-gates/feature-gate-const-arg-path.rs')
-rw-r--r--tests/ui/feature-gates/feature-gate-const-arg-path.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/feature-gates/feature-gate-const-arg-path.rs b/tests/ui/feature-gates/feature-gate-const-arg-path.rs
new file mode 100644
index 00000000000..0938c5733a2
--- /dev/null
+++ b/tests/ui/feature-gates/feature-gate-const-arg-path.rs
@@ -0,0 +1,5 @@
+//@ check-pass
+
+// this doesn't really have any user facing impact....
+
+fn main() {}