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

Typestate crashes on this program #913

Closed
marijnh opened this issue Sep 13, 2011 · 0 comments
Closed

Typestate crashes on this program #913

marijnh opened this issue Sep 13, 2011 · 0 comments

Comments

@marijnh
Copy link
Contributor

marijnh commented Sep 13, 2011

fn main() {
    let _a = 1, _b = 2, _c = 3;
    for d in [1] {
        {|x| x == 10 };
    }
}

The error is:

rt: b8e9:main:main:                   upcall fail 'Assertion i < v.nbits failed', src/lib/bitv.rs:75
rt: b8e9:main:                        domain main @0xa858148 root task failed
@ghost ghost assigned catamorphism Sep 13, 2011
marijnh added a commit that referenced this issue Sep 26, 2011
I can't figure out what the real cause of this bug is, but I want
to be able to use blocks inside loops again.
@marijnh marijnh closed this as completed Sep 28, 2011
marijnh added a commit that referenced this issue Sep 28, 2011
It had been a while. I mostly wanted a fix for #913 in stage0.
brson pushed a commit to brson/rust that referenced this issue Sep 29, 2011
bors pushed a commit to rust-lang-ci/rust that referenced this issue Oct 26, 2020
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* Custom forward zero

* Fix activity analysis of agg
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
…#913)

* factor out globbing to a helper function

* Separate cmbc-linked and harness-specialized goto binaries
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

2 participants