|
| 1 | +error[E0369]: cannot add `[{integer}; 1680]` to `[{integer}; 1680]` |
| 2 | + --> $DIR/long-span.rs:7:5056 |
| 3 | + | |
| 4 | +LL | ... = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; |
| 5 | + | -----------------------------------------...----------------------------------- ^ -----------------------------------------...----------------------------------- [{integer}; 1680] |
| 6 | + | | |
| 7 | + | [{integer}; 1680] |
| 8 | + |
1 | 9 | error[E0308]: mismatched types |
2 | | - --> $DIR/long-span.rs:7:15 |
| 10 | + --> $DIR/long-span.rs:9:15 |
3 | 11 | | |
4 | | -LL | ... = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,... 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; |
5 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `[{integer}; 1680]` |
| 12 | +LL | ... = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; |
| 13 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `[{integer}; 1680]` |
6 | 14 |
|
7 | | -error: aborting due to 1 previous error |
| 15 | +error: aborting due to 2 previous errors |
8 | 16 |
|
9 | | -For more information about this error, try `rustc --explain E0308`. |
| 17 | +Some errors have detailed explanations: E0308, E0369. |
| 18 | +For more information about an error, try `rustc --explain E0308`. |
0 commit comments