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
This is so that we can more easily define generic implementations work on the symbol types. For example, we can define a HasString trait that would be implemented for the type-level list of chars:
Summary
Currently, the macro
symbol!("hello")
would be expanded into:We should instead expand it into:
This is so that we can more easily define generic implementations work on the symbol types. For example, we can define a
HasString
trait that would be implemented for the type-level list of chars:The text was updated successfully, but these errors were encountered: