-
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
thread 'rustc' panicked at 'LocalTableInContext: key not found' #45965
Comments
Minimal example:
Gives output:
|
I like to check back in on my issues from time to time to ensure that they haven't become invalid. I found that this issue still exists in the 2017/12/11 nightly (9fe7aa3). |
topecongiro
added a commit
to topecongiro/rust
that referenced
this issue
Dec 26, 2017
Closes rust-lang#27078. Closes rust-lang#27985. Closes rust-lang#39848. Closes rust-lang#42164. Closes rust-lang#42479. Closes rust-lang#45152. Closes rust-lang#45662. Closes rust-lang#45876. Closes rust-lang#45965.
bors
added a commit
that referenced
this issue
Dec 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My code is about 500 lines long. I'm running up against an assignment deadline, so I don't have time right now to make a minimal demonstration. But if needed I can do so after Thursday, if someone hasn't gotten to it already.
Sorry to dump and run. I normally try to be better about bug reports. :/
I expect this to be related to my copy paste error with repeated if clause:
(if r != 0.0(r != 0.0) {1.0} else {0.0});
EDIT: Removed code, as there is a minimal example below.
The text was updated successfully, but these errors were encountered: