Skip to content

Commit

Permalink
Update ui test suite to nightly-2025-02-12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 12, 2025
1 parent 8f5c798 commit 855a683
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/ui/array_len_suffix.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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];
|

0 comments on commit 855a683

Please sign in to comment.