Skip to content

Commit 409b9a2

Browse files
committed
Revert "Fix trybuild errors for 1.81.0"
This reverts commit 98b3422.
1 parent ce36617 commit 409b9a2

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

tests/macros/trybuild/dmatrix_mismatched_dimensions.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ error: Unexpected number of entries in row 1. Expected 3, found 2 entries.
22
--> tests/macros/trybuild/dmatrix_mismatched_dimensions.rs:5:13
33
|
44
5 | 4, 5];
5-
| ^
5+
| ^^^^

tests/macros/trybuild/matrix_mismatched_dimensions.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ error: Unexpected number of entries in row 1. Expected 3, found 2 entries.
22
--> tests/macros/trybuild/matrix_mismatched_dimensions.rs:5:13
33
|
44
5 | 4, 5];
5-
| ^
5+
| ^^^^

tests/macros/trybuild/stack_incompatible_block_dimensions.stderr

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,3 @@ error[E0282]: type annotations needed
1818
| |____________________^ cannot infer type
1919
|
2020
= note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)
21-
22-
error[E0599]: no method named `generic_view_mut` found for struct `Matrix<_, Const<3>, _, _>` in the current scope
23-
--> tests/macros/trybuild/stack_incompatible_block_dimensions.rs:11:5
24-
|
25-
11 | stack![a11, a12;
26-
| _____^
27-
12 | | a21, a22];
28-
| |____________________^ method not found in `Matrix<_, Const<3>, _, _>`
29-
|
30-
= note: the method was found for
31-
- `Matrix<T, R, C, S>`
32-
= note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

tests/macros/trybuild/stack_incompatible_block_dimensions2.stderr

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,3 @@ error[E0282]: type annotations needed
1818
| |____________________^ cannot infer type
1919
|
2020
= note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)
21-
22-
error[E0599]: no method named `generic_view_mut` found for struct `Matrix<_, _, Const<4>, _>` in the current scope
23-
--> tests/macros/trybuild/stack_incompatible_block_dimensions2.rs:12:5
24-
|
25-
12 | stack![a11, a12;
26-
| _____^
27-
13 | | a21, a22];
28-
| |____________________^ method not found in `Matrix<_, _, Const<4>, _>`
29-
|
30-
= note: the method was found for
31-
- `Matrix<T, R, C, S>`
32-
= note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)