-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Unexpected panic when going from debug to release build #59919
Comments
Reproduces on 1.33.0 as well. Seems like this code in |
Ah, it's already reported there: mmastrac/rust-ctor#15 |
Yup, that fixes it, closing in favor of the upstream issue. |
mmastrac
added a commit
to mmastrac/rust-ctor
that referenced
this issue
Apr 12, 2019
suptalentdev
added a commit
to suptalentdev/rust-ctor
that referenced
this issue
Jan 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using ctor to fake the creation of constants when using noisy_float. I've discovered that my code runs correctly in debug builds, but the same code panics in release builds. I've created a minimal repository here that illustrates the problem.
The text was updated successfully, but these errors were encountered: