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

Complete support for iterator-block nesting #79

Closed
graydon opened this issue Jun 28, 2010 · 0 comments
Closed

Complete support for iterator-block nesting #79

graydon opened this issue Jun 28, 2010 · 0 comments

Comments

@graydon
Copy link
Contributor

graydon commented Jun 28, 2010

Currently we can only have one-deep nesting of iterator / for-each loops. Inner nestings don't work due to untested / probably broken access to further-out outer frames. It shouldn't be very hard to debug the generalized case -- already written -- just needs some attention.

mbrubeck pushed a commit to mbrubeck/rust that referenced this issue Oct 17, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
dlrobertson pushed a commit to dlrobertson/rust that referenced this issue Nov 29, 2018
Clarify that address leaks aren't considered unsafe
eddyb pushed a commit to eddyb/rust that referenced this issue Jun 30, 2020
antoyo pushed a commit to antoyo/rust that referenced this issue Sep 17, 2021
* Implement `black_box` as intrinsic

Responsibility of implementing the black box is now lies on backend

* Remove some TODOs

* Update to nightly-2021-09-17

* CI: don't fail on warnings
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
* Add a couple of missing tests (nondet. vectors, offset)

* Add `test_offset_str` to BinOp_Offset test

* Add assertions in `NondetVectors` test

Co-authored-by: Daniel Schwartz-Narbonne <[email protected]>
jaisnan pushed a commit to jaisnan/rust-dev that referenced this issue Sep 10, 2024
This issue was closed.
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

No branches or pull requests

1 participant