-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
str implement uDebug #52
Comments
Where is the panicking branch? I cannot find it. https://github.com/andrewgazelka/ufmt/blob/e97ce1a86cfcc9fa36ffab6ee62762c00e4b3fc9/src/impls/core.rs#L62-L93 |
I think the panic is somewhere inside |
I wouldn't be surprised if it originates from |
would it be all too bad to make |
I just took a look, the panic comes from Also, |
It seems my deduction was wrong, and it is caused by I have opened rust-lang/rust#124307, which hopefully fixes this. |
With rust-lang/rust#124307 and rust-lang/rust#124905 merged, this should now not be panicking anymore on nightly. |
From the looks of it, also on 1.80+. |
Super exciting! Is there anything else left blocking a uDebug implementation for str? |
No description provided.
The text was updated successfully, but these errors were encountered: