Skip to content

Fix rusti basic usage #7769

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

Merged
merged 3 commits into from
Jul 14, 2013
Merged

Conversation

alexcrichton
Copy link
Member

Turns out this was a more subtle bug than I originally thought. My analysis can be found in #7732, but I also tried to put descriptive info into the comments.

Closes #7732

This prevents attempting to run deallocated code (which is no longer present
always)
bors added a commit that referenced this pull request Jul 14, 2013
…=cmr

Turns out this was a more subtle bug than I originally thought. My analysis can be found in #7732, but I also tried to put descriptive info into the comments.

Closes #7732
@bors bors closed this Jul 14, 2013
@bors bors merged commit 21d7098 into rust-lang:master Jul 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rusti crashes on my system when I type "let mut a = 4;" into it.
2 participants