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
It is currently impossible to use the .kind() function in const contexts.
Since you can't have const fn in traits, you could probably fix this by adding an optional cargo feature or macro attribute that can toggle behavior from using the Kinded trait to just implementing a const fn kind().
The text was updated successfully, but these errors were encountered:
It is currently impossible to use the
.kind()
function in const contexts.Since you can't have
const fn
in traits, you could probably fix this by adding an optional cargo feature or macro attribute that can toggle behavior from using theKinded
trait to just implementing aconst fn kind()
.The text was updated successfully, but these errors were encountered: