]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-tup-index-span.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / consts / const-tup-index-span.stderr
index 8e4a092e40f5e37f4b968bb139138b82615576a5..6724984d8d7ac1f26f023cecc3e3bed91dc9488f 100644 (file)
@@ -7,13 +7,6 @@ LL | const TUP: (usize,) = 5usize << 64;
    = note: expected tuple `(usize,)`
                found type `usize`
 
-error[E0080]: evaluation of constant value failed
-  --> $DIR/const-tup-index-span.rs:6:18
-   |
-LL | const ARR: [i32; TUP.0] = [];
-   |                  ^^^ referenced constant has errors
-
-error: aborting due to 2 previous errors
+error: aborting due to previous error
 
-Some errors have detailed explanations: E0080, E0308.
-For more information about an error, try `rustc --explain E0080`.
+For more information about this error, try `rustc --explain E0308`.