]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tuple/array-diagnostics.stderr
Rollup merge of #94577 - RalfJung:simd-miri, r=scottmcm
[rust.git] / src / test / ui / tuple / array-diagnostics.stderr
1 error[E0618]: expected function, found `(&'static str, {integer})`
2   --> $DIR/array-diagnostics.rs:4:9
3    |
4 LL |         ("C200B40A83", 4)
5    |         ^^^^^^^^^^^^^^^^^- help: consider separating array elements with a comma: `,`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0618`.