You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let ___na_stack_0_0_shape = ___na_stack_0_0_block.shape_generic();
199
-
letref ___na_stack_1_1_block = b;
199
+
let ___na_stack_1_1_block = &(b);
200
200
let ___na_stack_1_1_shape = ___na_stack_1_1_block.shape_generic();
201
201
let ___na_stack_row_0_dim = ___na_stack_0_0_shape.0;
202
202
let ___na_stack_row_0_offset = 0;
@@ -237,15 +237,15 @@ mod tests {
237
237
let result = stack_impl(input).unwrap();
238
238
239
239
let expected = quote!{{
240
-
letref ___na_stack_0_0_block = a;
240
+
let ___na_stack_0_0_block = &(a);
241
241
let ___na_stack_0_0_shape = ___na_stack_0_0_block.shape_generic();
242
-
letref ___na_stack_0_2_block = b;
242
+
let ___na_stack_0_2_block = &(b);
243
243
let ___na_stack_0_2_shape = ___na_stack_0_2_block.shape_generic();
244
-
letref ___na_stack_1_1_block = c;
244
+
let ___na_stack_1_1_block = &(c);
245
245
let ___na_stack_1_1_shape = ___na_stack_1_1_block.shape_generic();
246
-
letref ___na_stack_1_2_block = d;
246
+
let ___na_stack_1_2_block = &(d);
247
247
let ___na_stack_1_2_shape = ___na_stack_1_2_block.shape_generic();
248
-
letref ___na_stack_2_0_block = e;
248
+
let ___na_stack_2_0_block = &(e);
249
249
let ___na_stack_2_0_shape = ___na_stack_2_0_block.shape_generic();
250
250
let ___na_stack_row_0_dim = < nalgebra :: constraint ::ShapeConstraintas nalgebra :: constraint ::SameNumberOfRows < _ , _ >> :: representative (___na_stack_0_0_shape .0, ___na_stack_0_2_shape .0). expect ("All blocks in block row 0 must have the same number of rows");
0 commit comments