]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-39211.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-39211.stderr
index c14c663e5a1a973c6ab45b5fff38e229c9caa81c..c555983ea68e0abed2b3dabca1d66f50d1eb689a 100644 (file)
@@ -1,9 +1,10 @@
-error[E0220]: associated type `Row` not found for `M`
-  --> $DIR/issue-39211.rs:11:20
+error: constant expression depends on a generic parameter
+  --> $DIR/issue-39211.rs:11:17
    |
 LL |     let a = [3; M::Row::DIM];
-   |                    ^^^ associated type `Row` not found
+   |                 ^^^^^^^^^^^
+   |
+   = note: this may fail depending on what value the parameter takes
 
 error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0220`.