File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,13 @@ pub mod marker {
286
286
V ,
287
287
>
288
288
where
289
+ L : crate :: typenum:: Integer ,
290
+ M : crate :: typenum:: Integer ,
291
+ T : crate :: typenum:: Integer ,
292
+ I : crate :: typenum:: Integer ,
293
+ Th : crate :: typenum:: Integer ,
294
+ N : crate :: typenum:: Integer ,
295
+ J : crate :: typenum:: Integer ,
289
296
U : Units <V > + ?Sized ,
290
297
V : crate :: num_traits:: Num + crate :: Conversion <V >,
291
298
{
Original file line number Diff line number Diff line change @@ -482,7 +482,8 @@ macro_rules! system {
482
482
for Quantity <Dl , U , V >
483
483
where
484
484
Dl : Dimension + ?Sized ,
485
- $( Dl :: $symbol: $crate:: lib:: ops:: $AddSubTrait<Dr :: $symbol>, ) +
485
+ $( Dl :: $symbol: $crate:: lib:: ops:: $AddSubTrait<Dr :: $symbol>,
486
+ <Dl :: $symbol as $crate:: lib:: ops:: $AddSubTrait<Dr :: $symbol>>:: Output : $crate:: typenum:: Integer , ) +
486
487
Dl :: Kind : $crate:: marker:: $MulDivTrait,
487
488
Dr : Dimension + ?Sized ,
488
489
Dr :: Kind : $crate:: marker:: $MulDivTrait,
You can’t perform that action at this time.
0 commit comments