-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Comments
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
POSIX sched_* APIs
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
Add support for --target
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 <danielsn@users.noreply.github.com>
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
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.
The text was updated successfully, but these errors were encountered: