-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
bounds check failure in trans #648
Comments
Per IRC discussion, typeck should reject it, because bar is using the type variable T out of scope. |
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
…excrichton Remove --privileged from docker Per rust-lang#43091 r? @alexcrichton
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
Update partially initialized values in drop documentation.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
…-rmc (rust-lang#643) * Added a goto-instrument --drop-unused-functions step to rmc and cargo-rmc * Added a test that checks the number of asserts * Marked test as verify-fail till rust-lang#648 is fixed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code causes a bounds check failure in trans. I'm not sure what it should do instead.
The text was updated successfully, but these errors were encountered: