blob: 0c931af8d8b1cbccd5b477e1273f437c0b67ecda [file] [edit]
error: complex const arguments must be placed inside of a `const` block
--> $DIR/array-expr-complex.rs:11:28
|
LL | takes_array::<{ [1, 2, 1 + 2] }>();
| ^^^^^
error: aborting due to 1 previous error