diff --git a/tests/ui/array_len_suffix.stderr b/tests/ui/array_len_suffix.stderr index 1dde790e8..7dafc22eb 100644 --- a/tests/ui/array_len_suffix.stderr +++ b/tests/ui/array_len_suffix.stderr @@ -6,5 +6,6 @@ error[E0308]: mismatched types | help: change the type of the numeric literal from `u16` to `usize` | -4 | fn array() -> [String; 12usize]; - | ~~~~~ +4 - fn array() -> [String; 12u16]; +4 + fn array() -> [String; 12usize]; + |