about summary refs log tree commit diff
path: root/src/test/ui/const-generics/fn-taking-const-generic-array.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/const-generics/fn-taking-const-generic-array.stderr')
-rw-r--r--src/test/ui/const-generics/fn-taking-const-generic-array.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/ui/const-generics/fn-taking-const-generic-array.stderr b/src/test/ui/const-generics/fn-taking-const-generic-array.stderr
new file mode 100644
index 00000000000..36704128325
--- /dev/null
+++ b/src/test/ui/const-generics/fn-taking-const-generic-array.stderr
@@ -0,0 +1,6 @@
+warning: the feature `const_generics` is incomplete and may cause the compiler to crash
+  --> $DIR/fn-taking-const-generic-array.rs:3:12
+   |
+LL | #![feature(const_generics)]
+   |            ^^^^^^^^^^^^^^
+