]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-eval/const-eval-overflow-3.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / const-eval-overflow-3.stderr
index dd79cbd7e5ff72e19a34b2fd2d377a3e0dbbb877..0ae51786b36a5ac59b37a5c9be689965723038de 100644 (file)
@@ -2,7 +2,7 @@ error[E0080]: evaluation of constant value failed
   --> $DIR/const-eval-overflow-3.rs:20:11
    |
 LL |     = [0; (i8::MAX + 1) as usize];
-   |           ^^^^^^^^^^^^^ attempt to compute `i8::MAX + 1_i8` which would overflow
+   |           ^^^^^^^^^^^^^ attempt to compute `i8::MAX + 1_i8`, which would overflow
 
 error: aborting due to previous error