blob: ce4e8eb1471c3739322bc1107b8b408e72758f94 [file] [log] [blame] [edit]
error[E0308]: mismatched types
--> $DIR/basic-fail.rs:15:30
|
LL | const ARR: [(); ADD1::<0>] = [(); INC::<0>];
| ^^^^^^^^^^^^^^ expected an array with a size of const { N + 1 }, found one with a size of const { N + 1 }
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.