We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could insert core::intrinsics::assume or core::hint::unreachable_unchecked or something?
core::intrinsics::assume
core::hint::unreachable_unchecked
Ideally this would not pass miri: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=3b0672dc5b90a1f626050388bb0478cb
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We could insert
core::intrinsics::assume
orcore::hint::unreachable_unchecked
or something?Ideally this would not pass miri: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=3b0672dc5b90a1f626050388bb0478cb
The text was updated successfully, but these errors were encountered: