Skip to content

Commit

Permalink
More trybuild fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jun 23, 2024
1 parent 44f97dd commit 5e3391e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/macros/trybuild/dmatrix_mismatched_dimensions.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ error: Unexpected number of entries in row 1. Expected 3, found 2 entries.
--> tests/macros/trybuild/dmatrix_mismatched_dimensions.rs:5:13
|
5 | 4, 5];
| ^^^^
| ^
2 changes: 1 addition & 1 deletion tests/macros/trybuild/matrix_mismatched_dimensions.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ error: Unexpected number of entries in row 1. Expected 3, found 2 entries.
--> tests/macros/trybuild/matrix_mismatched_dimensions.rs:5:13
|
5 | 4, 5];
| ^^^^
| ^

0 comments on commit 5e3391e

Please sign in to comment.