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
As a library TODO (if/when we finish the versioning-via-generics refactoring), we should look at making constraint macros that coalesce failure modes and elide all of the .into()s that are currently required at the call site, turning this:
As a library
TODO
(if/when we finish the versioning-via-generics refactoring), we should look at making constraint macros that coalesce failure modes and elide all of the.into()
s that are currently required at the call site, turning this:into something more like:
Originally posted by @zslayton in #190 (comment)
The text was updated successfully, but these errors were encountered: