-
Notifications
You must be signed in to change notification settings - Fork 353
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
miri happily dereferences *const !
and continues
#157
Comments
cc @rust-lang/compiler The |
@eddyb Your ping doesn't work cross-org. |
Uh oh. cc @nikomatsakis |
Yeah, we wouldn't insert a coercion here. It doesn't seem to me that one should be required, since the types are all |
@nikomatsakis So we don't emit |
This has been fixed in miri. Should a separate rustc issue be opened? |
@oli-obk That makes sense. |
Let feature "serde" work as well as "serde-1"
Regression after rust-lang/rust#40224
The MIR of the following code used to include an
unreachable
statementold MIR:
new trace:
infinite loop from here on
The text was updated successfully, but these errors were encountered: