You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the 136 errors. Do I need to use a specific version of rust to compile it?
error[E0632]: cannot provide explicit generic arguments when impl Trait` is used in argument position
--> src/tensor_ops/normalize.rs:97:45
|
97 | let r = a.leaky_trace().normalize::<Axis<0>>(1e-5);
| ^^^^^^^ explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
error[E0632]: cannot provide explicit generic arguments when impl Trait is used in argument position
--> src/tensor_ops/normalize.rs:121:45
|
121 | let r = a.leaky_trace().normalize::<Axis<2>>(1e-5);
| ^^^^^^^ explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
error[E0632]: cannot provide explicit generic arguments when impl Trait is used in argument position
--> src/tensor_ops/stddev_to.rs:54:42
|
54 | let r = t.leaky_trace().stddev::<Rank1<4>, _>(1e-8);
| ^^^^^^^^ ^ explicit generic argument not allowed
| |
| explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
error[E0632]: cannot provide explicit generic arguments when impl Trait is used in argument position
--> src/tensor_ops/stddev_to.rs:67:42
|
67 | let r = t.leaky_trace().stddev::<Rank1<2>, _>(0.0);
| ^^^^^^^^ ^ explicit generic argument not allowed
| |
| explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
error: could not compile dfdx due to 136 previous errors`
The text was updated successfully, but these errors were encountered:
Some of the 136 errors. Do I need to use a specific version of rust to compile it?
error[E0632]: cannot provide explicit generic arguments when
impl Trait` is used in argument position--> src/tensor_ops/normalize.rs:97:45
|
97 | let r = a.leaky_trace().normalize::<Axis<0>>(1e-5);
| ^^^^^^^ explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
error[E0632]: cannot provide explicit generic arguments when
impl Trait
is used in argument position--> src/tensor_ops/normalize.rs:121:45
|
121 | let r = a.leaky_trace().normalize::<Axis<2>>(1e-5);
| ^^^^^^^ explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
error[E0632]: cannot provide explicit generic arguments when
impl Trait
is used in argument position--> src/tensor_ops/stddev_to.rs:54:42
|
54 | let r = t.leaky_trace().stddev::<Rank1<4>, _>(1e-8);
| ^^^^^^^^ ^ explicit generic argument not allowed
| |
| explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
error[E0632]: cannot provide explicit generic arguments when
impl Trait
is used in argument position--> src/tensor_ops/stddev_to.rs:67:42
|
67 | let r = t.leaky_trace().stddev::<Rank1<2>, _>(0.0);
| ^^^^^^^^ ^ explicit generic argument not allowed
| |
| explicit generic argument not allowed
|
= note: see issue #83701 rust-lang/rust#83701 for more information
error: could not compile
dfdx
due to 136 previous errors`The text was updated successfully, but these errors were encountered: