Skip to content

Instantly share code, notes, and snippets.

@KSXGitHub
Created October 31, 2020 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KSXGitHub/8caaf8f51dae8593a7af8f2fc7b6d6b5 to your computer and use it in GitHub Desktop.
Save KSXGitHub/8caaf8f51dae8593a7af8f2fc7b6d6b5 to your computer and use it in GitHub Desktop.
bottom compilation errors
2020-10-31T03:24:04.4370164Z error[E0277]: the trait bound `L: Integer` is not satisfied
2020-10-31T03:24:04.4371684Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.4372302Z |
2020-10-31T03:24:04.4372618Z 175 | for Quantity<
2020-10-31T03:24:04.4372932Z | _____________________^
2020-10-31T03:24:04.4373359Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.4373842Z 177 | | Ul,
2020-10-31T03:24:04.4374147Z 178 | | V,
2020-10-31T03:24:04.4374417Z 179 | | >
2020-10-31T03:24:04.4374831Z | |_________________^ the trait `Integer` is not implemented for `L`
2020-10-31T03:24:04.4375230Z ...
2020-10-31T03:24:04.4375592Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:04.4376244Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.4376591Z |
2020-10-31T03:24:04.4377758Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.4378389Z |
2020-10-31T03:24:04.4378729Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.4379352Z | -------- required by a bound in this
2020-10-31T03:24:04.4379719Z 244 | where
2020-10-31T03:24:04.4380070Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.4380943Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.4381583Z |
2020-10-31T03:24:04.4382409Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.4383194Z help: consider further restricting type parameter `L`
2020-10-31T03:24:04.4383619Z |
2020-10-31T03:24:04.4384022Z 183 | V: ::num_traits::Num + ::Conversion<V>, L: Integer
2020-10-31T03:24:04.4384439Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.4384659Z
2020-10-31T03:24:04.4468381Z error[E0277]: the trait bound `M: Integer` is not satisfied
2020-10-31T03:24:04.4469818Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.4470440Z |
2020-10-31T03:24:04.4470767Z 175 | for Quantity<
2020-10-31T03:24:04.4471088Z | _____________________^
2020-10-31T03:24:04.4471526Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.4472201Z 177 | | Ul,
2020-10-31T03:24:04.4472499Z 178 | | V,
2020-10-31T03:24:04.4472773Z 179 | | >
2020-10-31T03:24:04.4473211Z | |_________________^ the trait `Integer` is not implemented for `M`
2020-10-31T03:24:04.4473612Z ...
2020-10-31T03:24:04.4473961Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:04.4474613Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.4474964Z |
2020-10-31T03:24:04.4476123Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.4476765Z |
2020-10-31T03:24:04.4477228Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.4477848Z | -------- required by a bound in this
2020-10-31T03:24:04.4478212Z 244 | where
2020-10-31T03:24:04.4478567Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.4479433Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.4479818Z |
2020-10-31T03:24:04.4480623Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.4481393Z help: consider further restricting type parameter `M`
2020-10-31T03:24:04.4481821Z |
2020-10-31T03:24:04.4482221Z 183 | V: ::num_traits::Num + ::Conversion<V>, M: Integer
2020-10-31T03:24:04.4482658Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.4486526Z
2020-10-31T03:24:04.4617838Z error[E0277]: the trait bound `T: Integer` is not satisfied
2020-10-31T03:24:04.4619287Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.4619902Z |
2020-10-31T03:24:04.4620217Z 175 | for Quantity<
2020-10-31T03:24:04.4620533Z | _____________________^
2020-10-31T03:24:04.4621001Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.4621441Z 177 | | Ul,
2020-10-31T03:24:04.4621724Z 178 | | V,
2020-10-31T03:24:04.4621996Z 179 | | >
2020-10-31T03:24:04.4622408Z | |_________________^ the trait `Integer` is not implemented for `T`
2020-10-31T03:24:04.4622804Z ...
2020-10-31T03:24:04.4623151Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:04.4623815Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.4624166Z |
2020-10-31T03:24:04.4625312Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.4625936Z |
2020-10-31T03:24:04.4626277Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.4626883Z | -------- required by a bound in this
2020-10-31T03:24:04.4627268Z 244 | where
2020-10-31T03:24:04.4627824Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.4628677Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.4629060Z |
2020-10-31T03:24:04.4629867Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.4630683Z help: consider further restricting type parameter `T`
2020-10-31T03:24:04.4631110Z |
2020-10-31T03:24:04.4631510Z 183 | V: ::num_traits::Num + ::Conversion<V>, T: Integer
2020-10-31T03:24:04.4631931Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.4635675Z
2020-10-31T03:24:04.4743180Z error[E0277]: the trait bound `I: Integer` is not satisfied
2020-10-31T03:24:04.4744639Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.4745254Z |
2020-10-31T03:24:04.4745581Z 175 | for Quantity<
2020-10-31T03:24:04.4745928Z | _____________________^
2020-10-31T03:24:04.4746527Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.4746963Z 177 | | Ul,
2020-10-31T03:24:04.4747248Z 178 | | V,
2020-10-31T03:24:04.4747520Z 179 | | >
2020-10-31T03:24:04.4747955Z | |_________________^ the trait `Integer` is not implemented for `I`
2020-10-31T03:24:04.4748354Z ...
2020-10-31T03:24:04.4748707Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:04.4749352Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.4749699Z |
2020-10-31T03:24:04.4750837Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.4751483Z |
2020-10-31T03:24:04.4751825Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.4752429Z | -------- required by a bound in this
2020-10-31T03:24:04.4752803Z 244 | where
2020-10-31T03:24:04.4753157Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.4753983Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.4754374Z |
2020-10-31T03:24:04.4755181Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.4755947Z help: consider further restricting type parameter `I`
2020-10-31T03:24:04.4756378Z |
2020-10-31T03:24:04.4756782Z 183 | V: ::num_traits::Num + ::Conversion<V>, I: Integer
2020-10-31T03:24:04.4757613Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.4761136Z
2020-10-31T03:24:04.4838294Z error[E0277]: the trait bound `Th: Integer` is not satisfied
2020-10-31T03:24:04.4839760Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.4840408Z |
2020-10-31T03:24:04.4840754Z 175 | for Quantity<
2020-10-31T03:24:04.4841092Z | _____________________^
2020-10-31T03:24:04.4841530Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.4841982Z 177 | | Ul,
2020-10-31T03:24:04.4842275Z 178 | | V,
2020-10-31T03:24:04.4842560Z 179 | | >
2020-10-31T03:24:04.4842987Z | |_________________^ the trait `Integer` is not implemented for `Th`
2020-10-31T03:24:04.4843398Z ...
2020-10-31T03:24:04.4843756Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:04.4844418Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.4844773Z |
2020-10-31T03:24:04.4845945Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.4846594Z |
2020-10-31T03:24:04.4846947Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.4847773Z | -------- required by a bound in this
2020-10-31T03:24:04.4848164Z 244 | where
2020-10-31T03:24:04.4848519Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.4849376Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.4849764Z |
2020-10-31T03:24:04.4850579Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.4851375Z help: consider further restricting type parameter `Th`
2020-10-31T03:24:04.4851835Z |
2020-10-31T03:24:04.4852236Z 183 | V: ::num_traits::Num + ::Conversion<V>, Th: Integer
2020-10-31T03:24:04.4852660Z | ^^^^^^^^^^^^^
2020-10-31T03:24:04.4856338Z
2020-10-31T03:24:04.5000337Z error[E0277]: the trait bound `N: Integer` is not satisfied
2020-10-31T03:24:04.5001833Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.5002486Z |
2020-10-31T03:24:04.5002985Z 175 | for Quantity<
2020-10-31T03:24:04.5003321Z | _____________________^
2020-10-31T03:24:04.5003754Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.5004182Z 177 | | Ul,
2020-10-31T03:24:04.5004468Z 178 | | V,
2020-10-31T03:24:04.5004739Z 179 | | >
2020-10-31T03:24:04.5005158Z | |_________________^ the trait `Integer` is not implemented for `N`
2020-10-31T03:24:04.5005571Z ...
2020-10-31T03:24:04.5005918Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:04.5006569Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.5006915Z |
2020-10-31T03:24:04.5008064Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.5008710Z |
2020-10-31T03:24:04.5009065Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.5009674Z | -------- required by a bound in this
2020-10-31T03:24:04.5010037Z 244 | where
2020-10-31T03:24:04.5010389Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.5011216Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.5011615Z |
2020-10-31T03:24:04.5012420Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.5013190Z help: consider further restricting type parameter `N`
2020-10-31T03:24:04.5013620Z |
2020-10-31T03:24:04.5014021Z 183 | V: ::num_traits::Num + ::Conversion<V>, N: Integer
2020-10-31T03:24:04.5014442Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.5018119Z
2020-10-31T03:24:04.5129577Z error[E0277]: the trait bound `J: Integer` is not satisfied
2020-10-31T03:24:04.5131121Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.5131749Z |
2020-10-31T03:24:04.5132064Z 175 | for Quantity<
2020-10-31T03:24:04.5132381Z | _____________________^
2020-10-31T03:24:04.5132810Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.5133233Z 177 | | Ul,
2020-10-31T03:24:04.5133537Z 178 | | V,
2020-10-31T03:24:04.5133811Z 179 | | >
2020-10-31T03:24:04.5134227Z | |_________________^ the trait `Integer` is not implemented for `J`
2020-10-31T03:24:04.5134625Z ...
2020-10-31T03:24:04.5134971Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:04.5135607Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.5135969Z |
2020-10-31T03:24:04.5137114Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.5137948Z |
2020-10-31T03:24:04.5138295Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.5138914Z | -------- required by a bound in this
2020-10-31T03:24:04.5139290Z 244 | where
2020-10-31T03:24:04.5139639Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.5140473Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.5140862Z |
2020-10-31T03:24:04.5141669Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.5142435Z help: consider further restricting type parameter `J`
2020-10-31T03:24:04.5142878Z |
2020-10-31T03:24:04.5143275Z 183 | V: ::num_traits::Num + ::Conversion<V>, J: Integer
2020-10-31T03:24:04.5143701Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.5147360Z
2020-10-31T03:24:04.5257608Z error[E0277]: the trait bound `L: Integer` is not satisfied
2020-10-31T03:24:04.5259353Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.5259982Z |
2020-10-31T03:24:04.5260297Z 175 | for Quantity<
2020-10-31T03:24:04.5260628Z | _____________________^
2020-10-31T03:24:04.5261059Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.5261489Z 177 | | Ul,
2020-10-31T03:24:04.5261776Z 178 | | V,
2020-10-31T03:24:04.5262053Z 179 | | >
2020-10-31T03:24:04.5262465Z | |_________________^ the trait `Integer` is not implemented for `L`
2020-10-31T03:24:04.5262875Z ...
2020-10-31T03:24:04.5263220Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:04.5263870Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.5264220Z |
2020-10-31T03:24:04.5265378Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.5266020Z |
2020-10-31T03:24:04.5266380Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.5266983Z | -------- required by a bound in this
2020-10-31T03:24:04.5267349Z 244 | where
2020-10-31T03:24:04.5267704Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.5268540Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.5268931Z |
2020-10-31T03:24:04.5269755Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.5270528Z help: consider further restricting type parameter `L`
2020-10-31T03:24:04.5270957Z |
2020-10-31T03:24:04.5271353Z 183 | V: ::num_traits::Num + ::Conversion<V>, L: Integer
2020-10-31T03:24:04.5271775Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.5275525Z
2020-10-31T03:24:04.5355444Z error[E0277]: the trait bound `M: Integer` is not satisfied
2020-10-31T03:24:04.5357029Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.5357656Z |
2020-10-31T03:24:04.5357968Z 175 | for Quantity<
2020-10-31T03:24:04.5358289Z | _____________________^
2020-10-31T03:24:04.5358719Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.5359153Z 177 | | Ul,
2020-10-31T03:24:04.5359456Z 178 | | V,
2020-10-31T03:24:04.5359730Z 179 | | >
2020-10-31T03:24:04.5360144Z | |_________________^ the trait `Integer` is not implemented for `M`
2020-10-31T03:24:04.5360539Z ...
2020-10-31T03:24:04.5360882Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:04.5361529Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.5361906Z |
2020-10-31T03:24:04.5363279Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.5363909Z |
2020-10-31T03:24:04.5364250Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.5364855Z | -------- required by a bound in this
2020-10-31T03:24:04.5365216Z 244 | where
2020-10-31T03:24:04.5365580Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.5366414Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.5366797Z |
2020-10-31T03:24:04.5367604Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.5368373Z help: consider further restricting type parameter `M`
2020-10-31T03:24:04.5368828Z |
2020-10-31T03:24:04.5369245Z 183 | V: ::num_traits::Num + ::Conversion<V>, M: Integer
2020-10-31T03:24:04.5369669Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.5373331Z
2020-10-31T03:24:04.5519321Z error[E0277]: the trait bound `T: Integer` is not satisfied
2020-10-31T03:24:04.5520805Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.5521425Z |
2020-10-31T03:24:04.5521740Z 175 | for Quantity<
2020-10-31T03:24:04.5522058Z | _____________________^
2020-10-31T03:24:04.5522938Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.5523371Z 177 | | Ul,
2020-10-31T03:24:04.5523657Z 178 | | V,
2020-10-31T03:24:04.5523929Z 179 | | >
2020-10-31T03:24:04.5524350Z | |_________________^ the trait `Integer` is not implemented for `T`
2020-10-31T03:24:04.5524764Z ...
2020-10-31T03:24:04.5525119Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:04.5525773Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.5526135Z |
2020-10-31T03:24:04.5527276Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.5527899Z |
2020-10-31T03:24:04.5528259Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.5528864Z | -------- required by a bound in this
2020-10-31T03:24:04.5529230Z 244 | where
2020-10-31T03:24:04.5529582Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.5530414Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.5530798Z |
2020-10-31T03:24:04.5531620Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.5532394Z help: consider further restricting type parameter `T`
2020-10-31T03:24:04.5532827Z |
2020-10-31T03:24:04.5533235Z 183 | V: ::num_traits::Num + ::Conversion<V>, T: Integer
2020-10-31T03:24:04.5533671Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.5537432Z
2020-10-31T03:24:04.5641631Z error[E0277]: the trait bound `I: Integer` is not satisfied
2020-10-31T03:24:04.5643120Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.5643757Z |
2020-10-31T03:24:04.5644073Z 175 | for Quantity<
2020-10-31T03:24:04.5644393Z | _____________________^
2020-10-31T03:24:04.5644823Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.5645248Z 177 | | Ul,
2020-10-31T03:24:04.5645549Z 178 | | V,
2020-10-31T03:24:04.5645822Z 179 | | >
2020-10-31T03:24:04.5646237Z | |_________________^ the trait `Integer` is not implemented for `I`
2020-10-31T03:24:04.5646639Z ...
2020-10-31T03:24:04.5646990Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:04.5647848Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.5648218Z |
2020-10-31T03:24:04.5649386Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.5650017Z |
2020-10-31T03:24:04.5650363Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.5650972Z | -------- required by a bound in this
2020-10-31T03:24:04.5651332Z 244 | where
2020-10-31T03:24:04.5651698Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.5652526Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.5652906Z |
2020-10-31T03:24:04.5653715Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.5654482Z help: consider further restricting type parameter `I`
2020-10-31T03:24:04.5654921Z |
2020-10-31T03:24:04.5655333Z 183 | V: ::num_traits::Num + ::Conversion<V>, I: Integer
2020-10-31T03:24:04.5655863Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.5678342Z
2020-10-31T03:24:04.5773780Z error[E0277]: the trait bound `Th: Integer` is not satisfied
2020-10-31T03:24:04.5775277Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.5775900Z |
2020-10-31T03:24:04.5776211Z 175 | for Quantity<
2020-10-31T03:24:04.5776531Z | _____________________^
2020-10-31T03:24:04.5776977Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.5777405Z 177 | | Ul,
2020-10-31T03:24:04.5777695Z 178 | | V,
2020-10-31T03:24:04.5777972Z 179 | | >
2020-10-31T03:24:04.5778390Z | |_________________^ the trait `Integer` is not implemented for `Th`
2020-10-31T03:24:04.5778788Z ...
2020-10-31T03:24:04.5779176Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:04.5779821Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.5780169Z |
2020-10-31T03:24:04.5781329Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.5781964Z |
2020-10-31T03:24:04.5782320Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.5782924Z | -------- required by a bound in this
2020-10-31T03:24:04.5783289Z 244 | where
2020-10-31T03:24:04.5783639Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.5784467Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.5784848Z |
2020-10-31T03:24:04.5785671Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.5786441Z help: consider further restricting type parameter `Th`
2020-10-31T03:24:04.5786878Z |
2020-10-31T03:24:04.5787282Z 183 | V: ::num_traits::Num + ::Conversion<V>, Th: Integer
2020-10-31T03:24:04.5787709Z | ^^^^^^^^^^^^^
2020-10-31T03:24:04.5840224Z
2020-10-31T03:24:04.5872810Z error[E0277]: the trait bound `N: Integer` is not satisfied
2020-10-31T03:24:04.5874431Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.5875060Z |
2020-10-31T03:24:04.5875370Z 175 | for Quantity<
2020-10-31T03:24:04.5875684Z | _____________________^
2020-10-31T03:24:04.5876109Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.5876547Z 177 | | Ul,
2020-10-31T03:24:04.5876827Z 178 | | V,
2020-10-31T03:24:04.5877235Z 179 | | >
2020-10-31T03:24:04.5877645Z | |_________________^ the trait `Integer` is not implemented for `N`
2020-10-31T03:24:04.5878244Z ...
2020-10-31T03:24:04.5878591Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:04.5879261Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.5879619Z |
2020-10-31T03:24:04.5880763Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.5881384Z |
2020-10-31T03:24:04.5881720Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.5882321Z | -------- required by a bound in this
2020-10-31T03:24:04.5882691Z 244 | where
2020-10-31T03:24:04.5883040Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.5883869Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.5884249Z |
2020-10-31T03:24:04.5885080Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.5885848Z help: consider further restricting type parameter `N`
2020-10-31T03:24:04.5886293Z |
2020-10-31T03:24:04.5886788Z 183 | V: ::num_traits::Num + ::Conversion<V>, N: Integer
2020-10-31T03:24:04.5887207Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.5887426Z
2020-10-31T03:24:04.6053411Z error[E0277]: the trait bound `J: Integer` is not satisfied
2020-10-31T03:24:04.6055015Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.6055631Z |
2020-10-31T03:24:04.6055940Z 175 | for Quantity<
2020-10-31T03:24:04.6056267Z | _____________________^
2020-10-31T03:24:04.6056694Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.6057124Z 177 | | Ul,
2020-10-31T03:24:04.6057404Z 178 | | V,
2020-10-31T03:24:04.6057673Z 179 | | >
2020-10-31T03:24:04.6058108Z | |_________________^ the trait `Integer` is not implemented for `J`
2020-10-31T03:24:04.6058527Z ...
2020-10-31T03:24:04.6058873Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:04.6059507Z | ---------------------------- in this macro invocation
2020-10-31T03:24:04.6059850Z |
2020-10-31T03:24:04.6060991Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.6061626Z |
2020-10-31T03:24:04.6061963Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.6062565Z | -------- required by a bound in this
2020-10-31T03:24:04.6062923Z 244 | where
2020-10-31T03:24:04.6063272Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.6064099Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.6064492Z |
2020-10-31T03:24:04.6065299Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.6066077Z help: consider further restricting type parameter `J`
2020-10-31T03:24:04.6066505Z |
2020-10-31T03:24:04.6066897Z 183 | V: ::num_traits::Num + ::Conversion<V>, J: Integer
2020-10-31T03:24:04.6067314Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.6067531Z
2020-10-31T03:24:04.6201759Z error[E0277]: the trait bound `L: Integer` is not satisfied
2020-10-31T03:24:04.6203320Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.6203937Z |
2020-10-31T03:24:04.6204247Z 175 | for Quantity<
2020-10-31T03:24:04.6204560Z | _____________________^
2020-10-31T03:24:04.6204982Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.6205403Z 177 | | Ul,
2020-10-31T03:24:04.6205698Z 178 | | V,
2020-10-31T03:24:04.6206153Z 179 | | >
2020-10-31T03:24:04.6206576Z | |_________________^ the trait `Integer` is not implemented for `L`
2020-10-31T03:24:04.6206974Z ...
2020-10-31T03:24:04.6207366Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:04.6208072Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.6208432Z |
2020-10-31T03:24:04.6209565Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.6210182Z |
2020-10-31T03:24:04.6210521Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.6211131Z | -------- required by a bound in this
2020-10-31T03:24:04.6211495Z 244 | where
2020-10-31T03:24:04.6211855Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.6212680Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.6213052Z |
2020-10-31T03:24:04.6213952Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.6214729Z help: consider further restricting type parameter `L`
2020-10-31T03:24:04.6215150Z |
2020-10-31T03:24:04.6215559Z 183 | V: ::num_traits::Num + ::Conversion<V>, L: Integer
2020-10-31T03:24:04.6215975Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.6216178Z
2020-10-31T03:24:04.6347761Z error[E0277]: the trait bound `M: Integer` is not satisfied
2020-10-31T03:24:04.6350223Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.6350927Z |
2020-10-31T03:24:04.6351239Z 175 | for Quantity<
2020-10-31T03:24:04.6351552Z | _____________________^
2020-10-31T03:24:04.6351989Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.6352410Z 177 | | Ul,
2020-10-31T03:24:04.6352718Z 178 | | V,
2020-10-31T03:24:04.6352997Z 179 | | >
2020-10-31T03:24:04.6353406Z | |_________________^ the trait `Integer` is not implemented for `M`
2020-10-31T03:24:04.6353800Z ...
2020-10-31T03:24:04.6354209Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:04.6354907Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.6355254Z |
2020-10-31T03:24:04.6356405Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.6357237Z |
2020-10-31T03:24:04.6357594Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.6358214Z | -------- required by a bound in this
2020-10-31T03:24:04.6358572Z 244 | where
2020-10-31T03:24:04.6358919Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.6359748Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.6360134Z |
2020-10-31T03:24:04.6360953Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.6361718Z help: consider further restricting type parameter `M`
2020-10-31T03:24:04.6362142Z |
2020-10-31T03:24:04.6362537Z 183 | V: ::num_traits::Num + ::Conversion<V>, M: Integer
2020-10-31T03:24:04.6362957Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.6363180Z
2020-10-31T03:24:04.6493182Z error[E0277]: the trait bound `T: Integer` is not satisfied
2020-10-31T03:24:04.6494714Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.6495352Z |
2020-10-31T03:24:04.6495656Z 175 | for Quantity<
2020-10-31T03:24:04.6495968Z | _____________________^
2020-10-31T03:24:04.6496394Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.6497033Z 177 | | Ul,
2020-10-31T03:24:04.6497328Z 178 | | V,
2020-10-31T03:24:04.6497612Z 179 | | >
2020-10-31T03:24:04.6498021Z | |_________________^ the trait `Integer` is not implemented for `T`
2020-10-31T03:24:04.6498409Z ...
2020-10-31T03:24:04.6498804Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:04.6499508Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.6499857Z |
2020-10-31T03:24:04.6501014Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.6501633Z |
2020-10-31T03:24:04.6501975Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.6502578Z | -------- required by a bound in this
2020-10-31T03:24:04.6502931Z 244 | where
2020-10-31T03:24:04.6503276Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.6504122Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.6504613Z |
2020-10-31T03:24:04.6505427Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.6506193Z help: consider further restricting type parameter `T`
2020-10-31T03:24:04.6506617Z |
2020-10-31T03:24:04.6507023Z 183 | V: ::num_traits::Num + ::Conversion<V>, T: Integer
2020-10-31T03:24:04.6507439Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.6507640Z
2020-10-31T03:24:04.6633840Z error[E0277]: the trait bound `I: Integer` is not satisfied
2020-10-31T03:24:04.6635373Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.6635990Z |
2020-10-31T03:24:04.6636298Z 175 | for Quantity<
2020-10-31T03:24:04.6636615Z | _____________________^
2020-10-31T03:24:04.6637158Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.6637616Z 177 | | Ul,
2020-10-31T03:24:04.6637899Z 178 | | V,
2020-10-31T03:24:04.6638171Z 179 | | >
2020-10-31T03:24:04.6638584Z | |_________________^ the trait `Integer` is not implemented for `I`
2020-10-31T03:24:04.6638977Z ...
2020-10-31T03:24:04.6639384Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:04.6640082Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.6640428Z |
2020-10-31T03:24:04.6641566Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.6642180Z |
2020-10-31T03:24:04.6642518Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.6643128Z | -------- required by a bound in this
2020-10-31T03:24:04.6643514Z 244 | where
2020-10-31T03:24:04.6643865Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.6644698Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.6645072Z |
2020-10-31T03:24:04.6645870Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.6646649Z help: consider further restricting type parameter `I`
2020-10-31T03:24:04.6647070Z |
2020-10-31T03:24:04.6647465Z 183 | V: ::num_traits::Num + ::Conversion<V>, I: Integer
2020-10-31T03:24:04.6647884Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.6648103Z
2020-10-31T03:24:04.6772429Z error[E0277]: the trait bound `Th: Integer` is not satisfied
2020-10-31T03:24:04.6773943Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.6774573Z |
2020-10-31T03:24:04.6774881Z 175 | for Quantity<
2020-10-31T03:24:04.6775203Z | _____________________^
2020-10-31T03:24:04.6775857Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.6776288Z 177 | | Ul,
2020-10-31T03:24:04.6776571Z 178 | | V,
2020-10-31T03:24:04.6776856Z 179 | | >
2020-10-31T03:24:04.6777270Z | |_________________^ the trait `Integer` is not implemented for `Th`
2020-10-31T03:24:04.6777668Z ...
2020-10-31T03:24:04.6778062Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:04.6778764Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.6779112Z |
2020-10-31T03:24:04.6780274Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.6780895Z |
2020-10-31T03:24:04.6781235Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.6781837Z | -------- required by a bound in this
2020-10-31T03:24:04.6782203Z 244 | where
2020-10-31T03:24:04.6782654Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.6783508Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.6783886Z |
2020-10-31T03:24:04.6784688Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.6785460Z help: consider further restricting type parameter `Th`
2020-10-31T03:24:04.6785889Z |
2020-10-31T03:24:04.6786289Z 183 | V: ::num_traits::Num + ::Conversion<V>, Th: Integer
2020-10-31T03:24:04.6786733Z | ^^^^^^^^^^^^^
2020-10-31T03:24:04.6786934Z
2020-10-31T03:24:04.6910578Z error[E0277]: the trait bound `N: Integer` is not satisfied
2020-10-31T03:24:04.6912090Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.6912704Z |
2020-10-31T03:24:04.6913038Z 175 | for Quantity<
2020-10-31T03:24:04.6913363Z | _____________________^
2020-10-31T03:24:04.6913805Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.6914237Z 177 | | Ul,
2020-10-31T03:24:04.6914519Z 178 | | V,
2020-10-31T03:24:04.6914790Z 179 | | >
2020-10-31T03:24:04.6915203Z | |_________________^ the trait `Integer` is not implemented for `N`
2020-10-31T03:24:04.6915599Z ...
2020-10-31T03:24:04.6916006Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:04.6916691Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.6917144Z |
2020-10-31T03:24:04.6918303Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.6918924Z |
2020-10-31T03:24:04.6919264Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.6919891Z | -------- required by a bound in this
2020-10-31T03:24:04.6920254Z 244 | where
2020-10-31T03:24:04.6920602Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.6921433Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.6921809Z |
2020-10-31T03:24:04.6922610Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.6923389Z help: consider further restricting type parameter `N`
2020-10-31T03:24:04.6923809Z |
2020-10-31T03:24:04.6924205Z 183 | V: ::num_traits::Num + ::Conversion<V>, N: Integer
2020-10-31T03:24:04.6924627Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.6924843Z
2020-10-31T03:24:04.7072603Z error[E0277]: the trait bound `J: Integer` is not satisfied
2020-10-31T03:24:04.7074144Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.7074988Z |
2020-10-31T03:24:04.7075326Z 175 | for Quantity<
2020-10-31T03:24:04.7075639Z | _____________________^
2020-10-31T03:24:04.7076068Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.7076497Z 177 | | Ul,
2020-10-31T03:24:04.7076781Z 178 | | V,
2020-10-31T03:24:04.7077171Z 179 | | >
2020-10-31T03:24:04.7077585Z | |_________________^ the trait `Integer` is not implemented for `J`
2020-10-31T03:24:04.7077974Z ...
2020-10-31T03:24:04.7078369Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:04.7079082Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.7079431Z |
2020-10-31T03:24:04.7080590Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.7081219Z |
2020-10-31T03:24:04.7081564Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.7082277Z | -------- required by a bound in this
2020-10-31T03:24:04.7082639Z 244 | where
2020-10-31T03:24:04.7082985Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.7083836Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.7084215Z |
2020-10-31T03:24:04.7085017Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.7085787Z help: consider further restricting type parameter `J`
2020-10-31T03:24:04.7086212Z |
2020-10-31T03:24:04.7086606Z 183 | V: ::num_traits::Num + ::Conversion<V>, J: Integer
2020-10-31T03:24:04.7087035Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.7087236Z
2020-10-31T03:24:04.7222151Z error[E0277]: the trait bound `L: Integer` is not satisfied
2020-10-31T03:24:04.7223732Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.7224363Z |
2020-10-31T03:24:04.7224671Z 175 | for Quantity<
2020-10-31T03:24:04.7224984Z | _____________________^
2020-10-31T03:24:04.7225412Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.7225849Z 177 | | Ul,
2020-10-31T03:24:04.7226127Z 178 | | V,
2020-10-31T03:24:04.7226393Z 179 | | >
2020-10-31T03:24:04.7226803Z | |_________________^ the trait `Integer` is not implemented for `L`
2020-10-31T03:24:04.7227194Z ...
2020-10-31T03:24:04.7227583Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:04.7228285Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.7228627Z |
2020-10-31T03:24:04.7229769Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.7230396Z |
2020-10-31T03:24:04.7230739Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.7231355Z | -------- required by a bound in this
2020-10-31T03:24:04.7231717Z 244 | where
2020-10-31T03:24:04.7232062Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.7232882Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.7233259Z |
2020-10-31T03:24:04.7234058Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.7234837Z help: consider further restricting type parameter `L`
2020-10-31T03:24:04.7235260Z |
2020-10-31T03:24:04.7235651Z 183 | V: ::num_traits::Num + ::Conversion<V>, L: Integer
2020-10-31T03:24:04.7236061Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.7236277Z
2020-10-31T03:24:04.7328187Z error[E0277]: the trait bound `M: Integer` is not satisfied
2020-10-31T03:24:04.7329874Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.7330491Z |
2020-10-31T03:24:04.7330811Z 175 | for Quantity<
2020-10-31T03:24:04.7331126Z | _____________________^
2020-10-31T03:24:04.7331550Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.7331976Z 177 | | Ul,
2020-10-31T03:24:04.7332256Z 178 | | V,
2020-10-31T03:24:04.7332524Z 179 | | >
2020-10-31T03:24:04.7332948Z | |_________________^ the trait `Integer` is not implemented for `M`
2020-10-31T03:24:04.7333342Z ...
2020-10-31T03:24:04.7333732Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:04.7334415Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.7334761Z |
2020-10-31T03:24:04.7336022Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.7336671Z |
2020-10-31T03:24:04.7337009Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.7337618Z | -------- required by a bound in this
2020-10-31T03:24:04.7337978Z 244 | where
2020-10-31T03:24:04.7338324Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.7339161Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.7339533Z |
2020-10-31T03:24:04.7340329Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.7341091Z help: consider further restricting type parameter `M`
2020-10-31T03:24:04.7341514Z |
2020-10-31T03:24:04.7341911Z 183 | V: ::num_traits::Num + ::Conversion<V>, M: Integer
2020-10-31T03:24:04.7342342Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.7342552Z
2020-10-31T03:24:04.7509823Z error[E0277]: the trait bound `T: Integer` is not satisfied
2020-10-31T03:24:04.7511404Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.7512024Z |
2020-10-31T03:24:04.7512334Z 175 | for Quantity<
2020-10-31T03:24:04.7512644Z | _____________________^
2020-10-31T03:24:04.7513073Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.7513515Z 177 | | Ul,
2020-10-31T03:24:04.7513799Z 178 | | V,
2020-10-31T03:24:04.7514066Z 179 | | >
2020-10-31T03:24:04.7514483Z | |_________________^ the trait `Integer` is not implemented for `T`
2020-10-31T03:24:04.7514876Z ...
2020-10-31T03:24:04.7515264Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:04.7515957Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.7516317Z |
2020-10-31T03:24:04.7517620Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.7518243Z |
2020-10-31T03:24:04.7518580Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.7519184Z | -------- required by a bound in this
2020-10-31T03:24:04.7519562Z 244 | where
2020-10-31T03:24:04.7519907Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.7520730Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.7521109Z |
2020-10-31T03:24:04.7521909Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.7522691Z help: consider further restricting type parameter `T`
2020-10-31T03:24:04.7523115Z |
2020-10-31T03:24:04.7523506Z 183 | V: ::num_traits::Num + ::Conversion<V>, T: Integer
2020-10-31T03:24:04.7523927Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.7524378Z
2020-10-31T03:24:04.7617889Z error[E0277]: the trait bound `I: Integer` is not satisfied
2020-10-31T03:24:04.7619358Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.7619979Z |
2020-10-31T03:24:04.7620302Z 175 | for Quantity<
2020-10-31T03:24:04.7620614Z | _____________________^
2020-10-31T03:24:04.7621037Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.7621460Z 177 | | Ul,
2020-10-31T03:24:04.7621740Z 178 | | V,
2020-10-31T03:24:04.7622009Z 179 | | >
2020-10-31T03:24:04.7622432Z | |_________________^ the trait `Integer` is not implemented for `I`
2020-10-31T03:24:04.7622820Z ...
2020-10-31T03:24:04.7623208Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:04.7623917Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.7624474Z |
2020-10-31T03:24:04.7625623Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.7626266Z |
2020-10-31T03:24:04.7626603Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.7627206Z | -------- required by a bound in this
2020-10-31T03:24:04.7627564Z 244 | where
2020-10-31T03:24:04.7627907Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.7628723Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.7629117Z |
2020-10-31T03:24:04.7629916Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.7630681Z help: consider further restricting type parameter `I`
2020-10-31T03:24:04.7631106Z |
2020-10-31T03:24:04.7631497Z 183 | V: ::num_traits::Num + ::Conversion<V>, I: Integer
2020-10-31T03:24:04.7631940Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.7632145Z
2020-10-31T03:24:04.7794234Z error[E0277]: the trait bound `Th: Integer` is not satisfied
2020-10-31T03:24:04.7795802Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.7796411Z |
2020-10-31T03:24:04.7796720Z 175 | for Quantity<
2020-10-31T03:24:04.7797131Z | _____________________^
2020-10-31T03:24:04.7797674Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.7798111Z 177 | | Ul,
2020-10-31T03:24:04.7798391Z 178 | | V,
2020-10-31T03:24:04.7798657Z 179 | | >
2020-10-31T03:24:04.7799066Z | |_________________^ the trait `Integer` is not implemented for `Th`
2020-10-31T03:24:04.7799459Z ...
2020-10-31T03:24:04.7799873Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:04.7800597Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.7801648Z |
2020-10-31T03:24:04.7803018Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.7803649Z |
2020-10-31T03:24:04.7803990Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.7804593Z | -------- required by a bound in this
2020-10-31T03:24:04.7804964Z 244 | where
2020-10-31T03:24:04.7805308Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.7806130Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.7806509Z |
2020-10-31T03:24:04.7807311Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.7808096Z help: consider further restricting type parameter `Th`
2020-10-31T03:24:04.7808742Z |
2020-10-31T03:24:04.7809148Z 183 | V: ::num_traits::Num + ::Conversion<V>, Th: Integer
2020-10-31T03:24:04.7809575Z | ^^^^^^^^^^^^^
2020-10-31T03:24:04.7809791Z
2020-10-31T03:24:04.7902039Z error[E0277]: the trait bound `N: Integer` is not satisfied
2020-10-31T03:24:04.7903511Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.7904128Z |
2020-10-31T03:24:04.7904451Z 175 | for Quantity<
2020-10-31T03:24:04.7904764Z | _____________________^
2020-10-31T03:24:04.7905191Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.7905612Z 177 | | Ul,
2020-10-31T03:24:04.7905893Z 178 | | V,
2020-10-31T03:24:04.7906160Z 179 | | >
2020-10-31T03:24:04.7906587Z | |_________________^ the trait `Integer` is not implemented for `N`
2020-10-31T03:24:04.7907000Z ...
2020-10-31T03:24:04.7907583Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:04.7908287Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.7908634Z |
2020-10-31T03:24:04.7909771Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.7910402Z |
2020-10-31T03:24:04.7910743Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.7911340Z | -------- required by a bound in this
2020-10-31T03:24:04.7911697Z 244 | where
2020-10-31T03:24:04.7912043Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.7912865Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.7913255Z |
2020-10-31T03:24:04.7914055Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.7914827Z help: consider further restricting type parameter `N`
2020-10-31T03:24:04.7915257Z |
2020-10-31T03:24:04.7915655Z 183 | V: ::num_traits::Num + ::Conversion<V>, N: Integer
2020-10-31T03:24:04.7916090Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.7916294Z
2020-10-31T03:24:04.8109773Z error[E0277]: the trait bound `J: Integer` is not satisfied
2020-10-31T03:24:04.8111352Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:175:21
2020-10-31T03:24:04.8111971Z |
2020-10-31T03:24:04.8112276Z 175 | for Quantity<
2020-10-31T03:24:04.8112589Z | _____________________^
2020-10-31T03:24:04.8113019Z 176 | | dyn Dimension<L = L, M = M, T = T, I = I, Th = Th, N = N, J = J, Kind = dyn $b>,
2020-10-31T03:24:04.8113458Z 177 | | Ul,
2020-10-31T03:24:04.8113743Z 178 | | V,
2020-10-31T03:24:04.8114012Z 179 | | >
2020-10-31T03:24:04.8114466Z | |_________________^ the trait `Integer` is not implemented for `J`
2020-10-31T03:24:04.8114860Z ...
2020-10-31T03:24:04.8115251Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:04.8115950Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:04.8116660Z |
2020-10-31T03:24:04.8118059Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:04.8118684Z |
2020-10-31T03:24:04.8119025Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:04.8119622Z | -------- required by a bound in this
2020-10-31T03:24:04.8119992Z 244 | where
2020-10-31T03:24:04.8120339Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:04.8121159Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:04.8121539Z |
2020-10-31T03:24:04.8122342Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:04.8123353Z help: consider further restricting type parameter `J`
2020-10-31T03:24:04.8123796Z |
2020-10-31T03:24:04.8124192Z 183 | V: ::num_traits::Num + ::Conversion<V>, J: Integer
2020-10-31T03:24:04.8124607Z | ^^^^^^^^^^^^
2020-10-31T03:24:04.8124822Z
2020-10-31T03:24:05.4302942Z error[E0277]: the trait bound `<<D as si::Dimension>::L as std::ops::Neg>::Output: Integer` is not satisfied
2020-10-31T03:24:05.4304682Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:757:18
2020-10-31T03:24:05.4305334Z |
2020-10-31T03:24:05.4305678Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.4306297Z | -------- required by a bound in this
2020-10-31T03:24:05.4306660Z 244 | where
2020-10-31T03:24:05.4307009Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.4307894Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.4308489Z ...
2020-10-31T03:24:05.4309352Z 757 | ) -> Quantity<$quantities<$($crate::typenum::Negate<D::$symbol>),+>, U, V>
2020-10-31T03:24:05.4310109Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::L as std::ops::Neg>::Output`
2020-10-31T03:24:05.4310638Z |
2020-10-31T03:24:05.4311727Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.4312329Z |
2020-10-31T03:24:05.4312602Z 10 | / system! {
2020-10-31T03:24:05.4313225Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.4313812Z 12 | | ///
2020-10-31T03:24:05.4314150Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.4314494Z ... |
2020-10-31T03:24:05.4314747Z 95 | | }
2020-10-31T03:24:05.4315005Z 96 | | }
2020-10-31T03:24:05.4315497Z | |_- in this macro invocation
2020-10-31T03:24:05.4315826Z |
2020-10-31T03:24:05.4316633Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.4321734Z
2020-10-31T03:24:05.4471847Z error[E0277]: the trait bound `<<D as si::Dimension>::M as std::ops::Neg>::Output: Integer` is not satisfied
2020-10-31T03:24:05.4473537Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:757:18
2020-10-31T03:24:05.4474163Z |
2020-10-31T03:24:05.4474507Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.4475124Z | -------- required by a bound in this
2020-10-31T03:24:05.4475484Z 244 | where
2020-10-31T03:24:05.4475829Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.4476728Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.4477214Z ...
2020-10-31T03:24:05.4478101Z 757 | ) -> Quantity<$quantities<$($crate::typenum::Negate<D::$symbol>),+>, U, V>
2020-10-31T03:24:05.4478856Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::M as std::ops::Neg>::Output`
2020-10-31T03:24:05.4479384Z |
2020-10-31T03:24:05.4480460Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.4481067Z |
2020-10-31T03:24:05.4481343Z 10 | / system! {
2020-10-31T03:24:05.4481965Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.4482550Z 12 | | ///
2020-10-31T03:24:05.4482902Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.4483223Z ... |
2020-10-31T03:24:05.4483470Z 95 | | }
2020-10-31T03:24:05.4483719Z 96 | | }
2020-10-31T03:24:05.4484205Z | |_- in this macro invocation
2020-10-31T03:24:05.4484758Z |
2020-10-31T03:24:05.4485577Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.4490341Z
2020-10-31T03:24:05.4606004Z error[E0277]: the trait bound `<<D as si::Dimension>::T as std::ops::Neg>::Output: Integer` is not satisfied
2020-10-31T03:24:05.4607636Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:757:18
2020-10-31T03:24:05.4608263Z |
2020-10-31T03:24:05.4608620Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.4609237Z | -------- required by a bound in this
2020-10-31T03:24:05.4609597Z 244 | where
2020-10-31T03:24:05.4609946Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.4610823Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.4611197Z ...
2020-10-31T03:24:05.4612048Z 757 | ) -> Quantity<$quantities<$($crate::typenum::Negate<D::$symbol>),+>, U, V>
2020-10-31T03:24:05.4613030Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::T as std::ops::Neg>::Output`
2020-10-31T03:24:05.4613560Z |
2020-10-31T03:24:05.4614636Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.4615253Z |
2020-10-31T03:24:05.4615525Z 10 | / system! {
2020-10-31T03:24:05.4616145Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.4616724Z 12 | | ///
2020-10-31T03:24:05.4617060Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.4617379Z ... |
2020-10-31T03:24:05.4617644Z 95 | | }
2020-10-31T03:24:05.4617895Z 96 | | }
2020-10-31T03:24:05.4618379Z | |_- in this macro invocation
2020-10-31T03:24:05.4618710Z |
2020-10-31T03:24:05.4619510Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.4624288Z
2020-10-31T03:24:05.4813126Z error[E0277]: the trait bound `<<D as si::Dimension>::I as std::ops::Neg>::Output: Integer` is not satisfied
2020-10-31T03:24:05.4814765Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:757:18
2020-10-31T03:24:05.4815406Z |
2020-10-31T03:24:05.4815751Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.4816386Z | -------- required by a bound in this
2020-10-31T03:24:05.4816754Z 244 | where
2020-10-31T03:24:05.4817102Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.4817988Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.4818371Z ...
2020-10-31T03:24:05.4819212Z 757 | ) -> Quantity<$quantities<$($crate::typenum::Negate<D::$symbol>),+>, U, V>
2020-10-31T03:24:05.4819988Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::I as std::ops::Neg>::Output`
2020-10-31T03:24:05.4820526Z |
2020-10-31T03:24:05.4821586Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.4822193Z |
2020-10-31T03:24:05.4822484Z 10 | / system! {
2020-10-31T03:24:05.4823112Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.4823688Z 12 | | ///
2020-10-31T03:24:05.4824026Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.4824351Z ... |
2020-10-31T03:24:05.4824603Z 95 | | }
2020-10-31T03:24:05.4824873Z 96 | | }
2020-10-31T03:24:05.4825365Z | |_- in this macro invocation
2020-10-31T03:24:05.4825693Z |
2020-10-31T03:24:05.4826496Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.4831583Z
2020-10-31T03:24:05.4948823Z error[E0277]: the trait bound `<<D as si::Dimension>::Th as std::ops::Neg>::Output: Integer` is not satisfied
2020-10-31T03:24:05.4950668Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:757:18
2020-10-31T03:24:05.4951301Z |
2020-10-31T03:24:05.4951647Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.4952266Z | -------- required by a bound in this
2020-10-31T03:24:05.4952644Z 244 | where
2020-10-31T03:24:05.4952992Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.4953880Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.4954260Z ...
2020-10-31T03:24:05.4955093Z 757 | ) -> Quantity<$quantities<$($crate::typenum::Negate<D::$symbol>),+>, U, V>
2020-10-31T03:24:05.4955870Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::Th as std::ops::Neg>::Output`
2020-10-31T03:24:05.4956407Z |
2020-10-31T03:24:05.4957834Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.4958455Z |
2020-10-31T03:24:05.4958735Z 10 | / system! {
2020-10-31T03:24:05.4959371Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.4959948Z 12 | | ///
2020-10-31T03:24:05.4960283Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.4960609Z ... |
2020-10-31T03:24:05.4960862Z 95 | | }
2020-10-31T03:24:05.4961109Z 96 | | }
2020-10-31T03:24:05.4961620Z | |_- in this macro invocation
2020-10-31T03:24:05.4961949Z |
2020-10-31T03:24:05.4962744Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.4967485Z
2020-10-31T03:24:05.5160051Z error[E0277]: the trait bound `<<D as si::Dimension>::N as std::ops::Neg>::Output: Integer` is not satisfied
2020-10-31T03:24:05.5161765Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:757:18
2020-10-31T03:24:05.5162401Z |
2020-10-31T03:24:05.5162750Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.5163369Z | -------- required by a bound in this
2020-10-31T03:24:05.5163730Z 244 | where
2020-10-31T03:24:05.5164095Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.5164985Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.5165364Z ...
2020-10-31T03:24:05.5166203Z 757 | ) -> Quantity<$quantities<$($crate::typenum::Negate<D::$symbol>),+>, U, V>
2020-10-31T03:24:05.5166960Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::N as std::ops::Neg>::Output`
2020-10-31T03:24:05.5167504Z |
2020-10-31T03:24:05.5168564Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.5169179Z |
2020-10-31T03:24:05.5169452Z 10 | / system! {
2020-10-31T03:24:05.5170076Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.5170666Z 12 | | ///
2020-10-31T03:24:05.5171001Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.5171334Z ... |
2020-10-31T03:24:05.5171585Z 95 | | }
2020-10-31T03:24:05.5171834Z 96 | | }
2020-10-31T03:24:05.5172320Z | |_- in this macro invocation
2020-10-31T03:24:05.5172669Z |
2020-10-31T03:24:05.5173471Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.5178091Z
2020-10-31T03:24:05.5321193Z error[E0277]: the trait bound `<<D as si::Dimension>::J as std::ops::Neg>::Output: Integer` is not satisfied
2020-10-31T03:24:05.5322812Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:757:18
2020-10-31T03:24:05.5323679Z |
2020-10-31T03:24:05.5324032Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.5324664Z | -------- required by a bound in this
2020-10-31T03:24:05.5325043Z 244 | where
2020-10-31T03:24:05.5325388Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.5326267Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.5326643Z ...
2020-10-31T03:24:05.5327478Z 757 | ) -> Quantity<$quantities<$($crate::typenum::Negate<D::$symbol>),+>, U, V>
2020-10-31T03:24:05.5328246Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::J as std::ops::Neg>::Output`
2020-10-31T03:24:05.5328770Z |
2020-10-31T03:24:05.5329827Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.5330432Z |
2020-10-31T03:24:05.5330711Z 10 | / system! {
2020-10-31T03:24:05.5331449Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.5332032Z 12 | | ///
2020-10-31T03:24:05.5332366Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.5332689Z ... |
2020-10-31T03:24:05.5332938Z 95 | | }
2020-10-31T03:24:05.5333188Z 96 | | }
2020-10-31T03:24:05.5333687Z | |_- in this macro invocation
2020-10-31T03:24:05.5334031Z |
2020-10-31T03:24:05.5334827Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.5339336Z
2020-10-31T03:24:05.5521610Z error[E0277]: the trait bound `<<D as si::Dimension>::L as std::ops::Mul<E>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.5523215Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:784:18
2020-10-31T03:24:05.5523839Z |
2020-10-31T03:24:05.5524183Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.5524831Z | -------- required by a bound in this
2020-10-31T03:24:05.5525211Z 244 | where
2020-10-31T03:24:05.5525559Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.5526437Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.5526819Z ...
2020-10-31T03:24:05.5527658Z 784 | ) -> Quantity<$quantities<$($crate::typenum::Prod<D::$symbol, E>),+>, U, V>
2020-10-31T03:24:05.5528432Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::L as std::ops::Mul<E>>::Output`
2020-10-31T03:24:05.5528960Z |
2020-10-31T03:24:05.5530011Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.5530616Z |
2020-10-31T03:24:05.5530886Z 10 | / system! {
2020-10-31T03:24:05.5531521Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.5532116Z 12 | | ///
2020-10-31T03:24:05.5532450Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.5532772Z ... |
2020-10-31T03:24:05.5533024Z 95 | | }
2020-10-31T03:24:05.5533273Z 96 | | }
2020-10-31T03:24:05.5533771Z | |_- in this macro invocation
2020-10-31T03:24:05.5534148Z |
2020-10-31T03:24:05.5534945Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.5539447Z
2020-10-31T03:24:05.5689678Z error[E0277]: the trait bound `<<D as si::Dimension>::M as std::ops::Mul<E>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.5691279Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:784:18
2020-10-31T03:24:05.5691910Z |
2020-10-31T03:24:05.5692258Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.5692893Z | -------- required by a bound in this
2020-10-31T03:24:05.5693455Z 244 | where
2020-10-31T03:24:05.5693811Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.5694708Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.5695087Z ...
2020-10-31T03:24:05.5695925Z 784 | ) -> Quantity<$quantities<$($crate::typenum::Prod<D::$symbol, E>),+>, U, V>
2020-10-31T03:24:05.5696700Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::M as std::ops::Mul<E>>::Output`
2020-10-31T03:24:05.5697229Z |
2020-10-31T03:24:05.5698396Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.5698996Z |
2020-10-31T03:24:05.5699270Z 10 | / system! {
2020-10-31T03:24:05.5699907Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.5700483Z 12 | | ///
2020-10-31T03:24:05.5700879Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.5701301Z ... |
2020-10-31T03:24:05.5701553Z 95 | | }
2020-10-31T03:24:05.5701804Z 96 | | }
2020-10-31T03:24:05.5702315Z | |_- in this macro invocation
2020-10-31T03:24:05.5702643Z |
2020-10-31T03:24:05.5703442Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.5707963Z
2020-10-31T03:24:05.5840693Z error[E0277]: the trait bound `<<D as si::Dimension>::T as std::ops::Mul<E>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.5842268Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:784:18
2020-10-31T03:24:05.5842898Z |
2020-10-31T03:24:05.5843242Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.5843867Z | -------- required by a bound in this
2020-10-31T03:24:05.5844227Z 244 | where
2020-10-31T03:24:05.5844593Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.5845479Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.5845858Z ...
2020-10-31T03:24:05.5846698Z 784 | ) -> Quantity<$quantities<$($crate::typenum::Prod<D::$symbol, E>),+>, U, V>
2020-10-31T03:24:05.5847469Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::T as std::ops::Mul<E>>::Output`
2020-10-31T03:24:05.5848001Z |
2020-10-31T03:24:05.5849063Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.5849670Z |
2020-10-31T03:24:05.5849941Z 10 | / system! {
2020-10-31T03:24:05.5850572Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.5851146Z 12 | | ///
2020-10-31T03:24:05.5851480Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.5851809Z ... |
2020-10-31T03:24:05.5852061Z 95 | | }
2020-10-31T03:24:05.5852315Z 96 | | }
2020-10-31T03:24:05.5852818Z | |_- in this macro invocation
2020-10-31T03:24:05.5853141Z |
2020-10-31T03:24:05.5853935Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.5858357Z
2020-10-31T03:24:05.6042066Z error[E0277]: the trait bound `<<D as si::Dimension>::I as std::ops::Mul<E>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.6043654Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:784:18
2020-10-31T03:24:05.6044288Z |
2020-10-31T03:24:05.6044633Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.6045263Z | -------- required by a bound in this
2020-10-31T03:24:05.6045627Z 244 | where
2020-10-31T03:24:05.6045979Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.6046853Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.6047469Z ...
2020-10-31T03:24:05.6048348Z 784 | ) -> Quantity<$quantities<$($crate::typenum::Prod<D::$symbol, E>),+>, U, V>
2020-10-31T03:24:05.6049110Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::I as std::ops::Mul<E>>::Output`
2020-10-31T03:24:05.6049682Z |
2020-10-31T03:24:05.6050742Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.6051346Z |
2020-10-31T03:24:05.6051640Z 10 | / system! {
2020-10-31T03:24:05.6052257Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.6052834Z 12 | | ///
2020-10-31T03:24:05.6053171Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.6053495Z ... |
2020-10-31T03:24:05.6053747Z 95 | | }
2020-10-31T03:24:05.6054020Z 96 | | }
2020-10-31T03:24:05.6054510Z | |_- in this macro invocation
2020-10-31T03:24:05.6054932Z |
2020-10-31T03:24:05.6055744Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.6060311Z
2020-10-31T03:24:05.6159424Z error[E0277]: the trait bound `<<D as si::Dimension>::Th as std::ops::Mul<E>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.6161041Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:784:18
2020-10-31T03:24:05.6161669Z |
2020-10-31T03:24:05.6162029Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.6162639Z | -------- required by a bound in this
2020-10-31T03:24:05.6163001Z 244 | where
2020-10-31T03:24:05.6163349Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.6164216Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.6164597Z ...
2020-10-31T03:24:05.6165477Z 784 | ) -> Quantity<$quantities<$($crate::typenum::Prod<D::$symbol, E>),+>, U, V>
2020-10-31T03:24:05.6166242Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::Th as std::ops::Mul<E>>::Output`
2020-10-31T03:24:05.6166778Z |
2020-10-31T03:24:05.6167828Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.6168429Z |
2020-10-31T03:24:05.6168722Z 10 | / system! {
2020-10-31T03:24:05.6169339Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.6169917Z 12 | | ///
2020-10-31T03:24:05.6170256Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.6170576Z ... |
2020-10-31T03:24:05.6170825Z 95 | | }
2020-10-31T03:24:05.6171090Z 96 | | }
2020-10-31T03:24:05.6171575Z | |_- in this macro invocation
2020-10-31T03:24:05.6171908Z |
2020-10-31T03:24:05.6172714Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.6177146Z
2020-10-31T03:24:05.6322299Z error[E0277]: the trait bound `<<D as si::Dimension>::N as std::ops::Mul<E>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.6323901Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:784:18
2020-10-31T03:24:05.6324529Z |
2020-10-31T03:24:05.6324886Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.6325504Z | -------- required by a bound in this
2020-10-31T03:24:05.6325872Z 244 | where
2020-10-31T03:24:05.6326221Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.6327095Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.6327472Z ...
2020-10-31T03:24:05.6328328Z 784 | ) -> Quantity<$quantities<$($crate::typenum::Prod<D::$symbol, E>),+>, U, V>
2020-10-31T03:24:05.6329308Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::N as std::ops::Mul<E>>::Output`
2020-10-31T03:24:05.6329842Z |
2020-10-31T03:24:05.6330909Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.6331528Z |
2020-10-31T03:24:05.6331805Z 10 | / system! {
2020-10-31T03:24:05.6332423Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.6333002Z 12 | | ///
2020-10-31T03:24:05.6333337Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.6333654Z ... |
2020-10-31T03:24:05.6333904Z 95 | | }
2020-10-31T03:24:05.6334173Z 96 | | }
2020-10-31T03:24:05.6334659Z | |_- in this macro invocation
2020-10-31T03:24:05.6334987Z |
2020-10-31T03:24:05.6335786Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.6340310Z
2020-10-31T03:24:05.6521575Z error[E0277]: the trait bound `<<D as si::Dimension>::J as std::ops::Mul<E>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.6523211Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:784:18
2020-10-31T03:24:05.6523839Z |
2020-10-31T03:24:05.6524200Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.6524818Z | -------- required by a bound in this
2020-10-31T03:24:05.6525184Z 244 | where
2020-10-31T03:24:05.6525533Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.6526415Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.6526795Z ...
2020-10-31T03:24:05.6527641Z 784 | ) -> Quantity<$quantities<$($crate::typenum::Prod<D::$symbol, E>),+>, U, V>
2020-10-31T03:24:05.6528407Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::J as std::ops::Mul<E>>::Output`
2020-10-31T03:24:05.6528945Z |
2020-10-31T03:24:05.6530001Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.6530615Z |
2020-10-31T03:24:05.6530885Z 10 | / system! {
2020-10-31T03:24:05.6531503Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.6532078Z 12 | | ///
2020-10-31T03:24:05.6532412Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.6532728Z ... |
2020-10-31T03:24:05.6532987Z 95 | | }
2020-10-31T03:24:05.6533238Z 96 | | }
2020-10-31T03:24:05.6533720Z | |_- in this macro invocation
2020-10-31T03:24:05.6534048Z |
2020-10-31T03:24:05.6534846Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.6539519Z
2020-10-31T03:24:05.6743184Z error[E0277]: the trait bound `<<Dl as si::Dimension>::L as std::ops::Add<<Dr as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.6744878Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:05.6745528Z |
2020-10-31T03:24:05.6745873Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.6746487Z | -------- required by a bound in this
2020-10-31T03:24:05.6746852Z 244 | where
2020-10-31T03:24:05.6747199Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.6748082Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.6748474Z ...
2020-10-31T03:24:05.6748808Z 453 | / type Output = Quantity<
2020-10-31T03:24:05.6749384Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:05.6749896Z 455 | | Ul, V>;
2020-10-31T03:24:05.6750738Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::L as std::ops::Add<<Dr as si::Dimension>::L>>::Output`
2020-10-31T03:24:05.6751329Z |
2020-10-31T03:24:05.6752412Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.6753020Z |
2020-10-31T03:24:05.6753295Z 10 | / system! {
2020-10-31T03:24:05.6753912Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.6754489Z 12 | | ///
2020-10-31T03:24:05.6754839Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.6755160Z ... |
2020-10-31T03:24:05.6755408Z 95 | | }
2020-10-31T03:24:05.6755662Z 96 | | }
2020-10-31T03:24:05.6756143Z | |_- in this macro invocation
2020-10-31T03:24:05.6756472Z |
2020-10-31T03:24:05.6757422Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.6762103Z
2020-10-31T03:24:05.6910920Z error[E0277]: the trait bound `<<Dl as si::Dimension>::M as std::ops::Add<<Dr as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.6912605Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:05.6913232Z |
2020-10-31T03:24:05.6913576Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.6914190Z | -------- required by a bound in this
2020-10-31T03:24:05.6914549Z 244 | where
2020-10-31T03:24:05.6914911Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.6915787Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.6916167Z ...
2020-10-31T03:24:05.6916504Z 453 | / type Output = Quantity<
2020-10-31T03:24:05.6917204Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:05.6917736Z 455 | | Ul, V>;
2020-10-31T03:24:05.6918366Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::M as std::ops::Add<<Dr as si::Dimension>::M>>::Output`
2020-10-31T03:24:05.6918944Z |
2020-10-31T03:24:05.6920023Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.6920629Z |
2020-10-31T03:24:05.6920915Z 10 | / system! {
2020-10-31T03:24:05.6921527Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.6922102Z 12 | | ///
2020-10-31T03:24:05.6922434Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.6922751Z ... |
2020-10-31T03:24:05.6922999Z 95 | | }
2020-10-31T03:24:05.6923247Z 96 | | }
2020-10-31T03:24:05.6923746Z | |_- in this macro invocation
2020-10-31T03:24:05.6924073Z |
2020-10-31T03:24:05.6924868Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.6929462Z
2020-10-31T03:24:05.7087658Z error[E0277]: the trait bound `<<Dl as si::Dimension>::T as std::ops::Add<<Dr as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.7089327Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:05.7089959Z |
2020-10-31T03:24:05.7090317Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.7090931Z | -------- required by a bound in this
2020-10-31T03:24:05.7091299Z 244 | where
2020-10-31T03:24:05.7091648Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.7092531Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.7092911Z ...
2020-10-31T03:24:05.7093253Z 453 | / type Output = Quantity<
2020-10-31T03:24:05.7093829Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:05.7094560Z 455 | | Ul, V>;
2020-10-31T03:24:05.7095194Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::T as std::ops::Add<<Dr as si::Dimension>::T>>::Output`
2020-10-31T03:24:05.7095767Z |
2020-10-31T03:24:05.7096859Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.7097462Z |
2020-10-31T03:24:05.7097736Z 10 | / system! {
2020-10-31T03:24:05.7098352Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.7098924Z 12 | | ///
2020-10-31T03:24:05.7099257Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.7099592Z ... |
2020-10-31T03:24:05.7099837Z 95 | | }
2020-10-31T03:24:05.7100085Z 96 | | }
2020-10-31T03:24:05.7100564Z | |_- in this macro invocation
2020-10-31T03:24:05.7100890Z |
2020-10-31T03:24:05.7102116Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.7106656Z
2020-10-31T03:24:05.7258345Z error[E0277]: the trait bound `<<Dl as si::Dimension>::I as std::ops::Add<<Dr as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.7260065Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:05.7260696Z |
2020-10-31T03:24:05.7261036Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.7261654Z | -------- required by a bound in this
2020-10-31T03:24:05.7262012Z 244 | where
2020-10-31T03:24:05.7262358Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.7263254Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.7263629Z ...
2020-10-31T03:24:05.7263959Z 453 | / type Output = Quantity<
2020-10-31T03:24:05.7264554Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:05.7265074Z 455 | | Ul, V>;
2020-10-31T03:24:05.7265872Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::I as std::ops::Add<<Dr as si::Dimension>::I>>::Output`
2020-10-31T03:24:05.7266472Z |
2020-10-31T03:24:05.7267696Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.7268349Z |
2020-10-31T03:24:05.7268751Z 10 | / system! {
2020-10-31T03:24:05.7269410Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.7270026Z 12 | | ///
2020-10-31T03:24:05.7270399Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.7270762Z ... |
2020-10-31T03:24:05.7271076Z 95 | | }
2020-10-31T03:24:05.7271366Z 96 | | }
2020-10-31T03:24:05.7271967Z | |_- in this macro invocation
2020-10-31T03:24:05.7272343Z |
2020-10-31T03:24:05.7273184Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.7277976Z
2020-10-31T03:24:05.7427860Z error[E0277]: the trait bound `<<Dl as si::Dimension>::Th as std::ops::Add<<Dr as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.7429625Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:05.7430300Z |
2020-10-31T03:24:05.7430738Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.7431423Z | -------- required by a bound in this
2020-10-31T03:24:05.7431827Z 244 | where
2020-10-31T03:24:05.7432214Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.7433174Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.7433596Z ...
2020-10-31T03:24:05.7447927Z 453 | / type Output = Quantity<
2020-10-31T03:24:05.7448871Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:05.7449388Z 455 | | Ul, V>;
2020-10-31T03:24:05.7450027Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::Th as std::ops::Add<<Dr as si::Dimension>::Th>>::Output`
2020-10-31T03:24:05.7450628Z |
2020-10-31T03:24:05.7451964Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.7452571Z |
2020-10-31T03:24:05.7452844Z 10 | / system! {
2020-10-31T03:24:05.7453470Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.7454073Z 12 | | ///
2020-10-31T03:24:05.7454410Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.7454733Z ... |
2020-10-31T03:24:05.7454982Z 95 | | }
2020-10-31T03:24:05.7455234Z 96 | | }
2020-10-31T03:24:05.7455735Z | |_- in this macro invocation
2020-10-31T03:24:05.7456077Z |
2020-10-31T03:24:05.7456981Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.7478733Z
2020-10-31T03:24:05.7599095Z error[E0277]: the trait bound `<<Dl as si::Dimension>::N as std::ops::Add<<Dr as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.7600720Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:05.7601389Z |
2020-10-31T03:24:05.7601733Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.7602350Z | -------- required by a bound in this
2020-10-31T03:24:05.7602726Z 244 | where
2020-10-31T03:24:05.7603071Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.7603950Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.7604328Z ...
2020-10-31T03:24:05.7604685Z 453 | / type Output = Quantity<
2020-10-31T03:24:05.7605267Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:05.7605799Z 455 | | Ul, V>;
2020-10-31T03:24:05.7606424Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::N as std::ops::Add<<Dr as si::Dimension>::N>>::Output`
2020-10-31T03:24:05.7606998Z |
2020-10-31T03:24:05.7608056Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.7608666Z |
2020-10-31T03:24:05.7608955Z 10 | / system! {
2020-10-31T03:24:05.7609581Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.7610158Z 12 | | ///
2020-10-31T03:24:05.7610494Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.7610815Z ... |
2020-10-31T03:24:05.7611069Z 95 | | }
2020-10-31T03:24:05.7611342Z 96 | | }
2020-10-31T03:24:05.7611831Z | |_- in this macro invocation
2020-10-31T03:24:05.7612161Z |
2020-10-31T03:24:05.7612960Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.7617686Z
2020-10-31T03:24:05.7779305Z error[E0277]: the trait bound `<<Dl as si::Dimension>::J as std::ops::Add<<Dr as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.7780974Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:05.7781602Z |
2020-10-31T03:24:05.7781960Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.7782572Z | -------- required by a bound in this
2020-10-31T03:24:05.7782928Z 244 | where
2020-10-31T03:24:05.7783274Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.7784144Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.7784767Z ...
2020-10-31T03:24:05.7785131Z 453 | / type Output = Quantity<
2020-10-31T03:24:05.7785703Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:05.7786218Z 455 | | Ul, V>;
2020-10-31T03:24:05.7786848Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::J as std::ops::Add<<Dr as si::Dimension>::J>>::Output`
2020-10-31T03:24:05.7787427Z |
2020-10-31T03:24:05.7788523Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.7789130Z |
2020-10-31T03:24:05.7789403Z 10 | / system! {
2020-10-31T03:24:05.7790027Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.7790612Z 12 | | ///
2020-10-31T03:24:05.7790961Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.7791288Z ... |
2020-10-31T03:24:05.7791540Z 95 | | }
2020-10-31T03:24:05.7791927Z 96 | | }
2020-10-31T03:24:05.7792433Z | |_- in this macro invocation
2020-10-31T03:24:05.7792761Z |
2020-10-31T03:24:05.7793557Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.7798453Z
2020-10-31T03:24:05.7921771Z error[E0277]: the trait bound `<<Dl as si::Dimension>::L as std::ops::Add<<Dr as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.7923484Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:05.7924117Z |
2020-10-31T03:24:05.7924460Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.7925073Z | -------- required by a bound in this
2020-10-31T03:24:05.7925430Z 244 | where
2020-10-31T03:24:05.7925793Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.7926672Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.7927083Z ...
2020-10-31T03:24:05.7927928Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:05.7928713Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::L as std::ops::Add<<Dr as si::Dimension>::L>>::Output`
2020-10-31T03:24:05.7929322Z |
2020-10-31T03:24:05.7930378Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.7930985Z |
2020-10-31T03:24:05.7931261Z 10 | / system! {
2020-10-31T03:24:05.7931884Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.7932463Z 12 | | ///
2020-10-31T03:24:05.7932814Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.7933137Z ... |
2020-10-31T03:24:05.7933386Z 95 | | }
2020-10-31T03:24:05.7933642Z 96 | | }
2020-10-31T03:24:05.7934131Z | |_- in this macro invocation
2020-10-31T03:24:05.7934458Z |
2020-10-31T03:24:05.7935272Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.7939956Z
2020-10-31T03:24:05.8131923Z error[E0277]: the trait bound `<<Dl as si::Dimension>::M as std::ops::Add<<Dr as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.8133621Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:05.8134252Z |
2020-10-31T03:24:05.8134598Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.8135219Z | -------- required by a bound in this
2020-10-31T03:24:05.8135585Z 244 | where
2020-10-31T03:24:05.8135952Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.8136829Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.8137442Z ...
2020-10-31T03:24:05.8138308Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:05.8139111Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::M as std::ops::Add<<Dr as si::Dimension>::M>>::Output`
2020-10-31T03:24:05.8139726Z |
2020-10-31T03:24:05.8140784Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.8141387Z |
2020-10-31T03:24:05.8141664Z 10 | / system! {
2020-10-31T03:24:05.8142286Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.8142884Z 12 | | ///
2020-10-31T03:24:05.8143221Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.8143545Z ... |
2020-10-31T03:24:05.8143797Z 95 | | }
2020-10-31T03:24:05.8144050Z 96 | | }
2020-10-31T03:24:05.8144541Z | |_- in this macro invocation
2020-10-31T03:24:05.8144873Z |
2020-10-31T03:24:05.8145799Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.8150441Z
2020-10-31T03:24:05.8266595Z error[E0277]: the trait bound `<<Dl as si::Dimension>::T as std::ops::Add<<Dr as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.8268278Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:05.8268909Z |
2020-10-31T03:24:05.8269254Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.8269877Z | -------- required by a bound in this
2020-10-31T03:24:05.8270260Z 244 | where
2020-10-31T03:24:05.8270605Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.8271485Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.8271864Z ...
2020-10-31T03:24:05.8272738Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:05.8273549Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::T as std::ops::Add<<Dr as si::Dimension>::T>>::Output`
2020-10-31T03:24:05.8274138Z |
2020-10-31T03:24:05.8275187Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.8275796Z |
2020-10-31T03:24:05.8276073Z 10 | / system! {
2020-10-31T03:24:05.8276693Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.8277401Z 12 | | ///
2020-10-31T03:24:05.8277784Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.8278105Z ... |
2020-10-31T03:24:05.8278356Z 95 | | }
2020-10-31T03:24:05.8278611Z 96 | | }
2020-10-31T03:24:05.8279105Z | |_- in this macro invocation
2020-10-31T03:24:05.8279454Z |
2020-10-31T03:24:05.8280258Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.8284827Z
2020-10-31T03:24:05.8440231Z error[E0277]: the trait bound `<<Dl as si::Dimension>::I as std::ops::Add<<Dr as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.8441926Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:05.8442557Z |
2020-10-31T03:24:05.8442899Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.8443511Z | -------- required by a bound in this
2020-10-31T03:24:05.8443889Z 244 | where
2020-10-31T03:24:05.8444237Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.8445125Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.8445508Z ...
2020-10-31T03:24:05.8446345Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:05.8447397Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::I as std::ops::Add<<Dr as si::Dimension>::I>>::Output`
2020-10-31T03:24:05.8447996Z |
2020-10-31T03:24:05.8449073Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.8449680Z |
2020-10-31T03:24:05.8449956Z 10 | / system! {
2020-10-31T03:24:05.8450596Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.8451172Z 12 | | ///
2020-10-31T03:24:05.8451508Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.8451830Z ... |
2020-10-31T03:24:05.8452078Z 95 | | }
2020-10-31T03:24:05.8452332Z 96 | | }
2020-10-31T03:24:05.8452818Z | |_- in this macro invocation
2020-10-31T03:24:05.8453165Z |
2020-10-31T03:24:05.8454066Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.8458963Z
2020-10-31T03:24:05.8653360Z error[E0277]: the trait bound `<<Dl as si::Dimension>::Th as std::ops::Add<<Dr as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.8655057Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:05.8655681Z |
2020-10-31T03:24:05.8656024Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.8656656Z | -------- required by a bound in this
2020-10-31T03:24:05.8657019Z 244 | where
2020-10-31T03:24:05.8657369Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.8658248Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.8658623Z ...
2020-10-31T03:24:05.8659469Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:05.8660317Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::Th as std::ops::Add<<Dr as si::Dimension>::Th>>::Output`
2020-10-31T03:24:05.8660916Z |
2020-10-31T03:24:05.8661983Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.8662588Z |
2020-10-31T03:24:05.8662862Z 10 | / system! {
2020-10-31T03:24:05.8663498Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.8664076Z 12 | | ///
2020-10-31T03:24:05.8664411Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.8664732Z ... |
2020-10-31T03:24:05.8664985Z 95 | | }
2020-10-31T03:24:05.8665237Z 96 | | }
2020-10-31T03:24:05.8665738Z | |_- in this macro invocation
2020-10-31T03:24:05.8666067Z |
2020-10-31T03:24:05.8666869Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.8671786Z
2020-10-31T03:24:05.8789201Z error[E0277]: the trait bound `<<Dl as si::Dimension>::N as std::ops::Add<<Dr as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.8790893Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:05.8791518Z |
2020-10-31T03:24:05.8791863Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.8792493Z | -------- required by a bound in this
2020-10-31T03:24:05.8792851Z 244 | where
2020-10-31T03:24:05.8793199Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.8794092Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.8794468Z ...
2020-10-31T03:24:05.8795308Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:05.8796122Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::N as std::ops::Add<<Dr as si::Dimension>::N>>::Output`
2020-10-31T03:24:05.8797076Z |
2020-10-31T03:24:05.8798164Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.8798771Z |
2020-10-31T03:24:05.8799062Z 10 | / system! {
2020-10-31T03:24:05.8799685Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.8800263Z 12 | | ///
2020-10-31T03:24:05.8800597Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.8800921Z ... |
2020-10-31T03:24:05.8801171Z 95 | | }
2020-10-31T03:24:05.8801438Z 96 | | }
2020-10-31T03:24:05.8801966Z | |_- in this macro invocation
2020-10-31T03:24:05.8802297Z |
2020-10-31T03:24:05.8803101Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.8808308Z
2020-10-31T03:24:05.8963734Z error[E0277]: the trait bound `<<Dl as si::Dimension>::J as std::ops::Add<<Dr as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.8965454Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:05.8966081Z |
2020-10-31T03:24:05.8966443Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.8967056Z | -------- required by a bound in this
2020-10-31T03:24:05.8967418Z 244 | where
2020-10-31T03:24:05.8967767Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.8968658Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.8969036Z ...
2020-10-31T03:24:05.8969888Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:05.8970693Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::J as std::ops::Add<<Dr as si::Dimension>::J>>::Output`
2020-10-31T03:24:05.8971300Z |
2020-10-31T03:24:05.8972356Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.8972977Z |
2020-10-31T03:24:05.8973256Z 10 | / system! {
2020-10-31T03:24:05.8973874Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.8974453Z 12 | | ///
2020-10-31T03:24:05.8974792Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.8975116Z ... |
2020-10-31T03:24:05.8975368Z 95 | | }
2020-10-31T03:24:05.8975635Z 96 | | }
2020-10-31T03:24:05.8976121Z | |_- in this macro invocation
2020-10-31T03:24:05.8976452Z |
2020-10-31T03:24:05.8977252Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.8982131Z
2020-10-31T03:24:05.9199865Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.9201539Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:05.9202228Z |
2020-10-31T03:24:05.9202586Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.9203203Z | -------- required by a bound in this
2020-10-31T03:24:05.9203565Z 244 | where
2020-10-31T03:24:05.9203910Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.9204796Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.9205191Z ...
2020-10-31T03:24:05.9205528Z 538 | / type Output = Quantity<
2020-10-31T03:24:05.9205930Z 539 | | $quantities<
2020-10-31T03:24:05.9206382Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:05.9206843Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:05.9207451Z 542 | | D::$symbol>,)+
2020-10-31T03:24:05.9207813Z 543 | | D::Kind>,
2020-10-31T03:24:05.9208130Z 544 | | U, V>;
2020-10-31T03:24:05.9208696Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::L>>::Output`
2020-10-31T03:24:05.9209227Z |
2020-10-31T03:24:05.9210313Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.9210937Z |
2020-10-31T03:24:05.9211213Z 10 | / system! {
2020-10-31T03:24:05.9211836Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.9212415Z 12 | | ///
2020-10-31T03:24:05.9212752Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.9213078Z ... |
2020-10-31T03:24:05.9213335Z 95 | | }
2020-10-31T03:24:05.9213591Z 96 | | }
2020-10-31T03:24:05.9214177Z | |_- in this macro invocation
2020-10-31T03:24:05.9214533Z |
2020-10-31T03:24:05.9215345Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.9220221Z
2020-10-31T03:24:05.9367469Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.9369123Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:05.9369750Z |
2020-10-31T03:24:05.9370093Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.9370707Z | -------- required by a bound in this
2020-10-31T03:24:05.9371080Z 244 | where
2020-10-31T03:24:05.9371430Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.9372311Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.9372716Z ...
2020-10-31T03:24:05.9373063Z 538 | / type Output = Quantity<
2020-10-31T03:24:05.9373469Z 539 | | $quantities<
2020-10-31T03:24:05.9373938Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:05.9374394Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:05.9374773Z 542 | | D::$symbol>,)+
2020-10-31T03:24:05.9375114Z 543 | | D::Kind>,
2020-10-31T03:24:05.9375427Z 544 | | U, V>;
2020-10-31T03:24:05.9376007Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::M>>::Output`
2020-10-31T03:24:05.9376537Z |
2020-10-31T03:24:05.9377604Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.9378208Z |
2020-10-31T03:24:05.9378491Z 10 | / system! {
2020-10-31T03:24:05.9379122Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.9379714Z 12 | | ///
2020-10-31T03:24:05.9380051Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.9380376Z ... |
2020-10-31T03:24:05.9380624Z 95 | | }
2020-10-31T03:24:05.9380876Z 96 | | }
2020-10-31T03:24:05.9381360Z | |_- in this macro invocation
2020-10-31T03:24:05.9381701Z |
2020-10-31T03:24:05.9382501Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.9387356Z
2020-10-31T03:24:05.9540374Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.9542018Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:05.9542654Z |
2020-10-31T03:24:05.9542996Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.9543894Z | -------- required by a bound in this
2020-10-31T03:24:05.9544276Z 244 | where
2020-10-31T03:24:05.9544624Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.9545516Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.9545895Z ...
2020-10-31T03:24:05.9546235Z 538 | / type Output = Quantity<
2020-10-31T03:24:05.9546639Z 539 | | $quantities<
2020-10-31T03:24:05.9547101Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:05.9547560Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:05.9547933Z 542 | | D::$symbol>,)+
2020-10-31T03:24:05.9548273Z 543 | | D::Kind>,
2020-10-31T03:24:05.9548585Z 544 | | U, V>;
2020-10-31T03:24:05.9549264Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::T>>::Output`
2020-10-31T03:24:05.9549796Z |
2020-10-31T03:24:05.9550886Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.9551489Z |
2020-10-31T03:24:05.9551764Z 10 | / system! {
2020-10-31T03:24:05.9552401Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.9552977Z 12 | | ///
2020-10-31T03:24:05.9553312Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.9553634Z ... |
2020-10-31T03:24:05.9553883Z 95 | | }
2020-10-31T03:24:05.9554136Z 96 | | }
2020-10-31T03:24:05.9554620Z | |_- in this macro invocation
2020-10-31T03:24:05.9554962Z |
2020-10-31T03:24:05.9555763Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.9560794Z
2020-10-31T03:24:05.9715158Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.9716807Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:05.9717537Z |
2020-10-31T03:24:05.9717885Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.9718531Z | -------- required by a bound in this
2020-10-31T03:24:05.9718897Z 244 | where
2020-10-31T03:24:05.9719246Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.9720134Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.9720511Z ...
2020-10-31T03:24:05.9720852Z 538 | / type Output = Quantity<
2020-10-31T03:24:05.9721271Z 539 | | $quantities<
2020-10-31T03:24:05.9721719Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:05.9722188Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:05.9722568Z 542 | | D::$symbol>,)+
2020-10-31T03:24:05.9722909Z 543 | | D::Kind>,
2020-10-31T03:24:05.9723222Z 544 | | U, V>;
2020-10-31T03:24:05.9723798Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::I>>::Output`
2020-10-31T03:24:05.9724319Z |
2020-10-31T03:24:05.9725389Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.9725993Z |
2020-10-31T03:24:05.9726265Z 10 | / system! {
2020-10-31T03:24:05.9726896Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.9727473Z 12 | | ///
2020-10-31T03:24:05.9727811Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.9728136Z ... |
2020-10-31T03:24:05.9728646Z 95 | | }
2020-10-31T03:24:05.9728898Z 96 | | }
2020-10-31T03:24:05.9729415Z | |_- in this macro invocation
2020-10-31T03:24:05.9729744Z |
2020-10-31T03:24:05.9730541Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.9735371Z
2020-10-31T03:24:05.9889517Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:05.9891181Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:05.9891812Z |
2020-10-31T03:24:05.9892154Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:05.9892789Z | -------- required by a bound in this
2020-10-31T03:24:05.9893149Z 244 | where
2020-10-31T03:24:05.9893498Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:05.9894393Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:05.9894798Z ...
2020-10-31T03:24:05.9895366Z 538 | / type Output = Quantity<
2020-10-31T03:24:05.9895791Z 539 | | $quantities<
2020-10-31T03:24:05.9896242Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:05.9896705Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:05.9897079Z 542 | | D::$symbol>,)+
2020-10-31T03:24:05.9897422Z 543 | | D::Kind>,
2020-10-31T03:24:05.9897751Z 544 | | U, V>;
2020-10-31T03:24:05.9898322Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::Th>>::Output`
2020-10-31T03:24:05.9898846Z |
2020-10-31T03:24:05.9899931Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:05.9900541Z |
2020-10-31T03:24:05.9900828Z 10 | / system! {
2020-10-31T03:24:05.9901455Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:05.9902033Z 12 | | ///
2020-10-31T03:24:05.9902423Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:05.9902742Z ... |
2020-10-31T03:24:05.9902990Z 95 | | }
2020-10-31T03:24:05.9903241Z 96 | | }
2020-10-31T03:24:05.9903750Z | |_- in this macro invocation
2020-10-31T03:24:05.9904079Z |
2020-10-31T03:24:05.9904880Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:05.9909861Z
2020-10-31T03:24:06.0066285Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.0067922Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.0068556Z |
2020-10-31T03:24:06.0068943Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.0069567Z | -------- required by a bound in this
2020-10-31T03:24:06.0069928Z 244 | where
2020-10-31T03:24:06.0070274Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.0071153Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.0071528Z ...
2020-10-31T03:24:06.0071887Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.0072289Z 539 | | $quantities<
2020-10-31T03:24:06.0072739Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.0073197Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.0073573Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.0073927Z 543 | | D::Kind>,
2020-10-31T03:24:06.0074242Z 544 | | U, V>;
2020-10-31T03:24:06.0075022Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::N>>::Output`
2020-10-31T03:24:06.0075554Z |
2020-10-31T03:24:06.0076641Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.0077409Z |
2020-10-31T03:24:06.0077685Z 10 | / system! {
2020-10-31T03:24:06.0078302Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.0078880Z 12 | | ///
2020-10-31T03:24:06.0079213Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.0079534Z ... |
2020-10-31T03:24:06.0079798Z 95 | | }
2020-10-31T03:24:06.0080046Z 96 | | }
2020-10-31T03:24:06.0080541Z | |_- in this macro invocation
2020-10-31T03:24:06.0080867Z |
2020-10-31T03:24:06.0081662Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.0086566Z
2020-10-31T03:24:06.0200326Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.0201973Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.0202684Z |
2020-10-31T03:24:06.0203026Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.0203645Z | -------- required by a bound in this
2020-10-31T03:24:06.0204007Z 244 | where
2020-10-31T03:24:06.0204355Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.0205235Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.0205631Z ...
2020-10-31T03:24:06.0205968Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.0206374Z 539 | | $quantities<
2020-10-31T03:24:06.0206822Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.0207294Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.0207665Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.0208019Z 543 | | D::Kind>,
2020-10-31T03:24:06.0208333Z 544 | | U, V>;
2020-10-31T03:24:06.0208902Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::J>>::Output`
2020-10-31T03:24:06.0209427Z |
2020-10-31T03:24:06.0210503Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.0211111Z |
2020-10-31T03:24:06.0211387Z 10 | / system! {
2020-10-31T03:24:06.0212003Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.0212582Z 12 | | ///
2020-10-31T03:24:06.0212915Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.0213253Z ... |
2020-10-31T03:24:06.0213502Z 95 | | }
2020-10-31T03:24:06.0213755Z 96 | | }
2020-10-31T03:24:06.0214239Z | |_- in this macro invocation
2020-10-31T03:24:06.0214566Z |
2020-10-31T03:24:06.0215368Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.0220081Z
2020-10-31T03:24:06.0428439Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.0430075Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.0430710Z |
2020-10-31T03:24:06.0431065Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.0431679Z | -------- required by a bound in this
2020-10-31T03:24:06.0432420Z 244 | where
2020-10-31T03:24:06.0432768Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.0433662Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.0434263Z ...
2020-10-31T03:24:06.0435150Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.0435877Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::L>>::Output`
2020-10-31T03:24:06.0436414Z |
2020-10-31T03:24:06.0437598Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.0438217Z |
2020-10-31T03:24:06.0438493Z 10 | / system! {
2020-10-31T03:24:06.0439108Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.0439682Z 12 | | ///
2020-10-31T03:24:06.0440014Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.0440337Z ... |
2020-10-31T03:24:06.0440602Z 95 | | }
2020-10-31T03:24:06.0440858Z 96 | | }
2020-10-31T03:24:06.0441347Z | |_- in this macro invocation
2020-10-31T03:24:06.0441782Z |
2020-10-31T03:24:06.0442594Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.0447313Z
2020-10-31T03:24:06.0598998Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.0600627Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.0601262Z |
2020-10-31T03:24:06.0601617Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.0602232Z | -------- required by a bound in this
2020-10-31T03:24:06.0602633Z 244 | where
2020-10-31T03:24:06.0602980Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.0603863Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.0604244Z ...
2020-10-31T03:24:06.0605140Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.0605880Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::M>>::Output`
2020-10-31T03:24:06.0606418Z |
2020-10-31T03:24:06.0607475Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.0608093Z |
2020-10-31T03:24:06.0608366Z 10 | / system! {
2020-10-31T03:24:06.0608985Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.0609558Z 12 | | ///
2020-10-31T03:24:06.0609893Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.0610211Z ... |
2020-10-31T03:24:06.0610472Z 95 | | }
2020-10-31T03:24:06.0610720Z 96 | | }
2020-10-31T03:24:06.0611202Z | |_- in this macro invocation
2020-10-31T03:24:06.0611537Z |
2020-10-31T03:24:06.0612341Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.0617216Z
2020-10-31T03:24:06.0766501Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.0768151Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.0768784Z |
2020-10-31T03:24:06.0769129Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.0769742Z | -------- required by a bound in this
2020-10-31T03:24:06.0770099Z 244 | where
2020-10-31T03:24:06.0770447Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.0771338Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.0771716Z ...
2020-10-31T03:24:06.0772557Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.0773532Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::T>>::Output`
2020-10-31T03:24:06.0774087Z |
2020-10-31T03:24:06.0781163Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.0781782Z |
2020-10-31T03:24:06.0782057Z 10 | / system! {
2020-10-31T03:24:06.0782669Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.0783248Z 12 | | ///
2020-10-31T03:24:06.0783597Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.0783921Z ... |
2020-10-31T03:24:06.0784169Z 95 | | }
2020-10-31T03:24:06.0784416Z 96 | | }
2020-10-31T03:24:06.0784905Z | |_- in this macro invocation
2020-10-31T03:24:06.0785231Z |
2020-10-31T03:24:06.0786049Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.0791013Z
2020-10-31T03:24:06.0940543Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.0942182Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.0942811Z |
2020-10-31T03:24:06.0943152Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.0943770Z | -------- required by a bound in this
2020-10-31T03:24:06.0944136Z 244 | where
2020-10-31T03:24:06.0944500Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.0945377Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.0945752Z ...
2020-10-31T03:24:06.0946597Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.0947349Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::I>>::Output`
2020-10-31T03:24:06.0947908Z |
2020-10-31T03:24:06.0948965Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.0949569Z |
2020-10-31T03:24:06.0949842Z 10 | / system! {
2020-10-31T03:24:06.0950461Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.0951056Z 12 | | ///
2020-10-31T03:24:06.0951387Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.0951707Z ... |
2020-10-31T03:24:06.0951956Z 95 | | }
2020-10-31T03:24:06.0952205Z 96 | | }
2020-10-31T03:24:06.0952687Z | |_- in this macro invocation
2020-10-31T03:24:06.0953012Z |
2020-10-31T03:24:06.0953823Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.0958533Z
2020-10-31T03:24:06.1074781Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.1076404Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.1077137Z |
2020-10-31T03:24:06.1077480Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.1078107Z | -------- required by a bound in this
2020-10-31T03:24:06.1078466Z 244 | where
2020-10-31T03:24:06.1078827Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.1079711Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.1080088Z ...
2020-10-31T03:24:06.1080931Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.1081661Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::Th>>::Output`
2020-10-31T03:24:06.1082457Z |
2020-10-31T03:24:06.1083525Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.1084134Z |
2020-10-31T03:24:06.1084406Z 10 | / system! {
2020-10-31T03:24:06.1085017Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.1085610Z 12 | | ///
2020-10-31T03:24:06.1085944Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.1086268Z ... |
2020-10-31T03:24:06.1086517Z 95 | | }
2020-10-31T03:24:06.1086765Z 96 | | }
2020-10-31T03:24:06.1087249Z | |_- in this macro invocation
2020-10-31T03:24:06.1087579Z |
2020-10-31T03:24:06.1088393Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.1093078Z
2020-10-31T03:24:06.1286384Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.1288222Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.1288858Z |
2020-10-31T03:24:06.1289201Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.1289831Z | -------- required by a bound in this
2020-10-31T03:24:06.1290206Z 244 | where
2020-10-31T03:24:06.1290557Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.1291440Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.1291815Z ...
2020-10-31T03:24:06.1292662Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.1293406Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::N>>::Output`
2020-10-31T03:24:06.1293945Z |
2020-10-31T03:24:06.1295013Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.1295616Z |
2020-10-31T03:24:06.1295887Z 10 | / system! {
2020-10-31T03:24:06.1296512Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.1297101Z 12 | | ///
2020-10-31T03:24:06.1297430Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.1297749Z ... |
2020-10-31T03:24:06.1298000Z 95 | | }
2020-10-31T03:24:06.1298248Z 96 | | }
2020-10-31T03:24:06.1298734Z | |_- in this macro invocation
2020-10-31T03:24:06.1299078Z |
2020-10-31T03:24:06.1299875Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.1304603Z
2020-10-31T03:24:06.1482763Z error[E0277]: the trait bound `<Z0 as std::ops::Add<<D as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.1484447Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.1485092Z |
2020-10-31T03:24:06.1485437Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.1486057Z | -------- required by a bound in this
2020-10-31T03:24:06.1486428Z 244 | where
2020-10-31T03:24:06.1486771Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.1487661Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.1488036Z ...
2020-10-31T03:24:06.1488879Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.1489624Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Add<<D as si::Dimension>::J>>::Output`
2020-10-31T03:24:06.1490156Z |
2020-10-31T03:24:06.1491207Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.1492065Z |
2020-10-31T03:24:06.1492344Z 10 | / system! {
2020-10-31T03:24:06.1492971Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.1493560Z 12 | | ///
2020-10-31T03:24:06.1493896Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.1494219Z ... |
2020-10-31T03:24:06.1494467Z 95 | | }
2020-10-31T03:24:06.1494715Z 96 | | }
2020-10-31T03:24:06.1495215Z | |_- in this macro invocation
2020-10-31T03:24:06.1495559Z |
2020-10-31T03:24:06.1496355Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.1501440Z
2020-10-31T03:24:06.1827929Z error[E0277]: the trait bound `<<Dl as si::Dimension>::L as std::ops::Sub<<Dr as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.1829647Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:06.1830303Z |
2020-10-31T03:24:06.1830855Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.1831491Z | -------- required by a bound in this
2020-10-31T03:24:06.1831873Z 244 | where
2020-10-31T03:24:06.1832230Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.1833121Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.1833509Z ...
2020-10-31T03:24:06.1833839Z 453 | / type Output = Quantity<
2020-10-31T03:24:06.1834428Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:06.1834934Z 455 | | Ul, V>;
2020-10-31T03:24:06.1835566Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::L as std::ops::Sub<<Dr as si::Dimension>::L>>::Output`
2020-10-31T03:24:06.1836147Z |
2020-10-31T03:24:06.1837358Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.1837985Z |
2020-10-31T03:24:06.1838259Z 10 | / system! {
2020-10-31T03:24:06.1838878Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.1839452Z 12 | | ///
2020-10-31T03:24:06.1839785Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.1840107Z ... |
2020-10-31T03:24:06.1840369Z 95 | | }
2020-10-31T03:24:06.1840617Z 96 | | }
2020-10-31T03:24:06.1841115Z | |_- in this macro invocation
2020-10-31T03:24:06.1841444Z |
2020-10-31T03:24:06.1842247Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.1847261Z
2020-10-31T03:24:06.2003638Z error[E0277]: the trait bound `<<Dl as si::Dimension>::M as std::ops::Sub<<Dr as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.2005340Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:06.2006014Z |
2020-10-31T03:24:06.2006356Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.2006972Z | -------- required by a bound in this
2020-10-31T03:24:06.2007335Z 244 | where
2020-10-31T03:24:06.2007682Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.2008566Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.2008958Z ...
2020-10-31T03:24:06.2009290Z 453 | / type Output = Quantity<
2020-10-31T03:24:06.2009865Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:06.2010372Z 455 | | Ul, V>;
2020-10-31T03:24:06.2010995Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::M as std::ops::Sub<<Dr as si::Dimension>::M>>::Output`
2020-10-31T03:24:06.2011799Z |
2020-10-31T03:24:06.2012880Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.2013488Z |
2020-10-31T03:24:06.2013762Z 10 | / system! {
2020-10-31T03:24:06.2014383Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.2014961Z 12 | | ///
2020-10-31T03:24:06.2015314Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.2015638Z ... |
2020-10-31T03:24:06.2015886Z 95 | | }
2020-10-31T03:24:06.2016138Z 96 | | }
2020-10-31T03:24:06.2016622Z | |_- in this macro invocation
2020-10-31T03:24:06.2016951Z |
2020-10-31T03:24:06.2017763Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.2022499Z
2020-10-31T03:24:06.2173429Z error[E0277]: the trait bound `<<Dl as si::Dimension>::T as std::ops::Sub<<Dr as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.2175325Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:06.2175958Z |
2020-10-31T03:24:06.2176301Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.2176922Z | -------- required by a bound in this
2020-10-31T03:24:06.2177280Z 244 | where
2020-10-31T03:24:06.2177641Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.2178527Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.2178909Z ...
2020-10-31T03:24:06.2179240Z 453 | / type Output = Quantity<
2020-10-31T03:24:06.2179811Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:06.2180329Z 455 | | Ul, V>;
2020-10-31T03:24:06.2180954Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::T as std::ops::Sub<<Dr as si::Dimension>::T>>::Output`
2020-10-31T03:24:06.2181530Z |
2020-10-31T03:24:06.2182600Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.2183204Z |
2020-10-31T03:24:06.2183494Z 10 | / system! {
2020-10-31T03:24:06.2184110Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.2184680Z 12 | | ///
2020-10-31T03:24:06.2185012Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.2185332Z ... |
2020-10-31T03:24:06.2185579Z 95 | | }
2020-10-31T03:24:06.2185830Z 96 | | }
2020-10-31T03:24:06.2186328Z | |_- in this macro invocation
2020-10-31T03:24:06.2186653Z |
2020-10-31T03:24:06.2187451Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.2192108Z
2020-10-31T03:24:06.2307157Z error[E0277]: the trait bound `<<Dl as si::Dimension>::I as std::ops::Sub<<Dr as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.2308907Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:06.2309542Z |
2020-10-31T03:24:06.2309901Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.2310520Z | -------- required by a bound in this
2020-10-31T03:24:06.2310884Z 244 | where
2020-10-31T03:24:06.2311232Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.2312119Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.2312497Z ...
2020-10-31T03:24:06.2312844Z 453 | / type Output = Quantity<
2020-10-31T03:24:06.2313419Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:06.2313931Z 455 | | Ul, V>;
2020-10-31T03:24:06.2314570Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::I as std::ops::Sub<<Dr as si::Dimension>::I>>::Output`
2020-10-31T03:24:06.2315364Z |
2020-10-31T03:24:06.2316459Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.2317189Z |
2020-10-31T03:24:06.2317465Z 10 | / system! {
2020-10-31T03:24:06.2318087Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.2318663Z 12 | | ///
2020-10-31T03:24:06.2318997Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.2319332Z ... |
2020-10-31T03:24:06.2319581Z 95 | | }
2020-10-31T03:24:06.2319830Z 96 | | }
2020-10-31T03:24:06.2320325Z | |_- in this macro invocation
2020-10-31T03:24:06.2320653Z |
2020-10-31T03:24:06.2321458Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.2326123Z
2020-10-31T03:24:06.2522384Z error[E0277]: the trait bound `<<Dl as si::Dimension>::Th as std::ops::Sub<<Dr as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.2524153Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:06.2524781Z |
2020-10-31T03:24:06.2525122Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.2525739Z | -------- required by a bound in this
2020-10-31T03:24:06.2526101Z 244 | where
2020-10-31T03:24:06.2526448Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.2527350Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.2527731Z ...
2020-10-31T03:24:06.2528064Z 453 | / type Output = Quantity<
2020-10-31T03:24:06.2528637Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:06.2529143Z 455 | | Ul, V>;
2020-10-31T03:24:06.2529808Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::Th as std::ops::Sub<<Dr as si::Dimension>::Th>>::Output`
2020-10-31T03:24:06.2530400Z |
2020-10-31T03:24:06.2531466Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.2532077Z |
2020-10-31T03:24:06.2532349Z 10 | / system! {
2020-10-31T03:24:06.2532972Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.2533567Z 12 | | ///
2020-10-31T03:24:06.2533901Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.2534222Z ... |
2020-10-31T03:24:06.2534470Z 95 | | }
2020-10-31T03:24:06.2534719Z 96 | | }
2020-10-31T03:24:06.2535201Z | |_- in this macro invocation
2020-10-31T03:24:06.2535539Z |
2020-10-31T03:24:06.2536336Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.2541090Z
2020-10-31T03:24:06.2650663Z error[E0277]: the trait bound `<<Dl as si::Dimension>::N as std::ops::Sub<<Dr as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.2652336Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:06.2652963Z |
2020-10-31T03:24:06.2653304Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.2653923Z | -------- required by a bound in this
2020-10-31T03:24:06.2654305Z 244 | where
2020-10-31T03:24:06.2654651Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.2655536Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.2655913Z ...
2020-10-31T03:24:06.2656244Z 453 | / type Output = Quantity<
2020-10-31T03:24:06.2656827Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:06.2657336Z 455 | | Ul, V>;
2020-10-31T03:24:06.2658163Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::N as std::ops::Sub<<Dr as si::Dimension>::N>>::Output`
2020-10-31T03:24:06.2658737Z |
2020-10-31T03:24:06.2659819Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.2660437Z |
2020-10-31T03:24:06.2660709Z 10 | / system! {
2020-10-31T03:24:06.2661332Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.2661903Z 12 | | ///
2020-10-31T03:24:06.2662239Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.2662559Z ... |
2020-10-31T03:24:06.2662824Z 95 | | }
2020-10-31T03:24:06.2663071Z 96 | | }
2020-10-31T03:24:06.2663556Z | |_- in this macro invocation
2020-10-31T03:24:06.2663880Z |
2020-10-31T03:24:06.2664679Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.2669333Z
2020-10-31T03:24:06.2838964Z error[E0277]: the trait bound `<<Dl as si::Dimension>::J as std::ops::Sub<<Dr as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.2840651Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:453:21
2020-10-31T03:24:06.2841298Z |
2020-10-31T03:24:06.2841642Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.2842257Z | -------- required by a bound in this
2020-10-31T03:24:06.2842618Z 244 | where
2020-10-31T03:24:06.2842968Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.2843851Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.2844241Z ...
2020-10-31T03:24:06.2844572Z 453 | / type Output = Quantity<
2020-10-31T03:24:06.2845146Z 454 | | $quantities<$($crate::typenum::$AddSubAlias<Dl::$symbol, Dr::$symbol>,)+>,
2020-10-31T03:24:06.2845669Z 455 | | Ul, V>;
2020-10-31T03:24:06.2846296Z | |_______________________________^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::J as std::ops::Sub<<Dr as si::Dimension>::J>>::Output`
2020-10-31T03:24:06.2846885Z |
2020-10-31T03:24:06.2847952Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.2848562Z |
2020-10-31T03:24:06.2848834Z 10 | / system! {
2020-10-31T03:24:06.2849455Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.2850032Z 12 | | ///
2020-10-31T03:24:06.2850380Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.2850700Z ... |
2020-10-31T03:24:06.2850947Z 95 | | }
2020-10-31T03:24:06.2851196Z 96 | | }
2020-10-31T03:24:06.2851678Z | |_- in this macro invocation
2020-10-31T03:24:06.2852003Z |
2020-10-31T03:24:06.2852814Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.2857603Z
2020-10-31T03:24:06.3016814Z error[E0277]: the trait bound `<<Dl as si::Dimension>::L as std::ops::Sub<<Dr as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.3018499Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:06.3019125Z |
2020-10-31T03:24:06.3019467Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.3020074Z | -------- required by a bound in this
2020-10-31T03:24:06.3020436Z 244 | where
2020-10-31T03:24:06.3020797Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.3021681Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.3022059Z ...
2020-10-31T03:24:06.3022896Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:06.3023703Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::L as std::ops::Sub<<Dr as si::Dimension>::L>>::Output`
2020-10-31T03:24:06.3024541Z |
2020-10-31T03:24:06.3025616Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.3026219Z |
2020-10-31T03:24:06.3026490Z 10 | / system! {
2020-10-31T03:24:06.3027109Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.3027706Z 12 | | ///
2020-10-31T03:24:06.3028040Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.3028361Z ... |
2020-10-31T03:24:06.3028611Z 95 | | }
2020-10-31T03:24:06.3028860Z 96 | | }
2020-10-31T03:24:06.3029341Z | |_- in this macro invocation
2020-10-31T03:24:06.3029666Z |
2020-10-31T03:24:06.3030476Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.3035096Z
2020-10-31T03:24:06.3186304Z error[E0277]: the trait bound `<<Dl as si::Dimension>::M as std::ops::Sub<<Dr as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.3187993Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:06.3188618Z |
2020-10-31T03:24:06.3188961Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.3189577Z | -------- required by a bound in this
2020-10-31T03:24:06.3189950Z 244 | where
2020-10-31T03:24:06.3190298Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.3191180Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.3191554Z ...
2020-10-31T03:24:06.3192387Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:06.3193200Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::M as std::ops::Sub<<Dr as si::Dimension>::M>>::Output`
2020-10-31T03:24:06.3193804Z |
2020-10-31T03:24:06.3194861Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.3195464Z |
2020-10-31T03:24:06.3195741Z 10 | / system! {
2020-10-31T03:24:06.3196363Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.3197072Z 12 | | ///
2020-10-31T03:24:06.3197409Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.3197730Z ... |
2020-10-31T03:24:06.3197977Z 95 | | }
2020-10-31T03:24:06.3198225Z 96 | | }
2020-10-31T03:24:06.3198719Z | |_- in this macro invocation
2020-10-31T03:24:06.3199057Z |
2020-10-31T03:24:06.3199881Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.3204655Z
2020-10-31T03:24:06.3360278Z error[E0277]: the trait bound `<<Dl as si::Dimension>::T as std::ops::Sub<<Dr as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.3361963Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:06.3362588Z |
2020-10-31T03:24:06.3362927Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.3363537Z | -------- required by a bound in this
2020-10-31T03:24:06.3363907Z 244 | where
2020-10-31T03:24:06.3364255Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.3365132Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.3365510Z ...
2020-10-31T03:24:06.3366348Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:06.3367151Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::T as std::ops::Sub<<Dr as si::Dimension>::T>>::Output`
2020-10-31T03:24:06.3367961Z |
2020-10-31T03:24:06.3369030Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.3369637Z |
2020-10-31T03:24:06.3369910Z 10 | / system! {
2020-10-31T03:24:06.3370527Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.3371118Z 12 | | ///
2020-10-31T03:24:06.3371454Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.3371774Z ... |
2020-10-31T03:24:06.3372024Z 95 | | }
2020-10-31T03:24:06.3372271Z 96 | | }
2020-10-31T03:24:06.3372756Z | |_- in this macro invocation
2020-10-31T03:24:06.3373096Z |
2020-10-31T03:24:06.3373896Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.3378509Z
2020-10-31T03:24:06.3496200Z error[E0277]: the trait bound `<<Dl as si::Dimension>::I as std::ops::Sub<<Dr as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.3497871Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:06.3498494Z |
2020-10-31T03:24:06.3498837Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.3499454Z | -------- required by a bound in this
2020-10-31T03:24:06.3499826Z 244 | where
2020-10-31T03:24:06.3500172Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.3501055Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.3501429Z ...
2020-10-31T03:24:06.3502265Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:06.3503069Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::I as std::ops::Sub<<Dr as si::Dimension>::I>>::Output`
2020-10-31T03:24:06.3503666Z |
2020-10-31T03:24:06.3504791Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.3505403Z |
2020-10-31T03:24:06.3505676Z 10 | / system! {
2020-10-31T03:24:06.3506311Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.3506884Z 12 | | ///
2020-10-31T03:24:06.3507220Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.3507540Z ... |
2020-10-31T03:24:06.3507790Z 95 | | }
2020-10-31T03:24:06.3508038Z 96 | | }
2020-10-31T03:24:06.3508523Z | |_- in this macro invocation
2020-10-31T03:24:06.3508866Z |
2020-10-31T03:24:06.3509663Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.3514192Z
2020-10-31T03:24:06.3710021Z error[E0277]: the trait bound `<<Dl as si::Dimension>::Th as std::ops::Sub<<Dr as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.3711746Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:06.3712376Z |
2020-10-31T03:24:06.3712719Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.3713348Z | -------- required by a bound in this
2020-10-31T03:24:06.3713709Z 244 | where
2020-10-31T03:24:06.3714055Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.3714946Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.3715321Z ...
2020-10-31T03:24:06.3716159Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:06.3717118Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::Th as std::ops::Sub<<Dr as si::Dimension>::Th>>::Output`
2020-10-31T03:24:06.3717919Z |
2020-10-31T03:24:06.3719013Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.3719623Z |
2020-10-31T03:24:06.3719897Z 10 | / system! {
2020-10-31T03:24:06.3720530Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.3721109Z 12 | | ///
2020-10-31T03:24:06.3721443Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.3721846Z ... |
2020-10-31T03:24:06.3722094Z 95 | | }
2020-10-31T03:24:06.3722342Z 96 | | }
2020-10-31T03:24:06.3722843Z | |_- in this macro invocation
2020-10-31T03:24:06.3723174Z |
2020-10-31T03:24:06.3723970Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.3728888Z
2020-10-31T03:24:06.3888385Z error[E0277]: the trait bound `<<Dl as si::Dimension>::N as std::ops::Sub<<Dr as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.3890256Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:06.3890890Z |
2020-10-31T03:24:06.3891246Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.3891868Z | -------- required by a bound in this
2020-10-31T03:24:06.3892228Z 244 | where
2020-10-31T03:24:06.3892572Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.3893454Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.3893833Z ...
2020-10-31T03:24:06.3894684Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:06.3895467Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::N as std::ops::Sub<<Dr as si::Dimension>::N>>::Output`
2020-10-31T03:24:06.3896057Z |
2020-10-31T03:24:06.3897121Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.3897737Z |
2020-10-31T03:24:06.3898024Z 10 | / system! {
2020-10-31T03:24:06.3898645Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.3899221Z 12 | | ///
2020-10-31T03:24:06.3899555Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.3899875Z ... |
2020-10-31T03:24:06.3900122Z 95 | | }
2020-10-31T03:24:06.3900385Z 96 | | }
2020-10-31T03:24:06.3900872Z | |_- in this macro invocation
2020-10-31T03:24:06.3901198Z |
2020-10-31T03:24:06.3901998Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.3906605Z
2020-10-31T03:24:06.4041933Z error[E0277]: the trait bound `<<Dl as si::Dimension>::J as std::ops::Sub<<Dr as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.4043634Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:458:71
2020-10-31T03:24:06.4044295Z |
2020-10-31T03:24:06.4044654Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.4045276Z | -------- required by a bound in this
2020-10-31T03:24:06.4045636Z 244 | where
2020-10-31T03:24:06.4045982Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.4046870Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.4047248Z ...
2020-10-31T03:24:06.4048102Z 458 | fn $muldiv_fun(self, rhs: Quantity<Dr, Ur, V>) -> Self::Output {
2020-10-31T03:24:06.4048892Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<Dl as si::Dimension>::J as std::ops::Sub<<Dr as si::Dimension>::J>>::Output`
2020-10-31T03:24:06.4049483Z |
2020-10-31T03:24:06.4050548Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.4051386Z |
2020-10-31T03:24:06.4051667Z 10 | / system! {
2020-10-31T03:24:06.4052289Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.4052863Z 12 | | ///
2020-10-31T03:24:06.4053197Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.4053515Z ... |
2020-10-31T03:24:06.4053782Z 95 | | }
2020-10-31T03:24:06.4054033Z 96 | | }
2020-10-31T03:24:06.4054529Z | |_- in this macro invocation
2020-10-31T03:24:06.4054859Z |
2020-10-31T03:24:06.4055656Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.4060379Z
2020-10-31T03:24:06.4245670Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.4247331Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.4247994Z |
2020-10-31T03:24:06.4248333Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.4249131Z | -------- required by a bound in this
2020-10-31T03:24:06.4249493Z 244 | where
2020-10-31T03:24:06.4249836Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.4250727Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.4251120Z ...
2020-10-31T03:24:06.4251462Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.4251863Z 539 | | $quantities<
2020-10-31T03:24:06.4252316Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.4252775Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.4253152Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.4253505Z 543 | | D::Kind>,
2020-10-31T03:24:06.4253814Z 544 | | U, V>;
2020-10-31T03:24:06.4254388Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::L>>::Output`
2020-10-31T03:24:06.4254910Z |
2020-10-31T03:24:06.4255985Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.4256602Z |
2020-10-31T03:24:06.4256878Z 10 | / system! {
2020-10-31T03:24:06.4257500Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.4258077Z 12 | | ///
2020-10-31T03:24:06.4258410Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.4258730Z ... |
2020-10-31T03:24:06.4258993Z 95 | | }
2020-10-31T03:24:06.4259241Z 96 | | }
2020-10-31T03:24:06.4259726Z | |_- in this macro invocation
2020-10-31T03:24:06.4260052Z |
2020-10-31T03:24:06.4260850Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.4265716Z
2020-10-31T03:24:06.4419915Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.4421560Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.4422206Z |
2020-10-31T03:24:06.4422548Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.4423164Z | -------- required by a bound in this
2020-10-31T03:24:06.4423519Z 244 | where
2020-10-31T03:24:06.4423866Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.4424752Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.4425142Z ...
2020-10-31T03:24:06.4425482Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.4425887Z 539 | | $quantities<
2020-10-31T03:24:06.4426335Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.4427006Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.4427384Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.4427740Z 543 | | D::Kind>,
2020-10-31T03:24:06.4428052Z 544 | | U, V>;
2020-10-31T03:24:06.4428615Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::M>>::Output`
2020-10-31T03:24:06.4429138Z |
2020-10-31T03:24:06.4430222Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.4430838Z |
2020-10-31T03:24:06.4431110Z 10 | / system! {
2020-10-31T03:24:06.4431728Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.4432312Z 12 | | ///
2020-10-31T03:24:06.4432645Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.4432972Z ... |
2020-10-31T03:24:06.4433327Z 95 | | }
2020-10-31T03:24:06.4433581Z 96 | | }
2020-10-31T03:24:06.4434076Z | |_- in this macro invocation
2020-10-31T03:24:06.4434405Z |
2020-10-31T03:24:06.4435206Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.4440033Z
2020-10-31T03:24:06.4562144Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.4563776Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.4564422Z |
2020-10-31T03:24:06.4564762Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.4565378Z | -------- required by a bound in this
2020-10-31T03:24:06.4565740Z 244 | where
2020-10-31T03:24:06.4566086Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.4566997Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.4567395Z ...
2020-10-31T03:24:06.4567736Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.4568137Z 539 | | $quantities<
2020-10-31T03:24:06.4568587Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.4569043Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.4569431Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.4569768Z 543 | | D::Kind>,
2020-10-31T03:24:06.4570082Z 544 | | U, V>;
2020-10-31T03:24:06.4570649Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::T>>::Output`
2020-10-31T03:24:06.4571165Z |
2020-10-31T03:24:06.4572245Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.4572860Z |
2020-10-31T03:24:06.4573136Z 10 | / system! {
2020-10-31T03:24:06.4573747Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.4574325Z 12 | | ///
2020-10-31T03:24:06.4574657Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.4574989Z ... |
2020-10-31T03:24:06.4575237Z 95 | | }
2020-10-31T03:24:06.4575483Z 96 | | }
2020-10-31T03:24:06.4575966Z | |_- in this macro invocation
2020-10-31T03:24:06.4576292Z |
2020-10-31T03:24:06.4577089Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.4581653Z
2020-10-31T03:24:06.4776458Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.4778149Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.4779007Z |
2020-10-31T03:24:06.4779356Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.4779985Z | -------- required by a bound in this
2020-10-31T03:24:06.4780347Z 244 | where
2020-10-31T03:24:06.4780695Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.4781597Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.4781978Z ...
2020-10-31T03:24:06.4782316Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.4782716Z 539 | | $quantities<
2020-10-31T03:24:06.4783164Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.4783624Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.4784496Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.4784837Z 543 | | D::Kind>,
2020-10-31T03:24:06.4785158Z 544 | | U, V>;
2020-10-31T03:24:06.4785837Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::I>>::Output`
2020-10-31T03:24:06.4786366Z |
2020-10-31T03:24:06.4787487Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.4788090Z |
2020-10-31T03:24:06.4788360Z 10 | / system! {
2020-10-31T03:24:06.4788979Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.4789559Z 12 | | ///
2020-10-31T03:24:06.4789895Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.4790232Z ... |
2020-10-31T03:24:06.4790480Z 95 | | }
2020-10-31T03:24:06.4790728Z 96 | | }
2020-10-31T03:24:06.4791213Z | |_- in this macro invocation
2020-10-31T03:24:06.4791538Z |
2020-10-31T03:24:06.4792336Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.4797303Z
2020-10-31T03:24:06.4923697Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.4925361Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.4925988Z |
2020-10-31T03:24:06.4926329Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.4926946Z | -------- required by a bound in this
2020-10-31T03:24:06.4927309Z 244 | where
2020-10-31T03:24:06.4927654Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.4928562Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.4928938Z ...
2020-10-31T03:24:06.4929275Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.4929677Z 539 | | $quantities<
2020-10-31T03:24:06.4930155Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.4930634Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.4931007Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.4931348Z 543 | | D::Kind>,
2020-10-31T03:24:06.4931662Z 544 | | U, V>;
2020-10-31T03:24:06.4932226Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::Th>>::Output`
2020-10-31T03:24:06.4932764Z |
2020-10-31T03:24:06.4933833Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.4934438Z |
2020-10-31T03:24:06.4934713Z 10 | / system! {
2020-10-31T03:24:06.4935332Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.4935908Z 12 | | ///
2020-10-31T03:24:06.4936469Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.4936797Z ... |
2020-10-31T03:24:06.4937046Z 95 | | }
2020-10-31T03:24:06.4937293Z 96 | | }
2020-10-31T03:24:06.4937789Z | |_- in this macro invocation
2020-10-31T03:24:06.4938115Z |
2020-10-31T03:24:06.4938913Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.4943590Z
2020-10-31T03:24:06.5123464Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.5125139Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.5125776Z |
2020-10-31T03:24:06.5126122Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.5126734Z | -------- required by a bound in this
2020-10-31T03:24:06.5127089Z 244 | where
2020-10-31T03:24:06.5127449Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.5128555Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.5128943Z ...
2020-10-31T03:24:06.5129284Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.5129686Z 539 | | $quantities<
2020-10-31T03:24:06.5130136Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.5130607Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.5130980Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.5131324Z 543 | | D::Kind>,
2020-10-31T03:24:06.5131636Z 544 | | U, V>;
2020-10-31T03:24:06.5132199Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::N>>::Output`
2020-10-31T03:24:06.5132732Z |
2020-10-31T03:24:06.5133818Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.5134426Z |
2020-10-31T03:24:06.5134699Z 10 | / system! {
2020-10-31T03:24:06.5135315Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.5135909Z 12 | | ///
2020-10-31T03:24:06.5136244Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.5136563Z ... |
2020-10-31T03:24:06.5136810Z 95 | | }
2020-10-31T03:24:06.5137060Z 96 | | }
2020-10-31T03:24:06.5137549Z | |_- in this macro invocation
2020-10-31T03:24:06.5137874Z |
2020-10-31T03:24:06.5138689Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.5143562Z
2020-10-31T03:24:06.5300851Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.5302494Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:538:29
2020-10-31T03:24:06.5303151Z |
2020-10-31T03:24:06.5303502Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.5304125Z | -------- required by a bound in this
2020-10-31T03:24:06.5304482Z 244 | where
2020-10-31T03:24:06.5304896Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.5305783Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.5306159Z ...
2020-10-31T03:24:06.5306494Z 538 | / type Output = Quantity<
2020-10-31T03:24:06.5306896Z 539 | | $quantities<
2020-10-31T03:24:06.5307358Z 540 | | $($crate::typenum::$AddSubAlias<
2020-10-31T03:24:06.5307817Z 541 | | $crate::typenum::Z0,
2020-10-31T03:24:06.5308189Z 542 | | D::$symbol>,)+
2020-10-31T03:24:06.5308528Z 543 | | D::Kind>,
2020-10-31T03:24:06.5309089Z 544 | | U, V>;
2020-10-31T03:24:06.5309653Z | |______________________________________^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::J>>::Output`
2020-10-31T03:24:06.5310190Z |
2020-10-31T03:24:06.5311285Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.5311885Z |
2020-10-31T03:24:06.5312157Z 10 | / system! {
2020-10-31T03:24:06.5312776Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.5313367Z 12 | | ///
2020-10-31T03:24:06.5313704Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.5314023Z ... |
2020-10-31T03:24:06.5314270Z 95 | | }
2020-10-31T03:24:06.5314521Z 96 | | }
2020-10-31T03:24:06.5315003Z | |_- in this macro invocation
2020-10-31T03:24:06.5315327Z |
2020-10-31T03:24:06.5316239Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.5321055Z
2020-10-31T03:24:06.5472889Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.5474547Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.5475178Z |
2020-10-31T03:24:06.5475522Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.5476139Z | -------- required by a bound in this
2020-10-31T03:24:06.5476515Z 244 | where
2020-10-31T03:24:06.5476867Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.5477868Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.5478248Z ...
2020-10-31T03:24:06.5479096Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.5479862Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::L>>::Output`
2020-10-31T03:24:06.5480409Z |
2020-10-31T03:24:06.5481469Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.5482075Z |
2020-10-31T03:24:06.5482348Z 10 | / system! {
2020-10-31T03:24:06.5482965Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.5483559Z 12 | | ///
2020-10-31T03:24:06.5483891Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.5484214Z ... |
2020-10-31T03:24:06.5484463Z 95 | | }
2020-10-31T03:24:06.5484712Z 96 | | }
2020-10-31T03:24:06.5485192Z | |_- in this macro invocation
2020-10-31T03:24:06.5485533Z |
2020-10-31T03:24:06.5486326Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.5490974Z
2020-10-31T03:24:06.5605805Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.5607441Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.5608071Z |
2020-10-31T03:24:06.5608412Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.5609027Z | -------- required by a bound in this
2020-10-31T03:24:06.5609401Z 244 | where
2020-10-31T03:24:06.5609746Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.5610626Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.5611003Z ...
2020-10-31T03:24:06.5611844Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.5612593Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::M>>::Output`
2020-10-31T03:24:06.5613350Z |
2020-10-31T03:24:06.5614413Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.5615017Z |
2020-10-31T03:24:06.5615289Z 10 | / system! {
2020-10-31T03:24:06.5615908Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.5616500Z 12 | | ///
2020-10-31T03:24:06.5616835Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.5617157Z ... |
2020-10-31T03:24:06.5617406Z 95 | | }
2020-10-31T03:24:06.5617655Z 96 | | }
2020-10-31T03:24:06.5618141Z | |_- in this macro invocation
2020-10-31T03:24:06.5618481Z |
2020-10-31T03:24:06.5619278Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.5623861Z
2020-10-31T03:24:06.5817329Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.5819215Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.5819854Z |
2020-10-31T03:24:06.5820195Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.5820819Z | -------- required by a bound in this
2020-10-31T03:24:06.5821192Z 244 | where
2020-10-31T03:24:06.5821540Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.5822419Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.5822800Z ...
2020-10-31T03:24:06.5823648Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.5824393Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::T>>::Output`
2020-10-31T03:24:06.5824932Z |
2020-10-31T03:24:06.5825996Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.5826599Z |
2020-10-31T03:24:06.5826872Z 10 | / system! {
2020-10-31T03:24:06.5827504Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.5828072Z 12 | | ///
2020-10-31T03:24:06.5828403Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.5828723Z ... |
2020-10-31T03:24:06.5828970Z 95 | | }
2020-10-31T03:24:06.5829219Z 96 | | }
2020-10-31T03:24:06.5829712Z | |_- in this macro invocation
2020-10-31T03:24:06.5830040Z |
2020-10-31T03:24:06.5830837Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.5835656Z
2020-10-31T03:24:06.5990815Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.5992477Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.5993113Z |
2020-10-31T03:24:06.5993453Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.5994061Z | -------- required by a bound in this
2020-10-31T03:24:06.5994431Z 244 | where
2020-10-31T03:24:06.5994779Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.5995661Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.5996036Z ...
2020-10-31T03:24:06.5996877Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.5997736Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::I>>::Output`
2020-10-31T03:24:06.5998271Z |
2020-10-31T03:24:06.5999339Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.6000167Z |
2020-10-31T03:24:06.6000438Z 10 | / system! {
2020-10-31T03:24:06.6001073Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.6001644Z 12 | | ///
2020-10-31T03:24:06.6001979Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.6002299Z ... |
2020-10-31T03:24:06.6002550Z 95 | | }
2020-10-31T03:24:06.6002798Z 96 | | }
2020-10-31T03:24:06.6015655Z | |_- in this macro invocation
2020-10-31T03:24:06.6016001Z |
2020-10-31T03:24:06.6016871Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.6022025Z
2020-10-31T03:24:06.6169343Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.6170893Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.6171551Z |
2020-10-31T03:24:06.6172068Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.6172701Z | -------- required by a bound in this
2020-10-31T03:24:06.6173076Z 244 | where
2020-10-31T03:24:06.6173425Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.6174310Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.6174687Z ...
2020-10-31T03:24:06.6175530Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.6176280Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::Th>>::Output`
2020-10-31T03:24:06.6176818Z |
2020-10-31T03:24:06.6177874Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.6178483Z |
2020-10-31T03:24:06.6178754Z 10 | / system! {
2020-10-31T03:24:06.6179395Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.6180530Z 12 | | ///
2020-10-31T03:24:06.6180890Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.6181344Z ... |
2020-10-31T03:24:06.6181597Z 95 | | }
2020-10-31T03:24:06.6181847Z 96 | | }
2020-10-31T03:24:06.6182399Z | |_- in this macro invocation
2020-10-31T03:24:06.6182728Z |
2020-10-31T03:24:06.6183530Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.6188110Z
2020-10-31T03:24:06.6328220Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.6329838Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.6330468Z |
2020-10-31T03:24:06.6330835Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.6335515Z | -------- required by a bound in this
2020-10-31T03:24:06.6335945Z 244 | where
2020-10-31T03:24:06.6336294Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.6337209Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.6337587Z ...
2020-10-31T03:24:06.6338442Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.6339171Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::N>>::Output`
2020-10-31T03:24:06.6339728Z |
2020-10-31T03:24:06.6340794Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.6341398Z |
2020-10-31T03:24:06.6341672Z 10 | / system! {
2020-10-31T03:24:06.6342550Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.6343130Z 12 | | ///
2020-10-31T03:24:06.6343464Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.6343787Z ... |
2020-10-31T03:24:06.6344037Z 95 | | }
2020-10-31T03:24:06.6344286Z 96 | | }
2020-10-31T03:24:06.6344788Z | |_- in this macro invocation
2020-10-31T03:24:06.6345128Z |
2020-10-31T03:24:06.6345925Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.6350944Z
2020-10-31T03:24:06.6475023Z error[E0277]: the trait bound `<Z0 as std::ops::Sub<<D as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.6476614Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:547:77
2020-10-31T03:24:06.6477426Z |
2020-10-31T03:24:06.6477767Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.6478413Z | -------- required by a bound in this
2020-10-31T03:24:06.6478993Z 244 | where
2020-10-31T03:24:06.6479347Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.6480248Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.6480628Z ...
2020-10-31T03:24:06.6481486Z 547 | fn $muldiv_fun(self, rhs: Quantity<D, U, V>) -> Self::Output {
2020-10-31T03:24:06.6482215Z | ^^^^^^^^^^^^ the trait `Integer` is not implemented for `<Z0 as std::ops::Sub<<D as si::Dimension>::J>>::Output`
2020-10-31T03:24:06.6482753Z |
2020-10-31T03:24:06.6483808Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.6484425Z |
2020-10-31T03:24:06.6484698Z 10 | / system! {
2020-10-31T03:24:06.6485317Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.6485897Z 12 | | ///
2020-10-31T03:24:06.6486236Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.6486559Z ... |
2020-10-31T03:24:06.6486825Z 95 | | }
2020-10-31T03:24:06.6487073Z 96 | | }
2020-10-31T03:24:06.6487559Z | |_- in this macro invocation
2020-10-31T03:24:06.6487886Z |
2020-10-31T03:24:06.6488686Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.6493383Z
2020-10-31T03:24:06.6875570Z error[E0277]: the trait bound `<<D as si::Dimension>::L as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.6877446Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:645:18
2020-10-31T03:24:06.6878077Z |
2020-10-31T03:24:06.6878421Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.6879048Z | -------- required by a bound in this
2020-10-31T03:24:06.6879452Z 244 | where
2020-10-31T03:24:06.6879803Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.6880701Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.6881078Z ...
2020-10-31T03:24:06.6881525Z 645 | ) -> Quantity<
2020-10-31T03:24:06.6881847Z | __________________^
2020-10-31T03:24:06.6882374Z 646 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P3>),+>,
2020-10-31T03:24:06.6882891Z 647 | | U, V>
2020-10-31T03:24:06.6883564Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::L as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output`
2020-10-31T03:24:06.6884198Z |
2020-10-31T03:24:06.6885274Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.6885880Z |
2020-10-31T03:24:06.6886158Z 10 | / system! {
2020-10-31T03:24:06.6886995Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.6887572Z 12 | | ///
2020-10-31T03:24:06.6887905Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.6888239Z ... |
2020-10-31T03:24:06.6888488Z 95 | | }
2020-10-31T03:24:06.6888736Z 96 | | }
2020-10-31T03:24:06.6889232Z | |_- in this macro invocation
2020-10-31T03:24:06.6889559Z |
2020-10-31T03:24:06.6890360Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.6895173Z
2020-10-31T03:24:06.7047825Z error[E0277]: the trait bound `<<D as si::Dimension>::M as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.7049625Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:645:18
2020-10-31T03:24:06.7050258Z |
2020-10-31T03:24:06.7050601Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.7051245Z | -------- required by a bound in this
2020-10-31T03:24:06.7051799Z 244 | where
2020-10-31T03:24:06.7052150Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.7053078Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.7053458Z ...
2020-10-31T03:24:06.7053905Z 645 | ) -> Quantity<
2020-10-31T03:24:06.7054209Z | __________________^
2020-10-31T03:24:06.7054732Z 646 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P3>),+>,
2020-10-31T03:24:06.7055254Z 647 | | U, V>
2020-10-31T03:24:06.7055944Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::M as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output`
2020-10-31T03:24:06.7056574Z |
2020-10-31T03:24:06.7057637Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.7058256Z |
2020-10-31T03:24:06.7058530Z 10 | / system! {
2020-10-31T03:24:06.7059169Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.7059748Z 12 | | ///
2020-10-31T03:24:06.7060084Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.7060405Z ... |
2020-10-31T03:24:06.7060654Z 95 | | }
2020-10-31T03:24:06.7060902Z 96 | | }
2020-10-31T03:24:06.7061388Z | |_- in this macro invocation
2020-10-31T03:24:06.7061729Z |
2020-10-31T03:24:06.7062531Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.7067253Z
2020-10-31T03:24:06.7218334Z error[E0277]: the trait bound `<<D as si::Dimension>::T as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.7220799Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:645:18
2020-10-31T03:24:06.7221696Z |
2020-10-31T03:24:06.7222171Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.7222937Z | -------- required by a bound in this
2020-10-31T03:24:06.7223418Z 244 | where
2020-10-31T03:24:06.7223873Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.7224887Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.7225405Z ...
2020-10-31T03:24:06.7225972Z 645 | ) -> Quantity<
2020-10-31T03:24:06.7226396Z | __________________^
2020-10-31T03:24:06.7227028Z 646 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P3>),+>,
2020-10-31T03:24:06.7227668Z 647 | | U, V>
2020-10-31T03:24:06.7228453Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::T as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output`
2020-10-31T03:24:06.7229188Z |
2020-10-31T03:24:06.7230378Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.7231441Z |
2020-10-31T03:24:06.7231831Z 10 | / system! {
2020-10-31T03:24:06.7232562Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.7233241Z 12 | | ///
2020-10-31T03:24:06.7233682Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.7234122Z ... |
2020-10-31T03:24:06.7234477Z 95 | | }
2020-10-31T03:24:06.7234841Z 96 | | }
2020-10-31T03:24:06.7235469Z | |_- in this macro invocation
2020-10-31T03:24:06.7235912Z |
2020-10-31T03:24:06.7236855Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.7242166Z
2020-10-31T03:24:06.7389045Z error[E0277]: the trait bound `<<D as si::Dimension>::I as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.7393250Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:645:18
2020-10-31T03:24:06.7394103Z |
2020-10-31T03:24:06.7394451Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.7395092Z | -------- required by a bound in this
2020-10-31T03:24:06.7395452Z 244 | where
2020-10-31T03:24:06.7395816Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.7396715Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.7397190Z ...
2020-10-31T03:24:06.7397652Z 645 | ) -> Quantity<
2020-10-31T03:24:06.7397956Z | __________________^
2020-10-31T03:24:06.7398486Z 646 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P3>),+>,
2020-10-31T03:24:06.7399015Z 647 | | U, V>
2020-10-31T03:24:06.7399686Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::I as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output`
2020-10-31T03:24:06.7400327Z |
2020-10-31T03:24:06.7401408Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.7402011Z |
2020-10-31T03:24:06.7402299Z 10 | / system! {
2020-10-31T03:24:06.7402911Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.7403489Z 12 | | ///
2020-10-31T03:24:06.7403823Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.7404143Z ... |
2020-10-31T03:24:06.7404394Z 95 | | }
2020-10-31T03:24:06.7404656Z 96 | | }
2020-10-31T03:24:06.7405140Z | |_- in this macro invocation
2020-10-31T03:24:06.7405507Z |
2020-10-31T03:24:06.7406311Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.7406896Z
2020-10-31T03:24:06.7564930Z error[E0277]: the trait bound `<<D as si::Dimension>::Th as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.7566704Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:645:18
2020-10-31T03:24:06.7567334Z |
2020-10-31T03:24:06.7567690Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.7568303Z | -------- required by a bound in this
2020-10-31T03:24:06.7568661Z 244 | where
2020-10-31T03:24:06.7569005Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.7569884Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.7570260Z ...
2020-10-31T03:24:06.7570722Z 645 | ) -> Quantity<
2020-10-31T03:24:06.7571027Z | __________________^
2020-10-31T03:24:06.7571550Z 646 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P3>),+>,
2020-10-31T03:24:06.7572100Z 647 | | U, V>
2020-10-31T03:24:06.7572778Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::Th as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output`
2020-10-31T03:24:06.7573636Z |
2020-10-31T03:24:06.7574713Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.7575319Z |
2020-10-31T03:24:06.7575597Z 10 | / system! {
2020-10-31T03:24:06.7576215Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.7576792Z 12 | | ///
2020-10-31T03:24:06.7577143Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.7577466Z ... |
2020-10-31T03:24:06.7577711Z 95 | | }
2020-10-31T03:24:06.7577959Z 96 | | }
2020-10-31T03:24:06.7578442Z | |_- in this macro invocation
2020-10-31T03:24:06.7578771Z |
2020-10-31T03:24:06.7579589Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.7580094Z
2020-10-31T03:24:06.7723324Z error[E0277]: the trait bound `<<D as si::Dimension>::N as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.7725121Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:645:18
2020-10-31T03:24:06.7725754Z |
2020-10-31T03:24:06.7726097Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.7726711Z | -------- required by a bound in this
2020-10-31T03:24:06.7727069Z 244 | where
2020-10-31T03:24:06.7727432Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.7728317Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.7728696Z ...
2020-10-31T03:24:06.7729139Z 645 | ) -> Quantity<
2020-10-31T03:24:06.7729443Z | __________________^
2020-10-31T03:24:06.7729972Z 646 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P3>),+>,
2020-10-31T03:24:06.7730505Z 647 | | U, V>
2020-10-31T03:24:06.7731191Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::N as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output`
2020-10-31T03:24:06.7731824Z |
2020-10-31T03:24:06.7732884Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.7733490Z |
2020-10-31T03:24:06.7733780Z 10 | / system! {
2020-10-31T03:24:06.7734396Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.7734972Z 12 | | ///
2020-10-31T03:24:06.7735306Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.7735628Z ... |
2020-10-31T03:24:06.7735875Z 95 | | }
2020-10-31T03:24:06.7736145Z 96 | | }
2020-10-31T03:24:06.7736628Z | |_- in this macro invocation
2020-10-31T03:24:06.7736956Z |
2020-10-31T03:24:06.7737755Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.7738275Z
2020-10-31T03:24:06.7902340Z error[E0277]: the trait bound `<<D as si::Dimension>::J as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.7904100Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:645:18
2020-10-31T03:24:06.7904729Z |
2020-10-31T03:24:06.7905087Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.7905746Z | -------- required by a bound in this
2020-10-31T03:24:06.7906110Z 244 | where
2020-10-31T03:24:06.7906457Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.7907341Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.7907716Z ...
2020-10-31T03:24:06.7908177Z 645 | ) -> Quantity<
2020-10-31T03:24:06.7908480Z | __________________^
2020-10-31T03:24:06.7909001Z 646 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P3>),+>,
2020-10-31T03:24:06.7909742Z 647 | | U, V>
2020-10-31T03:24:06.7910409Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::J as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B1>>>>::Output`
2020-10-31T03:24:06.7911047Z |
2020-10-31T03:24:06.7912122Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.7912725Z |
2020-10-31T03:24:06.7912999Z 10 | / system! {
2020-10-31T03:24:06.7913618Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.7914194Z 12 | | ///
2020-10-31T03:24:06.7914545Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.7914868Z ... |
2020-10-31T03:24:06.7915115Z 95 | | }
2020-10-31T03:24:06.7915365Z 96 | | }
2020-10-31T03:24:06.7915845Z | |_- in this macro invocation
2020-10-31T03:24:06.7916171Z |
2020-10-31T03:24:06.7917234Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.7917742Z
2020-10-31T03:24:06.8078812Z error[E0277]: the trait bound `<<D as si::Dimension>::L as std::ops::Add<<Da as si::Dimension>::L>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.8080560Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:727:20
2020-10-31T03:24:06.8081188Z |
2020-10-31T03:24:06.8081529Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.8082139Z | -------- required by a bound in this
2020-10-31T03:24:06.8082502Z 244 | where
2020-10-31T03:24:06.8082860Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.8083747Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.8084120Z ...
2020-10-31T03:24:06.8084613Z 727 | b: Quantity<$quantities<$($crate::typenum::Sum<D::$symbol, Da::$symbol>),+>, Ub, V>,
2020-10-31T03:24:06.8085489Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::L as std::ops::Add<<Da as si::Dimension>::L>>::Output`
2020-10-31T03:24:06.8086139Z |
2020-10-31T03:24:06.8087215Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.8087820Z |
2020-10-31T03:24:06.8088095Z 10 | / system! {
2020-10-31T03:24:06.8088713Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.8089301Z 12 | | ///
2020-10-31T03:24:06.8089636Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.8089960Z ... |
2020-10-31T03:24:06.8090210Z 95 | | }
2020-10-31T03:24:06.8090459Z 96 | | }
2020-10-31T03:24:06.8090942Z | |_- in this macro invocation
2020-10-31T03:24:06.8091282Z |
2020-10-31T03:24:06.8092082Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.8092599Z
2020-10-31T03:24:06.8252728Z error[E0277]: the trait bound `<<D as si::Dimension>::M as std::ops::Add<<Da as si::Dimension>::M>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.8254392Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:727:20
2020-10-31T03:24:06.8255023Z |
2020-10-31T03:24:06.8255368Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.8256008Z | -------- required by a bound in this
2020-10-31T03:24:06.8256371Z 244 | where
2020-10-31T03:24:06.8256720Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.8257610Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.8257991Z ...
2020-10-31T03:24:06.8258480Z 727 | b: Quantity<$quantities<$($crate::typenum::Sum<D::$symbol, Da::$symbol>),+>, Ub, V>,
2020-10-31T03:24:06.8259583Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::M as std::ops::Add<<Da as si::Dimension>::M>>::Output`
2020-10-31T03:24:06.8260178Z |
2020-10-31T03:24:06.8261260Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.8261867Z |
2020-10-31T03:24:06.8262155Z 10 | / system! {
2020-10-31T03:24:06.8262773Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.8263346Z 12 | | ///
2020-10-31T03:24:06.8263683Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.8264006Z ... |
2020-10-31T03:24:06.8264255Z 95 | | }
2020-10-31T03:24:06.8264525Z 96 | | }
2020-10-31T03:24:06.8265007Z | |_- in this macro invocation
2020-10-31T03:24:06.8265335Z |
2020-10-31T03:24:06.8266133Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.8266774Z
2020-10-31T03:24:06.8420221Z error[E0277]: the trait bound `<<D as si::Dimension>::T as std::ops::Add<<Da as si::Dimension>::T>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.8421918Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:727:20
2020-10-31T03:24:06.8422548Z |
2020-10-31T03:24:06.8422905Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.8423522Z | -------- required by a bound in this
2020-10-31T03:24:06.8423887Z 244 | where
2020-10-31T03:24:06.8424234Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.8425112Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.8425494Z ...
2020-10-31T03:24:06.8426000Z 727 | b: Quantity<$quantities<$($crate::typenum::Sum<D::$symbol, Da::$symbol>),+>, Ub, V>,
2020-10-31T03:24:06.8426877Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::T as std::ops::Add<<Da as si::Dimension>::T>>::Output`
2020-10-31T03:24:06.8427477Z |
2020-10-31T03:24:06.8428539Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.8429168Z |
2020-10-31T03:24:06.8429441Z 10 | / system! {
2020-10-31T03:24:06.8430062Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.8430639Z 12 | | ///
2020-10-31T03:24:06.8430974Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.8431293Z ... |
2020-10-31T03:24:06.8431542Z 95 | | }
2020-10-31T03:24:06.8431803Z 96 | | }
2020-10-31T03:24:06.8432287Z | |_- in this macro invocation
2020-10-31T03:24:06.8432613Z |
2020-10-31T03:24:06.8433415Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.8433939Z
2020-10-31T03:24:06.8591442Z error[E0277]: the trait bound `<<D as si::Dimension>::I as std::ops::Add<<Da as si::Dimension>::I>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.8593145Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:727:20
2020-10-31T03:24:06.8593773Z |
2020-10-31T03:24:06.8594130Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.8594744Z | -------- required by a bound in this
2020-10-31T03:24:06.8595100Z 244 | where
2020-10-31T03:24:06.8595448Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.8596328Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.8596704Z ...
2020-10-31T03:24:06.8597351Z 727 | b: Quantity<$quantities<$($crate::typenum::Sum<D::$symbol, Da::$symbol>),+>, Ub, V>,
2020-10-31T03:24:06.8598206Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::I as std::ops::Add<<Da as si::Dimension>::I>>::Output`
2020-10-31T03:24:06.8599000Z |
2020-10-31T03:24:06.8600090Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.8600708Z |
2020-10-31T03:24:06.8600983Z 10 | / system! {
2020-10-31T03:24:06.8601600Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.8602170Z 12 | | ///
2020-10-31T03:24:06.8602504Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.8602824Z ... |
2020-10-31T03:24:06.8603087Z 95 | | }
2020-10-31T03:24:06.8603334Z 96 | | }
2020-10-31T03:24:06.8603822Z | |_- in this macro invocation
2020-10-31T03:24:06.8604149Z |
2020-10-31T03:24:06.8604949Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.8605471Z
2020-10-31T03:24:06.8765044Z error[E0277]: the trait bound `<<D as si::Dimension>::Th as std::ops::Add<<Da as si::Dimension>::Th>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.8766756Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:727:20
2020-10-31T03:24:06.8767404Z |
2020-10-31T03:24:06.8767752Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.8768359Z | -------- required by a bound in this
2020-10-31T03:24:06.8768721Z 244 | where
2020-10-31T03:24:06.8769070Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.8769948Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.8770344Z ...
2020-10-31T03:24:06.8770836Z 727 | b: Quantity<$quantities<$($crate::typenum::Sum<D::$symbol, Da::$symbol>),+>, Ub, V>,
2020-10-31T03:24:06.8771695Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::Th as std::ops::Add<<Da as si::Dimension>::Th>>::Output`
2020-10-31T03:24:06.8772294Z |
2020-10-31T03:24:06.8773357Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.8773977Z |
2020-10-31T03:24:06.8774249Z 10 | / system! {
2020-10-31T03:24:06.8774872Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.8775454Z 12 | | ///
2020-10-31T03:24:06.8775790Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.8776124Z ... |
2020-10-31T03:24:06.8776373Z 95 | | }
2020-10-31T03:24:06.8776625Z 96 | | }
2020-10-31T03:24:06.8777108Z | |_- in this macro invocation
2020-10-31T03:24:06.8777433Z |
2020-10-31T03:24:06.8778234Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.8778756Z
2020-10-31T03:24:06.8931970Z error[E0277]: the trait bound `<<D as si::Dimension>::N as std::ops::Add<<Da as si::Dimension>::N>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.8933654Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:727:20
2020-10-31T03:24:06.8934304Z |
2020-10-31T03:24:06.8934646Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.8935263Z | -------- required by a bound in this
2020-10-31T03:24:06.8935622Z 244 | where
2020-10-31T03:24:06.8935966Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.8936870Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.8937247Z ...
2020-10-31T03:24:06.8937733Z 727 | b: Quantity<$quantities<$($crate::typenum::Sum<D::$symbol, Da::$symbol>),+>, Ub, V>,
2020-10-31T03:24:06.8938589Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::N as std::ops::Add<<Da as si::Dimension>::N>>::Output`
2020-10-31T03:24:06.8939378Z |
2020-10-31T03:24:06.8940465Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.8941067Z |
2020-10-31T03:24:06.8941339Z 10 | / system! {
2020-10-31T03:24:06.8941962Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.8942546Z 12 | | ///
2020-10-31T03:24:06.8942882Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.8943215Z ... |
2020-10-31T03:24:06.8943462Z 95 | | }
2020-10-31T03:24:06.8943715Z 96 | | }
2020-10-31T03:24:06.8944197Z | |_- in this macro invocation
2020-10-31T03:24:06.8944523Z |
2020-10-31T03:24:06.8945326Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.8945846Z
2020-10-31T03:24:06.9112391Z error[E0277]: the trait bound `<<D as si::Dimension>::J as std::ops::Add<<Da as si::Dimension>::J>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.9114173Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:727:20
2020-10-31T03:24:06.9114804Z |
2020-10-31T03:24:06.9115151Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.9115766Z | -------- required by a bound in this
2020-10-31T03:24:06.9116129Z 244 | where
2020-10-31T03:24:06.9116474Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.9117522Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.9117905Z ...
2020-10-31T03:24:06.9118398Z 727 | b: Quantity<$quantities<$($crate::typenum::Sum<D::$symbol, Da::$symbol>),+>, Ub, V>,
2020-10-31T03:24:06.9119251Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Integer` is not implemented for `<<D as si::Dimension>::J as std::ops::Add<<Da as si::Dimension>::J>>::Output`
2020-10-31T03:24:06.9119854Z |
2020-10-31T03:24:06.9120933Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.9121548Z |
2020-10-31T03:24:06.9121823Z 10 | / system! {
2020-10-31T03:24:06.9122444Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.9123022Z 12 | | ///
2020-10-31T03:24:06.9123501Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.9123873Z ... |
2020-10-31T03:24:06.9124168Z 95 | | }
2020-10-31T03:24:06.9124462Z 96 | | }
2020-10-31T03:24:06.9125193Z | |_- in this macro invocation
2020-10-31T03:24:06.9125565Z |
2020-10-31T03:24:06.9126412Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.9126913Z
2020-10-31T03:24:06.9294563Z error[E0277]: the trait bound `<<D as si::Dimension>::L as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.9296370Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:821:18
2020-10-31T03:24:06.9297075Z |
2020-10-31T03:24:06.9297559Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.9298278Z | -------- required by a bound in this
2020-10-31T03:24:06.9298679Z 244 | where
2020-10-31T03:24:06.9299066Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.9299989Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.9300405Z ...
2020-10-31T03:24:06.9300910Z 821 | ) -> Quantity<
2020-10-31T03:24:06.9301339Z | __________________^
2020-10-31T03:24:06.9301905Z 822 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P2>),+>,
2020-10-31T03:24:06.9302462Z 823 | | U, V>
2020-10-31T03:24:06.9303354Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::L as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output`
2020-10-31T03:24:06.9304016Z |
2020-10-31T03:24:06.9305221Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.9305866Z |
2020-10-31T03:24:06.9325546Z 10 | / system! {
2020-10-31T03:24:06.9326180Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.9326771Z 12 | | ///
2020-10-31T03:24:06.9327114Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.9327441Z ... |
2020-10-31T03:24:06.9327694Z 95 | | }
2020-10-31T03:24:06.9327963Z 96 | | }
2020-10-31T03:24:06.9328679Z | |_- in this macro invocation
2020-10-31T03:24:06.9329011Z |
2020-10-31T03:24:06.9329824Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.9330367Z
2020-10-31T03:24:06.9461887Z error[E0277]: the trait bound `<<D as si::Dimension>::M as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.9463548Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:821:18
2020-10-31T03:24:06.9464185Z |
2020-10-31T03:24:06.9464546Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.9465160Z | -------- required by a bound in this
2020-10-31T03:24:06.9465522Z 244 | where
2020-10-31T03:24:06.9465875Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.9466760Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.9467142Z ...
2020-10-31T03:24:06.9467602Z 821 | ) -> Quantity<
2020-10-31T03:24:06.9467911Z | __________________^
2020-10-31T03:24:06.9468431Z 822 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P2>),+>,
2020-10-31T03:24:06.9468970Z 823 | | U, V>
2020-10-31T03:24:06.9469650Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::M as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output`
2020-10-31T03:24:06.9470301Z |
2020-10-31T03:24:06.9471369Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.9471976Z |
2020-10-31T03:24:06.9472252Z 10 | / system! {
2020-10-31T03:24:06.9472876Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.9473455Z 12 | | ///
2020-10-31T03:24:06.9473807Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.9474128Z ... |
2020-10-31T03:24:06.9474379Z 95 | | }
2020-10-31T03:24:06.9474633Z 96 | | }
2020-10-31T03:24:06.9475120Z | |_- in this macro invocation
2020-10-31T03:24:06.9475448Z |
2020-10-31T03:24:06.9476279Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.9476783Z
2020-10-31T03:24:06.9631892Z error[E0277]: the trait bound `<<D as si::Dimension>::T as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.9633605Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:821:18
2020-10-31T03:24:06.9634232Z |
2020-10-31T03:24:06.9634576Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.9635195Z | -------- required by a bound in this
2020-10-31T03:24:06.9635554Z 244 | where
2020-10-31T03:24:06.9635919Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.9636802Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.9637322Z ...
2020-10-31T03:24:06.9637783Z 821 | ) -> Quantity<
2020-10-31T03:24:06.9638096Z | __________________^
2020-10-31T03:24:06.9638856Z 822 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P2>),+>,
2020-10-31T03:24:06.9639403Z 823 | | U, V>
2020-10-31T03:24:06.9640075Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::T as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output`
2020-10-31T03:24:06.9640709Z |
2020-10-31T03:24:06.9641789Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.9642412Z |
2020-10-31T03:24:06.9642690Z 10 | / system! {
2020-10-31T03:24:06.9643315Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.9643895Z 12 | | ///
2020-10-31T03:24:06.9644231Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.9644555Z ... |
2020-10-31T03:24:06.9644806Z 95 | | }
2020-10-31T03:24:06.9645074Z 96 | | }
2020-10-31T03:24:06.9645565Z | |_- in this macro invocation
2020-10-31T03:24:06.9645896Z |
2020-10-31T03:24:06.9646796Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.9647319Z
2020-10-31T03:24:06.9801951Z error[E0277]: the trait bound `<<D as si::Dimension>::I as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.9803694Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:821:18
2020-10-31T03:24:06.9804328Z |
2020-10-31T03:24:06.9804689Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.9805313Z | -------- required by a bound in this
2020-10-31T03:24:06.9805678Z 244 | where
2020-10-31T03:24:06.9806034Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.9806975Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.9807358Z ...
2020-10-31T03:24:06.9807849Z 821 | ) -> Quantity<
2020-10-31T03:24:06.9808162Z | __________________^
2020-10-31T03:24:06.9808688Z 822 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P2>),+>,
2020-10-31T03:24:06.9809212Z 823 | | U, V>
2020-10-31T03:24:06.9809878Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::I as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output`
2020-10-31T03:24:06.9810527Z |
2020-10-31T03:24:06.9811593Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.9812193Z |
2020-10-31T03:24:06.9812466Z 10 | / system! {
2020-10-31T03:24:06.9813090Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.9813682Z 12 | | ///
2020-10-31T03:24:06.9814016Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.9814338Z ... |
2020-10-31T03:24:06.9814596Z 95 | | }
2020-10-31T03:24:06.9814849Z 96 | | }
2020-10-31T03:24:06.9815335Z | |_- in this macro invocation
2020-10-31T03:24:06.9815663Z |
2020-10-31T03:24:06.9816476Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.9816981Z
2020-10-31T03:24:06.9979150Z error[E0277]: the trait bound `<<D as si::Dimension>::Th as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:06.9980911Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:821:18
2020-10-31T03:24:06.9981544Z |
2020-10-31T03:24:06.9981891Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:06.9982510Z | -------- required by a bound in this
2020-10-31T03:24:06.9982871Z 244 | where
2020-10-31T03:24:06.9983236Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:06.9984117Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:06.9984732Z ...
2020-10-31T03:24:06.9985194Z 821 | ) -> Quantity<
2020-10-31T03:24:06.9985505Z | __________________^
2020-10-31T03:24:06.9986026Z 822 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P2>),+>,
2020-10-31T03:24:06.9986566Z 823 | | U, V>
2020-10-31T03:24:06.9987238Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::Th as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output`
2020-10-31T03:24:06.9987873Z |
2020-10-31T03:24:06.9988932Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:06.9989557Z |
2020-10-31T03:24:06.9989838Z 10 | / system! {
2020-10-31T03:24:06.9990467Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:06.9991044Z 12 | | ///
2020-10-31T03:24:06.9991388Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:06.9991712Z ... |
2020-10-31T03:24:06.9992056Z 95 | | }
2020-10-31T03:24:06.9992331Z 96 | | }
2020-10-31T03:24:06.9992824Z | |_- in this macro invocation
2020-10-31T03:24:06.9993153Z |
2020-10-31T03:24:06.9993951Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:06.9994474Z
2020-10-31T03:24:07.0102853Z error[E0277]: the trait bound `<<D as si::Dimension>::N as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:07.0104598Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:821:18
2020-10-31T03:24:07.0105233Z |
2020-10-31T03:24:07.0105593Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.0106205Z | -------- required by a bound in this
2020-10-31T03:24:07.0106620Z 244 | where
2020-10-31T03:24:07.0106969Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.0107894Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.0108276Z ...
2020-10-31T03:24:07.0108744Z 821 | ) -> Quantity<
2020-10-31T03:24:07.0109050Z | __________________^
2020-10-31T03:24:07.0109575Z 822 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P2>),+>,
2020-10-31T03:24:07.0110095Z 823 | | U, V>
2020-10-31T03:24:07.0110761Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::N as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output`
2020-10-31T03:24:07.0111410Z |
2020-10-31T03:24:07.0112464Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:07.0113071Z |
2020-10-31T03:24:07.0113346Z 10 | / system! {
2020-10-31T03:24:07.0113965Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:07.0114564Z 12 | | ///
2020-10-31T03:24:07.0114904Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:07.0115227Z ... |
2020-10-31T03:24:07.0115479Z 95 | | }
2020-10-31T03:24:07.0115732Z 96 | | }
2020-10-31T03:24:07.0116217Z | |_- in this macro invocation
2020-10-31T03:24:07.0116546Z |
2020-10-31T03:24:07.0117492Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.0117995Z
2020-10-31T03:24:07.0295407Z error[E0277]: the trait bound `<<D as si::Dimension>::J as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output: Integer` is not satisfied
2020-10-31T03:24:07.0297169Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:821:18
2020-10-31T03:24:07.0297798Z |
2020-10-31T03:24:07.0298139Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.0298754Z | -------- required by a bound in this
2020-10-31T03:24:07.0299357Z 244 | where
2020-10-31T03:24:07.0299732Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.0300625Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.0301004Z ...
2020-10-31T03:24:07.0301448Z 821 | ) -> Quantity<
2020-10-31T03:24:07.0301756Z | __________________^
2020-10-31T03:24:07.0302283Z 822 | | $quantities<$($crate::typenum::PartialQuot<D::$symbol, $crate::typenum::P2>),+>,
2020-10-31T03:24:07.0302819Z 823 | | U, V>
2020-10-31T03:24:07.0303491Z | |_____________________^ the trait `Integer` is not implemented for `<<D as si::Dimension>::J as typenum::PartialDiv<PInt<UInt<UInt<UTerm, B1>, B0>>>>::Output`
2020-10-31T03:24:07.0304116Z |
2020-10-31T03:24:07.0305182Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:10:1
2020-10-31T03:24:07.0305784Z |
2020-10-31T03:24:07.0306073Z 10 | / system! {
2020-10-31T03:24:07.0306858Z 11 | | /// [International System of Quantities](http://jcgm.bipm.org/vim/en/1.6.html) (ISQ).
2020-10-31T03:24:07.0307439Z 12 | | ///
2020-10-31T03:24:07.0307780Z 13 | | /// ## Generic Parameters
2020-10-31T03:24:07.0308101Z ... |
2020-10-31T03:24:07.0308356Z 95 | | }
2020-10-31T03:24:07.0308626Z 96 | | }
2020-10-31T03:24:07.0309131Z | |_- in this macro invocation
2020-10-31T03:24:07.0309462Z |
2020-10-31T03:24:07.0310264Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.0310784Z
2020-10-31T03:24:07.0443882Z error[E0277]: the trait bound `L: Integer` is not satisfied
2020-10-31T03:24:07.0445372Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.0445994Z |
2020-10-31T03:24:07.0446329Z 186 | val: Quantity<
2020-10-31T03:24:07.0446650Z | __________________________^
2020-10-31T03:24:07.0447009Z 187 | | dyn Dimension<
2020-10-31T03:24:07.0447352Z 188 | | L = L,
2020-10-31T03:24:07.0447651Z 189 | | M = M,
2020-10-31T03:24:07.0447921Z ... |
2020-10-31T03:24:07.0448198Z 198 | | V,
2020-10-31T03:24:07.0448474Z 199 | | >,
2020-10-31T03:24:07.0448894Z | |_____________________^ the trait `Integer` is not implemented for `L`
2020-10-31T03:24:07.0449287Z ...
2020-10-31T03:24:07.0449633Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:07.0450270Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.0450628Z |
2020-10-31T03:24:07.0451777Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.0452391Z |
2020-10-31T03:24:07.0452731Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.0453329Z | -------- required by a bound in this
2020-10-31T03:24:07.0453699Z 244 | where
2020-10-31T03:24:07.0454072Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.0454901Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.0455279Z |
2020-10-31T03:24:07.0456082Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.0456848Z help: consider further restricting type parameter `L`
2020-10-31T03:24:07.0457274Z |
2020-10-31T03:24:07.0457685Z 183 | V: ::num_traits::Num + ::Conversion<V>, L: Integer
2020-10-31T03:24:07.0458103Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.0458308Z
2020-10-31T03:24:07.0568901Z error[E0277]: the trait bound `M: Integer` is not satisfied
2020-10-31T03:24:07.0570917Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.0571685Z |
2020-10-31T03:24:07.0572340Z 186 | val: Quantity<
2020-10-31T03:24:07.0572795Z | __________________________^
2020-10-31T03:24:07.0573231Z 187 | | dyn Dimension<
2020-10-31T03:24:07.0573673Z 188 | | L = L,
2020-10-31T03:24:07.0574066Z 189 | | M = M,
2020-10-31T03:24:07.0574432Z ... |
2020-10-31T03:24:07.0574811Z 198 | | V,
2020-10-31T03:24:07.0575185Z 199 | | >,
2020-10-31T03:24:07.0575701Z | |_____________________^ the trait `Integer` is not implemented for `M`
2020-10-31T03:24:07.0576205Z ...
2020-10-31T03:24:07.0576667Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:07.0577530Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.0577997Z |
2020-10-31T03:24:07.0579262Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.0580016Z |
2020-10-31T03:24:07.0580468Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.0581296Z | -------- required by a bound in this
2020-10-31T03:24:07.0581786Z 244 | where
2020-10-31T03:24:07.0582234Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.0583220Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.0583717Z |
2020-10-31T03:24:07.0584642Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.0585546Z help: consider further restricting type parameter `M`
2020-10-31T03:24:07.0586068Z |
2020-10-31T03:24:07.0586571Z 183 | V: ::num_traits::Num + ::Conversion<V>, M: Integer
2020-10-31T03:24:07.0587099Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.0587417Z
2020-10-31T03:24:07.0689784Z error[E0277]: the trait bound `T: Integer` is not satisfied
2020-10-31T03:24:07.0691310Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.0691934Z |
2020-10-31T03:24:07.0692252Z 186 | val: Quantity<
2020-10-31T03:24:07.0692578Z | __________________________^
2020-10-31T03:24:07.0692929Z 187 | | dyn Dimension<
2020-10-31T03:24:07.0693262Z 188 | | L = L,
2020-10-31T03:24:07.0693559Z 189 | | M = M,
2020-10-31T03:24:07.0693832Z ... |
2020-10-31T03:24:07.0694098Z 198 | | V,
2020-10-31T03:24:07.0694376Z 199 | | >,
2020-10-31T03:24:07.0694791Z | |_____________________^ the trait `Integer` is not implemented for `T`
2020-10-31T03:24:07.0695190Z ...
2020-10-31T03:24:07.0695551Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:07.0696192Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.0696536Z |
2020-10-31T03:24:07.0697699Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.0698324Z |
2020-10-31T03:24:07.0698664Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.0699282Z | -------- required by a bound in this
2020-10-31T03:24:07.0699637Z 244 | where
2020-10-31T03:24:07.0699985Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.0700818Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.0701195Z |
2020-10-31T03:24:07.0702014Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.0702785Z help: consider further restricting type parameter `T`
2020-10-31T03:24:07.0703212Z |
2020-10-31T03:24:07.0703613Z 183 | V: ::num_traits::Num + ::Conversion<V>, T: Integer
2020-10-31T03:24:07.0704035Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.0704486Z
2020-10-31T03:24:07.0819463Z error[E0277]: the trait bound `I: Integer` is not satisfied
2020-10-31T03:24:07.0820960Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.0821595Z |
2020-10-31T03:24:07.0821914Z 186 | val: Quantity<
2020-10-31T03:24:07.0822234Z | __________________________^
2020-10-31T03:24:07.0822567Z 187 | | dyn Dimension<
2020-10-31T03:24:07.0822899Z 188 | | L = L,
2020-10-31T03:24:07.0823194Z 189 | | M = M,
2020-10-31T03:24:07.0823475Z ... |
2020-10-31T03:24:07.0823739Z 198 | | V,
2020-10-31T03:24:07.0824015Z 199 | | >,
2020-10-31T03:24:07.0824428Z | |_____________________^ the trait `Integer` is not implemented for `I`
2020-10-31T03:24:07.0824826Z ...
2020-10-31T03:24:07.0825169Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:07.0825808Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.0826364Z |
2020-10-31T03:24:07.0827534Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.0828162Z |
2020-10-31T03:24:07.0828499Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.0829105Z | -------- required by a bound in this
2020-10-31T03:24:07.0829479Z 244 | where
2020-10-31T03:24:07.0829822Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.0830650Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.0831025Z |
2020-10-31T03:24:07.0831824Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.0832591Z help: consider further restricting type parameter `I`
2020-10-31T03:24:07.0833030Z |
2020-10-31T03:24:07.0833427Z 183 | V: ::num_traits::Num + ::Conversion<V>, I: Integer
2020-10-31T03:24:07.0833859Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.0834079Z
2020-10-31T03:24:07.0942348Z error[E0277]: the trait bound `Th: Integer` is not satisfied
2020-10-31T03:24:07.0943846Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.0944470Z |
2020-10-31T03:24:07.0944785Z 186 | val: Quantity<
2020-10-31T03:24:07.0945119Z | __________________________^
2020-10-31T03:24:07.0945446Z 187 | | dyn Dimension<
2020-10-31T03:24:07.0945781Z 188 | | L = L,
2020-10-31T03:24:07.0946077Z 189 | | M = M,
2020-10-31T03:24:07.0946342Z ... |
2020-10-31T03:24:07.0946605Z 198 | | V,
2020-10-31T03:24:07.0946898Z 199 | | >,
2020-10-31T03:24:07.0947315Z | |_____________________^ the trait `Integer` is not implemented for `Th`
2020-10-31T03:24:07.0947739Z ...
2020-10-31T03:24:07.0948093Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:07.0948736Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.0949080Z |
2020-10-31T03:24:07.0950254Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.0950874Z |
2020-10-31T03:24:07.0951216Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.0951813Z | -------- required by a bound in this
2020-10-31T03:24:07.0952170Z 244 | where
2020-10-31T03:24:07.0952517Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.0953362Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.0953741Z |
2020-10-31T03:24:07.0954539Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.0955302Z help: consider further restricting type parameter `Th`
2020-10-31T03:24:07.0955983Z |
2020-10-31T03:24:07.0956390Z 183 | V: ::num_traits::Num + ::Conversion<V>, Th: Integer
2020-10-31T03:24:07.0956830Z | ^^^^^^^^^^^^^
2020-10-31T03:24:07.0957182Z
2020-10-31T03:24:07.1068157Z error[E0277]: the trait bound `N: Integer` is not satisfied
2020-10-31T03:24:07.1069653Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.1070264Z |
2020-10-31T03:24:07.1070581Z 186 | val: Quantity<
2020-10-31T03:24:07.1070903Z | __________________________^
2020-10-31T03:24:07.1071237Z 187 | | dyn Dimension<
2020-10-31T03:24:07.1071586Z 188 | | L = L,
2020-10-31T03:24:07.1071881Z 189 | | M = M,
2020-10-31T03:24:07.1072146Z ... |
2020-10-31T03:24:07.1072410Z 198 | | V,
2020-10-31T03:24:07.1072714Z 199 | | >,
2020-10-31T03:24:07.1073327Z | |_____________________^ the trait `Integer` is not implemented for `N`
2020-10-31T03:24:07.1073748Z ...
2020-10-31T03:24:07.1074093Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:07.1074745Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.1075091Z |
2020-10-31T03:24:07.1076250Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.1076870Z |
2020-10-31T03:24:07.1077362Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.1077978Z | -------- required by a bound in this
2020-10-31T03:24:07.1078335Z 244 | where
2020-10-31T03:24:07.1078683Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.1079517Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.1079908Z |
2020-10-31T03:24:07.1080723Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.1081493Z help: consider further restricting type parameter `N`
2020-10-31T03:24:07.1081924Z |
2020-10-31T03:24:07.1082322Z 183 | V: ::num_traits::Num + ::Conversion<V>, N: Integer
2020-10-31T03:24:07.1082746Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.1082967Z
2020-10-31T03:24:07.1201290Z error[E0277]: the trait bound `J: Integer` is not satisfied
2020-10-31T03:24:07.1202806Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.1203437Z |
2020-10-31T03:24:07.1203751Z 186 | val: Quantity<
2020-10-31T03:24:07.1204069Z | __________________________^
2020-10-31T03:24:07.1204400Z 187 | | dyn Dimension<
2020-10-31T03:24:07.1204733Z 188 | | L = L,
2020-10-31T03:24:07.1205053Z 189 | | M = M,
2020-10-31T03:24:07.1205332Z ... |
2020-10-31T03:24:07.1205600Z 198 | | V,
2020-10-31T03:24:07.1205876Z 199 | | >,
2020-10-31T03:24:07.1206287Z | |_____________________^ the trait `Integer` is not implemented for `J`
2020-10-31T03:24:07.1206685Z ...
2020-10-31T03:24:07.1207081Z 290 | impl_from!(AngleKind, Kind);
2020-10-31T03:24:07.1207742Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.1208085Z |
2020-10-31T03:24:07.1209228Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.1209849Z |
2020-10-31T03:24:07.1210183Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.1210799Z | -------- required by a bound in this
2020-10-31T03:24:07.1211153Z 244 | where
2020-10-31T03:24:07.1211498Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.1212569Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.1212946Z |
2020-10-31T03:24:07.1213746Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.1214531Z help: consider further restricting type parameter `J`
2020-10-31T03:24:07.1214951Z |
2020-10-31T03:24:07.1215346Z 183 | V: ::num_traits::Num + ::Conversion<V>, J: Integer
2020-10-31T03:24:07.1215765Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.1215985Z
2020-10-31T03:24:07.1287593Z error[E0277]: the trait bound `L: Integer` is not satisfied
2020-10-31T03:24:07.1288964Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.1289583Z |
2020-10-31T03:24:07.1289912Z 186 | val: Quantity<
2020-10-31T03:24:07.1290234Z | __________________________^
2020-10-31T03:24:07.1290586Z 187 | | dyn Dimension<
2020-10-31T03:24:07.1291079Z 188 | | L = L,
2020-10-31T03:24:07.1291378Z 189 | | M = M,
2020-10-31T03:24:07.1291643Z ... |
2020-10-31T03:24:07.1291927Z 198 | | V,
2020-10-31T03:24:07.1292198Z 199 | | >,
2020-10-31T03:24:07.1292616Z | |_____________________^ the trait `Integer` is not implemented for `L`
2020-10-31T03:24:07.1293016Z ...
2020-10-31T03:24:07.1293356Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:07.1294000Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.1294358Z |
2020-10-31T03:24:07.1295487Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.1296113Z |
2020-10-31T03:24:07.1296452Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.1297053Z | -------- required by a bound in this
2020-10-31T03:24:07.1297417Z 244 | where
2020-10-31T03:24:07.1297781Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.1298607Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.1298984Z |
2020-10-31T03:24:07.1299785Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.1300555Z help: consider further restricting type parameter `L`
2020-10-31T03:24:07.1300980Z |
2020-10-31T03:24:07.1301392Z 183 | V: ::num_traits::Num + ::Conversion<V>, L: Integer
2020-10-31T03:24:07.1301813Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.1302018Z
2020-10-31T03:24:07.1399636Z error[E0277]: the trait bound `M: Integer` is not satisfied
2020-10-31T03:24:07.1401036Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.1401651Z |
2020-10-31T03:24:07.1402002Z 186 | val: Quantity<
2020-10-31T03:24:07.1402326Z | __________________________^
2020-10-31T03:24:07.1402673Z 187 | | dyn Dimension<
2020-10-31T03:24:07.1403004Z 188 | | L = L,
2020-10-31T03:24:07.1403297Z 189 | | M = M,
2020-10-31T03:24:07.1403562Z ... |
2020-10-31T03:24:07.1403825Z 198 | | V,
2020-10-31T03:24:07.1404101Z 199 | | >,
2020-10-31T03:24:07.1404530Z | |_____________________^ the trait `Integer` is not implemented for `M`
2020-10-31T03:24:07.1404925Z ...
2020-10-31T03:24:07.1405266Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:07.1405899Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.1406242Z |
2020-10-31T03:24:07.1407416Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.1408046Z |
2020-10-31T03:24:07.1408554Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.1409172Z | -------- required by a bound in this
2020-10-31T03:24:07.1409529Z 244 | where
2020-10-31T03:24:07.1409904Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.1410741Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.1411138Z |
2020-10-31T03:24:07.1411934Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.1412698Z help: consider further restricting type parameter `M`
2020-10-31T03:24:07.1413120Z |
2020-10-31T03:24:07.1413516Z 183 | V: ::num_traits::Num + ::Conversion<V>, M: Integer
2020-10-31T03:24:07.1413953Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.1414153Z
2020-10-31T03:24:07.1545635Z error[E0277]: the trait bound `T: Integer` is not satisfied
2020-10-31T03:24:07.1547075Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.1547866Z |
2020-10-31T03:24:07.1548189Z 186 | val: Quantity<
2020-10-31T03:24:07.1548511Z | __________________________^
2020-10-31T03:24:07.1548840Z 187 | | dyn Dimension<
2020-10-31T03:24:07.1549176Z 188 | | L = L,
2020-10-31T03:24:07.1549485Z 189 | | M = M,
2020-10-31T03:24:07.1549750Z ... |
2020-10-31T03:24:07.1550014Z 198 | | V,
2020-10-31T03:24:07.1550287Z 199 | | >,
2020-10-31T03:24:07.1550701Z | |_____________________^ the trait `Integer` is not implemented for `T`
2020-10-31T03:24:07.1551096Z ...
2020-10-31T03:24:07.1551452Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:07.1552099Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.1552444Z |
2020-10-31T03:24:07.1553580Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.1554212Z |
2020-10-31T03:24:07.1554550Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.1555168Z | -------- required by a bound in this
2020-10-31T03:24:07.1555526Z 244 | where
2020-10-31T03:24:07.1555869Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.1556695Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.1557249Z |
2020-10-31T03:24:07.1558082Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.1558854Z help: consider further restricting type parameter `T`
2020-10-31T03:24:07.1559283Z |
2020-10-31T03:24:07.1559683Z 183 | V: ::num_traits::Num + ::Conversion<V>, T: Integer
2020-10-31T03:24:07.1560104Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.1560333Z
2020-10-31T03:24:07.1668094Z error[E0277]: the trait bound `I: Integer` is not satisfied
2020-10-31T03:24:07.1669544Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.1670178Z |
2020-10-31T03:24:07.1670496Z 186 | val: Quantity<
2020-10-31T03:24:07.1670815Z | __________________________^
2020-10-31T03:24:07.1671142Z 187 | | dyn Dimension<
2020-10-31T03:24:07.1671479Z 188 | | L = L,
2020-10-31T03:24:07.1671773Z 189 | | M = M,
2020-10-31T03:24:07.1672051Z ... |
2020-10-31T03:24:07.1672314Z 198 | | V,
2020-10-31T03:24:07.1672587Z 199 | | >,
2020-10-31T03:24:07.1673001Z | |_____________________^ the trait `Integer` is not implemented for `I`
2020-10-31T03:24:07.1673399Z ...
2020-10-31T03:24:07.1673739Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:07.1674382Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.1674904Z |
2020-10-31T03:24:07.1676064Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.1688633Z |
2020-10-31T03:24:07.1688991Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.1689823Z | -------- required by a bound in this
2020-10-31T03:24:07.1690185Z 244 | where
2020-10-31T03:24:07.1690530Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.1691571Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.1691952Z |
2020-10-31T03:24:07.1692762Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.1693542Z help: consider further restricting type parameter `I`
2020-10-31T03:24:07.1693963Z |
2020-10-31T03:24:07.1694361Z 183 | V: ::num_traits::Num + ::Conversion<V>, I: Integer
2020-10-31T03:24:07.1694975Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.1695197Z
2020-10-31T03:24:07.1875593Z error[E0277]: the trait bound `Th: Integer` is not satisfied
2020-10-31T03:24:07.1877205Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.1877834Z |
2020-10-31T03:24:07.1878152Z 186 | val: Quantity<
2020-10-31T03:24:07.1878494Z | __________________________^
2020-10-31T03:24:07.1878826Z 187 | | dyn Dimension<
2020-10-31T03:24:07.1879158Z 188 | | L = L,
2020-10-31T03:24:07.1879453Z 189 | | M = M,
2020-10-31T03:24:07.1879720Z ... |
2020-10-31T03:24:07.1879984Z 198 | | V,
2020-10-31T03:24:07.1880270Z 199 | | >,
2020-10-31T03:24:07.1880688Z | |_____________________^ the trait `Integer` is not implemented for `Th`
2020-10-31T03:24:07.1881113Z ...
2020-10-31T03:24:07.1881462Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:07.1882104Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.1882449Z |
2020-10-31T03:24:07.1883611Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.1884237Z |
2020-10-31T03:24:07.1884575Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.1885179Z | -------- required by a bound in this
2020-10-31T03:24:07.1885541Z 244 | where
2020-10-31T03:24:07.1885888Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.1886734Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.1887110Z |
2020-10-31T03:24:07.1887908Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.1888682Z help: consider further restricting type parameter `Th`
2020-10-31T03:24:07.1889114Z |
2020-10-31T03:24:07.1889529Z 183 | V: ::num_traits::Num + ::Conversion<V>, Th: Integer
2020-10-31T03:24:07.1889945Z | ^^^^^^^^^^^^^
2020-10-31T03:24:07.1890145Z
2020-10-31T03:24:07.2047186Z error[E0277]: the trait bound `N: Integer` is not satisfied
2020-10-31T03:24:07.2048732Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.2049357Z |
2020-10-31T03:24:07.2049675Z 186 | val: Quantity<
2020-10-31T03:24:07.2049998Z | __________________________^
2020-10-31T03:24:07.2050330Z 187 | | dyn Dimension<
2020-10-31T03:24:07.2050666Z 188 | | L = L,
2020-10-31T03:24:07.2050977Z 189 | | M = M,
2020-10-31T03:24:07.2051242Z ... |
2020-10-31T03:24:07.2051508Z 198 | | V,
2020-10-31T03:24:07.2051988Z 199 | | >,
2020-10-31T03:24:07.2052409Z | |_____________________^ the trait `Integer` is not implemented for `N`
2020-10-31T03:24:07.2052807Z ...
2020-10-31T03:24:07.2053159Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:07.2053805Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.2054147Z |
2020-10-31T03:24:07.2055301Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.2055922Z |
2020-10-31T03:24:07.2056259Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.2056878Z | -------- required by a bound in this
2020-10-31T03:24:07.2057235Z 244 | where
2020-10-31T03:24:07.2057580Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.2058403Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.2058777Z |
2020-10-31T03:24:07.2059682Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.2060456Z help: consider further restricting type parameter `N`
2020-10-31T03:24:07.2060882Z |
2020-10-31T03:24:07.2061277Z 183 | V: ::num_traits::Num + ::Conversion<V>, N: Integer
2020-10-31T03:24:07.2061695Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.2061912Z
2020-10-31T03:24:07.2212955Z error[E0277]: the trait bound `J: Integer` is not satisfied
2020-10-31T03:24:07.2220911Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.2221550Z |
2020-10-31T03:24:07.2221867Z 186 | val: Quantity<
2020-10-31T03:24:07.2222187Z | __________________________^
2020-10-31T03:24:07.2222516Z 187 | | dyn Dimension<
2020-10-31T03:24:07.2222851Z 188 | | L = L,
2020-10-31T03:24:07.2223156Z 189 | | M = M,
2020-10-31T03:24:07.2223436Z ... |
2020-10-31T03:24:07.2223704Z 198 | | V,
2020-10-31T03:24:07.2223976Z 199 | | >,
2020-10-31T03:24:07.2224388Z | |_____________________^ the trait `Integer` is not implemented for `J`
2020-10-31T03:24:07.2224786Z ...
2020-10-31T03:24:07.2225138Z 291 | impl_from!(Kind, AngleKind);
2020-10-31T03:24:07.2225772Z | ---------------------------- in this macro invocation
2020-10-31T03:24:07.2226116Z |
2020-10-31T03:24:07.2227256Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.2227880Z |
2020-10-31T03:24:07.2228214Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.2228825Z | -------- required by a bound in this
2020-10-31T03:24:07.2229179Z 244 | where
2020-10-31T03:24:07.2229522Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.2230342Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.2230730Z |
2020-10-31T03:24:07.2231542Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.2232304Z help: consider further restricting type parameter `J`
2020-10-31T03:24:07.2232727Z |
2020-10-31T03:24:07.2233123Z 183 | V: ::num_traits::Num + ::Conversion<V>, J: Integer
2020-10-31T03:24:07.2233537Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.2233753Z
2020-10-31T03:24:07.2349920Z error[E0277]: the trait bound `L: Integer` is not satisfied
2020-10-31T03:24:07.2351344Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.2351957Z |
2020-10-31T03:24:07.2352284Z 186 | val: Quantity<
2020-10-31T03:24:07.2352603Z | __________________________^
2020-10-31T03:24:07.2352931Z 187 | | dyn Dimension<
2020-10-31T03:24:07.2353476Z 188 | | L = L,
2020-10-31T03:24:07.2353770Z 189 | | M = M,
2020-10-31T03:24:07.2354031Z ... |
2020-10-31T03:24:07.2354310Z 198 | | V,
2020-10-31T03:24:07.2354583Z 199 | | >,
2020-10-31T03:24:07.2354996Z | |_____________________^ the trait `Integer` is not implemented for `L`
2020-10-31T03:24:07.2355397Z ...
2020-10-31T03:24:07.2355790Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:07.2356493Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.2356850Z |
2020-10-31T03:24:07.2358135Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.2358759Z |
2020-10-31T03:24:07.2359096Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.2359701Z | -------- required by a bound in this
2020-10-31T03:24:07.2360080Z 244 | where
2020-10-31T03:24:07.2360533Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.2361368Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.2361745Z |
2020-10-31T03:24:07.2362544Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.2363305Z help: consider further restricting type parameter `L`
2020-10-31T03:24:07.2363748Z |
2020-10-31T03:24:07.2364139Z 183 | V: ::num_traits::Num + ::Conversion<V>, L: Integer
2020-10-31T03:24:07.2364551Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.2364767Z
2020-10-31T03:24:07.2518264Z error[E0277]: the trait bound `M: Integer` is not satisfied
2020-10-31T03:24:07.2519728Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.2520343Z |
2020-10-31T03:24:07.2520686Z 186 | val: Quantity<
2020-10-31T03:24:07.2521025Z | __________________________^
2020-10-31T03:24:07.2521355Z 187 | | dyn Dimension<
2020-10-31T03:24:07.2521689Z 188 | | L = L,
2020-10-31T03:24:07.2521982Z 189 | | M = M,
2020-10-31T03:24:07.2522248Z ... |
2020-10-31T03:24:07.2522512Z 198 | | V,
2020-10-31T03:24:07.2522802Z 199 | | >,
2020-10-31T03:24:07.2523213Z | |_____________________^ the trait `Integer` is not implemented for `M`
2020-10-31T03:24:07.2523612Z ...
2020-10-31T03:24:07.2524008Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:07.2524693Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.2525041Z |
2020-10-31T03:24:07.2526209Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.2526835Z |
2020-10-31T03:24:07.2527179Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.2527782Z | -------- required by a bound in this
2020-10-31T03:24:07.2528142Z 244 | where
2020-10-31T03:24:07.2528482Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.2529327Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.2529706Z |
2020-10-31T03:24:07.2530507Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.2531278Z help: consider further restricting type parameter `M`
2020-10-31T03:24:07.2531704Z |
2020-10-31T03:24:07.2532101Z 183 | V: ::num_traits::Num + ::Conversion<V>, M: Integer
2020-10-31T03:24:07.2532528Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.2532728Z
2020-10-31T03:24:07.2667625Z error[E0277]: the trait bound `T: Integer` is not satisfied
2020-10-31T03:24:07.2669098Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.2669924Z |
2020-10-31T03:24:07.2670243Z 186 | val: Quantity<
2020-10-31T03:24:07.2670561Z | __________________________^
2020-10-31T03:24:07.2670892Z 187 | | dyn Dimension<
2020-10-31T03:24:07.2671239Z 188 | | L = L,
2020-10-31T03:24:07.2671534Z 189 | | M = M,
2020-10-31T03:24:07.2671800Z ... |
2020-10-31T03:24:07.2672064Z 198 | | V,
2020-10-31T03:24:07.2672338Z 199 | | >,
2020-10-31T03:24:07.2672752Z | |_____________________^ the trait `Integer` is not implemented for `T`
2020-10-31T03:24:07.2673161Z ...
2020-10-31T03:24:07.2673553Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:07.2674261Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.2674606Z |
2020-10-31T03:24:07.2675856Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.2676470Z |
2020-10-31T03:24:07.2676821Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.2677569Z | -------- required by a bound in this
2020-10-31T03:24:07.2677927Z 244 | where
2020-10-31T03:24:07.2678271Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.2679098Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.2679471Z |
2020-10-31T03:24:07.2680282Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.2681048Z help: consider further restricting type parameter `T`
2020-10-31T03:24:07.2681474Z |
2020-10-31T03:24:07.2681869Z 183 | V: ::num_traits::Num + ::Conversion<V>, T: Integer
2020-10-31T03:24:07.2682290Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.2682519Z
2020-10-31T03:24:07.2776866Z error[E0277]: the trait bound `I: Integer` is not satisfied
2020-10-31T03:24:07.2778328Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.2778957Z |
2020-10-31T03:24:07.2779274Z 186 | val: Quantity<
2020-10-31T03:24:07.2779596Z | __________________________^
2020-10-31T03:24:07.2779928Z 187 | | dyn Dimension<
2020-10-31T03:24:07.2780259Z 188 | | L = L,
2020-10-31T03:24:07.2780551Z 189 | | M = M,
2020-10-31T03:24:07.2780832Z ... |
2020-10-31T03:24:07.2781095Z 198 | | V,
2020-10-31T03:24:07.2781372Z 199 | | >,
2020-10-31T03:24:07.2781786Z | |_____________________^ the trait `Integer` is not implemented for `I`
2020-10-31T03:24:07.2782185Z ...
2020-10-31T03:24:07.2782577Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:07.2783294Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.2783647Z |
2020-10-31T03:24:07.2784793Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.2785412Z |
2020-10-31T03:24:07.2785751Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.2786360Z | -------- required by a bound in this
2020-10-31T03:24:07.2786718Z 244 | where
2020-10-31T03:24:07.2787064Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.2787887Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.2788265Z |
2020-10-31T03:24:07.2789064Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.2789851Z help: consider further restricting type parameter `I`
2020-10-31T03:24:07.2790278Z |
2020-10-31T03:24:07.2790674Z 183 | V: ::num_traits::Num + ::Conversion<V>, I: Integer
2020-10-31T03:24:07.2791302Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.2791525Z
2020-10-31T03:24:07.2955380Z error[E0277]: the trait bound `Th: Integer` is not satisfied
2020-10-31T03:24:07.2956885Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.2957622Z |
2020-10-31T03:24:07.2957949Z 186 | val: Quantity<
2020-10-31T03:24:07.2958271Z | __________________________^
2020-10-31T03:24:07.2958605Z 187 | | dyn Dimension<
2020-10-31T03:24:07.2958944Z 188 | | L = L,
2020-10-31T03:24:07.2959241Z 189 | | M = M,
2020-10-31T03:24:07.2959505Z ... |
2020-10-31T03:24:07.2959787Z 198 | | V,
2020-10-31T03:24:07.2960060Z 199 | | >,
2020-10-31T03:24:07.2960475Z | |_____________________^ the trait `Integer` is not implemented for `Th`
2020-10-31T03:24:07.2960900Z ...
2020-10-31T03:24:07.2961515Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:07.2962244Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.2962611Z |
2020-10-31T03:24:07.2963756Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.2964378Z |
2020-10-31T03:24:07.2964718Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.2965319Z | -------- required by a bound in this
2020-10-31T03:24:07.2965674Z 244 | where
2020-10-31T03:24:07.2966031Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.2966852Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.2967226Z |
2020-10-31T03:24:07.2968023Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.2968798Z help: consider further restricting type parameter `Th`
2020-10-31T03:24:07.2969230Z |
2020-10-31T03:24:07.2969640Z 183 | V: ::num_traits::Num + ::Conversion<V>, Th: Integer
2020-10-31T03:24:07.2970057Z | ^^^^^^^^^^^^^
2020-10-31T03:24:07.2970260Z
2020-10-31T03:24:07.3114388Z error[E0277]: the trait bound `N: Integer` is not satisfied
2020-10-31T03:24:07.3115819Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.3116442Z |
2020-10-31T03:24:07.3116758Z 186 | val: Quantity<
2020-10-31T03:24:07.3117229Z | __________________________^
2020-10-31T03:24:07.3117573Z 187 | | dyn Dimension<
2020-10-31T03:24:07.3117906Z 188 | | L = L,
2020-10-31T03:24:07.3118197Z 189 | | M = M,
2020-10-31T03:24:07.3118462Z ... |
2020-10-31T03:24:07.3118727Z 198 | | V,
2020-10-31T03:24:07.3119027Z 199 | | >,
2020-10-31T03:24:07.3119463Z | |_____________________^ the trait `Integer` is not implemented for `N`
2020-10-31T03:24:07.3119859Z ...
2020-10-31T03:24:07.3120253Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:07.3120953Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.3121297Z |
2020-10-31T03:24:07.3122435Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.3123073Z |
2020-10-31T03:24:07.3123412Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.3124012Z | -------- required by a bound in this
2020-10-31T03:24:07.3124371Z 244 | where
2020-10-31T03:24:07.3124715Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.3125540Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.3126141Z |
2020-10-31T03:24:07.3126959Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.3127727Z help: consider further restricting type parameter `N`
2020-10-31T03:24:07.3128149Z |
2020-10-31T03:24:07.3128555Z 183 | V: ::num_traits::Num + ::Conversion<V>, N: Integer
2020-10-31T03:24:07.3128992Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.3129199Z
2020-10-31T03:24:07.3225893Z error[E0277]: the trait bound `J: Integer` is not satisfied
2020-10-31T03:24:07.3227374Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.3227988Z |
2020-10-31T03:24:07.3228299Z 186 | val: Quantity<
2020-10-31T03:24:07.3228617Z | __________________________^
2020-10-31T03:24:07.3228946Z 187 | | dyn Dimension<
2020-10-31T03:24:07.3229278Z 188 | | L = L,
2020-10-31T03:24:07.3229613Z 189 | | M = M,
2020-10-31T03:24:07.3230032Z ... |
2020-10-31T03:24:07.3230303Z 198 | | V,
2020-10-31T03:24:07.3230578Z 199 | | >,
2020-10-31T03:24:07.3230990Z | |_____________________^ the trait `Integer` is not implemented for `J`
2020-10-31T03:24:07.3231387Z ...
2020-10-31T03:24:07.3231796Z 292 | impl_from!(InformationKind, Kind);
2020-10-31T03:24:07.3232497Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.3232847Z |
2020-10-31T03:24:07.3233993Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.3234607Z |
2020-10-31T03:24:07.3234956Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.3235554Z | -------- required by a bound in this
2020-10-31T03:24:07.3235908Z 244 | where
2020-10-31T03:24:07.3236250Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.3237224Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.3237604Z |
2020-10-31T03:24:07.3238428Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.3239194Z help: consider further restricting type parameter `J`
2020-10-31T03:24:07.3239623Z |
2020-10-31T03:24:07.3240018Z 183 | V: ::num_traits::Num + ::Conversion<V>, J: Integer
2020-10-31T03:24:07.3240438Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.3240659Z
2020-10-31T03:24:07.3389175Z error[E0277]: the trait bound `L: Integer` is not satisfied
2020-10-31T03:24:07.3390654Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.3391286Z |
2020-10-31T03:24:07.3391602Z 186 | val: Quantity<
2020-10-31T03:24:07.3391918Z | __________________________^
2020-10-31T03:24:07.3392280Z 187 | | dyn Dimension<
2020-10-31T03:24:07.3392611Z 188 | | L = L,
2020-10-31T03:24:07.3392904Z 189 | | M = M,
2020-10-31T03:24:07.3393182Z ... |
2020-10-31T03:24:07.3393449Z 198 | | V,
2020-10-31T03:24:07.3393724Z 199 | | >,
2020-10-31T03:24:07.3394134Z | |_____________________^ the trait `Integer` is not implemented for `L`
2020-10-31T03:24:07.3394532Z ...
2020-10-31T03:24:07.3394917Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:07.3395616Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.3395966Z |
2020-10-31T03:24:07.3397245Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.3397867Z |
2020-10-31T03:24:07.3398205Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.3398816Z | -------- required by a bound in this
2020-10-31T03:24:07.3399400Z 244 | where
2020-10-31T03:24:07.3399747Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.3400593Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.3400975Z |
2020-10-31T03:24:07.3401778Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.3402551Z help: consider further restricting type parameter `L`
2020-10-31T03:24:07.3402994Z |
2020-10-31T03:24:07.3403392Z 183 | V: ::num_traits::Num + ::Conversion<V>, L: Integer
2020-10-31T03:24:07.3403814Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.3404035Z
2020-10-31T03:24:07.3538448Z error[E0277]: the trait bound `M: Integer` is not satisfied
2020-10-31T03:24:07.3539948Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.3540594Z |
2020-10-31T03:24:07.3541105Z 186 | val: Quantity<
2020-10-31T03:24:07.3541446Z | __________________________^
2020-10-31T03:24:07.3541773Z 187 | | dyn Dimension<
2020-10-31T03:24:07.3542103Z 188 | | L = L,
2020-10-31T03:24:07.3542396Z 189 | | M = M,
2020-10-31T03:24:07.3542659Z ... |
2020-10-31T03:24:07.3542923Z 198 | | V,
2020-10-31T03:24:07.3543210Z 199 | | >,
2020-10-31T03:24:07.3543621Z | |_____________________^ the trait `Integer` is not implemented for `M`
2020-10-31T03:24:07.3544017Z ...
2020-10-31T03:24:07.3544404Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:07.3545099Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.3545452Z |
2020-10-31T03:24:07.3546632Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.3547256Z |
2020-10-31T03:24:07.3547597Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.3548203Z | -------- required by a bound in this
2020-10-31T03:24:07.3548557Z 244 | where
2020-10-31T03:24:07.3548898Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.3549739Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.3550116Z |
2020-10-31T03:24:07.3550911Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.3551677Z help: consider further restricting type parameter `M`
2020-10-31T03:24:07.3552098Z |
2020-10-31T03:24:07.3552493Z 183 | V: ::num_traits::Num + ::Conversion<V>, M: Integer
2020-10-31T03:24:07.3552925Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.3553127Z
2020-10-31T03:24:07.3720942Z error[E0277]: the trait bound `T: Integer` is not satisfied
2020-10-31T03:24:07.3722457Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.3723065Z |
2020-10-31T03:24:07.3723381Z 186 | val: Quantity<
2020-10-31T03:24:07.3723698Z | __________________________^
2020-10-31T03:24:07.3724027Z 187 | | dyn Dimension<
2020-10-31T03:24:07.3724371Z 188 | | L = L,
2020-10-31T03:24:07.3724664Z 189 | | M = M,
2020-10-31T03:24:07.3724926Z ... |
2020-10-31T03:24:07.3725191Z 198 | | V,
2020-10-31T03:24:07.3725465Z 199 | | >,
2020-10-31T03:24:07.3725877Z | |_____________________^ the trait `Integer` is not implemented for `T`
2020-10-31T03:24:07.3726285Z ...
2020-10-31T03:24:07.3726672Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:07.3727346Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.3727877Z |
2020-10-31T03:24:07.3729038Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.3729655Z |
2020-10-31T03:24:07.3730005Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.3730607Z | -------- required by a bound in this
2020-10-31T03:24:07.3730962Z 244 | where
2020-10-31T03:24:07.3731306Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.3732127Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.3732504Z |
2020-10-31T03:24:07.3733324Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.3734086Z help: consider further restricting type parameter `T`
2020-10-31T03:24:07.3734509Z |
2020-10-31T03:24:07.3734906Z 183 | V: ::num_traits::Num + ::Conversion<V>, T: Integer
2020-10-31T03:24:07.3735323Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.3735712Z
2020-10-31T03:24:07.3855659Z error[E0277]: the trait bound `I: Integer` is not satisfied
2020-10-31T03:24:07.3857148Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.3857761Z |
2020-10-31T03:24:07.3858074Z 186 | val: Quantity<
2020-10-31T03:24:07.3858389Z | __________________________^
2020-10-31T03:24:07.3858718Z 187 | | dyn Dimension<
2020-10-31T03:24:07.3859048Z 188 | | L = L,
2020-10-31T03:24:07.3859352Z 189 | | M = M,
2020-10-31T03:24:07.3859612Z ... |
2020-10-31T03:24:07.3859877Z 198 | | V,
2020-10-31T03:24:07.3860151Z 199 | | >,
2020-10-31T03:24:07.3860568Z | |_____________________^ the trait `Integer` is not implemented for `I`
2020-10-31T03:24:07.3860959Z ...
2020-10-31T03:24:07.3861370Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:07.3862078Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.3862423Z |
2020-10-31T03:24:07.3863572Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.3864193Z |
2020-10-31T03:24:07.3864530Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.3865141Z | -------- required by a bound in this
2020-10-31T03:24:07.3865498Z 244 | where
2020-10-31T03:24:07.3865841Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.3866664Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.3867036Z |
2020-10-31T03:24:07.3867837Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.3868615Z help: consider further restricting type parameter `I`
2020-10-31T03:24:07.3869044Z |
2020-10-31T03:24:07.3869445Z 183 | V: ::num_traits::Num + ::Conversion<V>, I: Integer
2020-10-31T03:24:07.3869867Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.3870086Z
2020-10-31T03:24:07.3990674Z error[E0277]: the trait bound `Th: Integer` is not satisfied
2020-10-31T03:24:07.3992163Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.3992778Z |
2020-10-31T03:24:07.3993105Z 186 | val: Quantity<
2020-10-31T03:24:07.3993422Z | __________________________^
2020-10-31T03:24:07.3993746Z 187 | | dyn Dimension<
2020-10-31T03:24:07.3994081Z 188 | | L = L,
2020-10-31T03:24:07.3994372Z 189 | | M = M,
2020-10-31T03:24:07.3994636Z ... |
2020-10-31T03:24:07.3994913Z 198 | | V,
2020-10-31T03:24:07.3995187Z 199 | | >,
2020-10-31T03:24:07.3995822Z | |_____________________^ the trait `Integer` is not implemented for `Th`
2020-10-31T03:24:07.3996219Z ...
2020-10-31T03:24:07.3996609Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:07.3997453Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.3997819Z |
2020-10-31T03:24:07.3998975Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.3999602Z |
2020-10-31T03:24:07.3999940Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.4000543Z | -------- required by a bound in this
2020-10-31T03:24:07.4000900Z 244 | where
2020-10-31T03:24:07.4001261Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.4002086Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.4002464Z |
2020-10-31T03:24:07.4003263Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.4004132Z help: consider further restricting type parameter `Th`
2020-10-31T03:24:07.4004582Z |
2020-10-31T03:24:07.4004977Z 183 | V: ::num_traits::Num + ::Conversion<V>, Th: Integer
2020-10-31T03:24:07.4005399Z | ^^^^^^^^^^^^^
2020-10-31T03:24:07.4005618Z
2020-10-31T03:24:07.4174832Z error[E0277]: the trait bound `N: Integer` is not satisfied
2020-10-31T03:24:07.4176303Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.4176920Z |
2020-10-31T03:24:07.4177234Z 186 | val: Quantity<
2020-10-31T03:24:07.4177555Z | __________________________^
2020-10-31T03:24:07.4177901Z 187 | | dyn Dimension<
2020-10-31T03:24:07.4178233Z 188 | | L = L,
2020-10-31T03:24:07.4178524Z 189 | | M = M,
2020-10-31T03:24:07.4178819Z ... |
2020-10-31T03:24:07.4179088Z 198 | | V,
2020-10-31T03:24:07.4179365Z 199 | | >,
2020-10-31T03:24:07.4179793Z | |_____________________^ the trait `Integer` is not implemented for `N`
2020-10-31T03:24:07.4180188Z ...
2020-10-31T03:24:07.4180577Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:07.4181260Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.4181605Z |
2020-10-31T03:24:07.4182759Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.4183393Z |
2020-10-31T03:24:07.4183727Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.4184327Z | -------- required by a bound in this
2020-10-31T03:24:07.4184686Z 244 | where
2020-10-31T03:24:07.4185050Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.4185892Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.4186272Z |
2020-10-31T03:24:07.4187073Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.4187838Z help: consider further restricting type parameter `N`
2020-10-31T03:24:07.4188261Z |
2020-10-31T03:24:07.4188659Z 183 | V: ::num_traits::Num + ::Conversion<V>, N: Integer
2020-10-31T03:24:07.4189096Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.4189300Z
2020-10-31T03:24:07.4285145Z error[E0277]: the trait bound `J: Integer` is not satisfied
2020-10-31T03:24:07.4286621Z --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/si/mod.rs:186:26
2020-10-31T03:24:07.4287235Z |
2020-10-31T03:24:07.4287550Z 186 | val: Quantity<
2020-10-31T03:24:07.4287870Z | __________________________^
2020-10-31T03:24:07.4288201Z 187 | | dyn Dimension<
2020-10-31T03:24:07.4288758Z 188 | | L = L,
2020-10-31T03:24:07.4289063Z 189 | | M = M,
2020-10-31T03:24:07.4289331Z ... |
2020-10-31T03:24:07.4289593Z 198 | | V,
2020-10-31T03:24:07.4289867Z 199 | | >,
2020-10-31T03:24:07.4290284Z | |_____________________^ the trait `Integer` is not implemented for `J`
2020-10-31T03:24:07.4290695Z ...
2020-10-31T03:24:07.4291085Z 293 | impl_from!(Kind, InformationKind);
2020-10-31T03:24:07.4291781Z | ---------------------------------- in this macro invocation
2020-10-31T03:24:07.4292128Z |
2020-10-31T03:24:07.4293279Z ::: /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/uom-0.26.0/src/system.rs:243:20
2020-10-31T03:24:07.4293901Z |
2020-10-31T03:24:07.4294253Z 243 | pub struct Quantity<D, U, V>
2020-10-31T03:24:07.4294850Z | -------- required by a bound in this
2020-10-31T03:24:07.4295206Z 244 | where
2020-10-31T03:24:07.4295653Z 245 | D: Dimension + ?Sized,
2020-10-31T03:24:07.4296491Z | --------- required by this bound in `si::Quantity`
2020-10-31T03:24:07.4296868Z |
2020-10-31T03:24:07.4297685Z = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2020-10-31T03:24:07.4298457Z help: consider further restricting type parameter `J`
2020-10-31T03:24:07.4298878Z |
2020-10-31T03:24:07.4299276Z 183 | V: ::num_traits::Num + ::Conversion<V>, J: Integer
2020-10-31T03:24:07.4299696Z | ^^^^^^^^^^^^
2020-10-31T03:24:07.4299912Z
2020-10-31T03:24:07.4503115Z error: aborting due to 147 previous errors
2020-10-31T03:24:07.4503490Z
2020-10-31T03:24:07.4509191Z For more information about this error, try `rustc --explain E0277`.
2020-10-31T03:24:07.4586191Z error: could not compile `uom`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment