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
Const generics have been stabilized in 1.51, which was released almost a year ago, however &'static str are not allowed with it currently. The code in #2323 only compiles in nightly with a feature flag at the moment (and additionally the feature is marked as "incomplete").
What happened?
As a follow-up of #2323 we should probably look into supporting strings within generics at some point, if that syntax feature becomes stable.
The text was updated successfully, but these errors were encountered: