Pauan / rust-dominator

Zero-cost ultra-high-performance declarative DOM library using FRP signals for Rust!
MIT License
960 stars 62 forks source link

`const_generics` feature has been replaced #66

Closed mpfaff closed 2 years ago

mpfaff commented 2 years ago

The const_generics feature was removed and replaced with a number of other features. As a result, dominator can no longer compile with the nightly feature activated. The appropriate replacement is adt_const_params.

Pauan commented 2 years ago

Thanks for the report, yeah I need to fix that.

Pauan commented 2 years ago

Fixed in https://github.com/Pauan/rust-dominator/commit/a893617409d198ff7eb966222eec871cbe28b58f