diff --git a/tests/macros/trybuild/stack_incompatible_block_dimensions.stderr b/tests/macros/trybuild/stack_incompatible_block_dimensions.stderr index ffef61a80..4425106a4 100644 --- a/tests/macros/trybuild/stack_incompatible_block_dimensions.stderr +++ b/tests/macros/trybuild/stack_incompatible_block_dimensions.stderr @@ -5,9 +5,9 @@ error[E0277]: the trait bound `ShapeConstraint: SameNumberOfColumns, Co | ^^^ the trait `SameNumberOfColumns, Const<3>>` is not implemented for `ShapeConstraint` | = help: the following other types implement trait `SameNumberOfColumns`: - > - > - > + `ShapeConstraint` implements `SameNumberOfColumns` + `ShapeConstraint` implements `SameNumberOfColumns` + `ShapeConstraint` implements `SameNumberOfColumns` = note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0282]: type annotations needed @@ -18,20 +18,3 @@ error[E0282]: type annotations needed | |____________________^ cannot infer type | = note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info) - -error[E0599]: no method named `generic_view_mut` found for struct `Matrix<_, Const<3>, _, _>` in the current scope - --> tests/macros/trybuild/stack_incompatible_block_dimensions.rs:11:5 - | -11 | stack![a11, a12; - | _____^ -12 | | a21, a22]; - | |____________________^ method not found in `Matrix<_, Const<3>, _, _>` - | - ::: src/base/matrix_view.rs - | - | generic_slice_mut => generic_view_mut, - | ---------------- the method is available for `Matrix<_, Const<3>, _, _>` here - | - = note: the method was found for - - `Matrix` - = note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info) diff --git a/tests/macros/trybuild/stack_incompatible_block_dimensions2.stderr b/tests/macros/trybuild/stack_incompatible_block_dimensions2.stderr index 2d52e26b6..bb0c87fe0 100644 --- a/tests/macros/trybuild/stack_incompatible_block_dimensions2.stderr +++ b/tests/macros/trybuild/stack_incompatible_block_dimensions2.stderr @@ -5,9 +5,9 @@ error[E0277]: the trait bound `ShapeConstraint: SameNumberOfRows, Const | ^^^ the trait `SameNumberOfRows, Const<2>>` is not implemented for `ShapeConstraint` | = help: the following other types implement trait `SameNumberOfRows`: - > - > - > + `ShapeConstraint` implements `SameNumberOfRows` + `ShapeConstraint` implements `SameNumberOfRows` + `ShapeConstraint` implements `SameNumberOfRows` = note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0282]: type annotations needed @@ -18,20 +18,3 @@ error[E0282]: type annotations needed | |____________________^ cannot infer type | = note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info) - -error[E0599]: no method named `generic_view_mut` found for struct `Matrix<_, _, Const<4>, _>` in the current scope - --> tests/macros/trybuild/stack_incompatible_block_dimensions2.rs:12:5 - | -12 | stack![a11, a12; - | _____^ -13 | | a21, a22]; - | |____________________^ method not found in `Matrix<_, _, Const<4>, _>` - | - ::: src/base/matrix_view.rs - | - | generic_slice_mut => generic_view_mut, - | ---------------- the method is available for `Matrix<_, _, Const<4>, _>` here - | - = note: the method was found for - - `Matrix` - = note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)