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
I have the following error (I removed duplicated errors to reduce log):
error[E0557]: feature has been removed
--> /home/gena/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/crystalorb-0.2.1/src/lib.rs:4:12
|
4 | #![feature(const_generics)]
| ^^^^^^^^^^^^^^ feature has been removed
|
= note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
Compiling time v0.2.27
error: `TerminationCondition` is forbidden as the type of a const generic parameter
--> /home/gena/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/crystalorb-0.2.1/src/fixed_timestepper.rs:92:56
|
92 | impl<T: FixedTimestepper, const TERMINATION_CONDITION: TerminationCondition>
| ^^^^^^^^^^^^^^^^^^^^
|
= note: the only supported types are integers, `bool` and `char`
= help: more complex types are supported with `#![feature(adt_const_params)]`
For more information about this error, try `rustc --explain E0557`.
error: could not compile `crystalorb` due to 10 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed
I use rustc 1.57.0-nightly (11491938f 2021-09-29)
The text was updated successfully, but these errors were encountered:
I have the following error (I removed duplicated errors to reduce log):
I use
rustc 1.57.0-nightly (11491938f 2021-09-29)
The text was updated successfully, but these errors were encountered: