-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
D-easyDifficulty: easyDifficulty: easyT-featureType: new featuresType: new featuresT-refactorType: cleanup/refactorType: cleanup/refactor
Description
Right now, when a struct has a trait bound (e.g. struct QuadExtField<P: QuadExtConfig>
, we cannot make inherent impl methods const
due to the trait bound. Once rust-lang/rust#93827 lands, we should change as many methods as possible to be const. When this is done for the new
constructors, this can help us get rid of the QuadExt
and CubicExt
macros that were added in #379.
Metadata
Metadata
Assignees
Labels
D-easyDifficulty: easyDifficulty: easyT-featureType: new featuresType: new featuresT-refactorType: cleanup/refactorType: cleanup/refactor