]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/issues/issue-68615-array.min.stderr
Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514
[rust.git] / src / test / ui / const-generics / issues / issue-68615-array.min.stderr
index 1ee881b96ec6037185bae03f24373e21f3ccd244..0d17b04a5cdd97780eaf06012086e59ec97054f0 100644 (file)
@@ -1,5 +1,5 @@
 error: `[usize; 0]` is forbidden as the type of a const generic parameter
-  --> $DIR/issue-68615-array.rs:7:21
+  --> $DIR/issue-68615-array.rs:6:21
    |
 LL | struct Foo<const V: [usize; 0] > {}
    |                     ^^^^^^^^^^