Skip to content
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

Add test case for #3243, which was fixed as part of fix for #3511. #11889

Merged
merged 1 commit into from
Jan 29, 2014

Conversation

nikomatsakis
Copy link
Contributor

(Lifetime of stack allocated vectors was not being enforced)

Closes #3243.

…ust-lang#3511.

(Lifetime of stack allocated vectors was not being enforced)

Closes rust-lang#3243.
bors added a commit that referenced this pull request Jan 29, 2014
…r=nikomatsakis

(Lifetime of stack allocated vectors was not being enforced)

Closes #3243.
@bors bors closed this Jan 29, 2014
@bors bors merged commit afd8df6 into rust-lang:master Jan 29, 2014
@nikomatsakis nikomatsakis deleted the issue-3243-stack-alloc-vec branch March 30, 2016 16:15
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.

stack allocated vecs can be returned from functions
2 participants