@@ -5,9 +5,9 @@ error[E0277]: the trait bound `ShapeConstraint: SameNumberOfRows<Const<1>, Const
5
5
| ^^^ the trait `SameNumberOfRows<Const<1>, Const<2>>` is not implemented for `ShapeConstraint`
6
6
|
7
7
= help: the following other types implement trait `SameNumberOfRows<D1, D2>`:
8
- < ShapeConstraint as SameNumberOfRows<D, D>>
9
- < ShapeConstraint as SameNumberOfRows<D, Dyn>>
10
- < ShapeConstraint as SameNumberOfRows<Dyn, D>>
8
+ ` ShapeConstraint` implements ` SameNumberOfRows<D, D>`
9
+ ` ShapeConstraint` implements ` SameNumberOfRows<D, Dyn>`
10
+ ` ShapeConstraint` implements ` SameNumberOfRows<Dyn, D>`
11
11
= note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)
12
12
13
13
error[E0282]: type annotations needed
@@ -27,11 +27,6 @@ error[E0599]: no method named `generic_view_mut` found for struct `Matrix<_, _,
27
27
13 | | a21, a22];
28
28
| |____________________^ method not found in `Matrix<_, _, Const<4>, _>`
29
29
|
30
- ::: src/base/matrix_view.rs
31
- |
32
- | generic_slice_mut => generic_view_mut,
33
- | ---------------- the method is available for `Matrix<_, _, Const<4>, _>` here
34
- |
35
30
= note: the method was found for
36
31
- `Matrix<T, R, C, S>`
37
32
= note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments