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
panicking during the signature call seems reasonable. Ideally this should be checked statically at compile time, but stable Rust isn't there yet... (although I did some research and it is possible on nightly)
const generics will make things better for sure. I have a local branch, where I've been preparing a bit for the time when Type::signature can be turned into a const.
This assert fails:
panicking during the
signature
call seems reasonable. Ideally this should be checked statically at compile time, but stable Rust isn't there yet... (although I did some research and it is possible on nightly)Edit: a "better" const impl: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=dc8231eb9acb269988a86b7e8353dcbf
The text was updated successfully, but these errors were encountered: