2022-01-14 16:03:46 +01:00
|
|
|
error[E0618]: expected function, found `(&'static str, {integer})`
|
|
|
|
--> $DIR/array-diagnostics.rs:4:9
|
|
|
|
|
|
|
|
|
LL | ("C200B40A83", 4)
|
|
|
|
| ^^^^^^^^^^^^^^^^^- help: consider separating array elements with a comma: `,`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-01-14 16:03:46 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0618`.
|