-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
rustc panics when compiling code that uses tokio's LocalSet #68109
Comments
Does not occur on beta or nightly, although the error message could be improved:
|
This could use a regression test, but it's hard because we'd have to isolate it out from the |
@rustbot claim |
T-compiler triage: P-high, removing nomination label. |
@rustbot release-assignment |
@rustbot claim |
I attempted to recreate the problem atop 1.40.0 stable. I was not able to recreate the ICE. Unfortunately the .zip file attached to the issue did not include a even more unfortunately, the raw stack trace has no symbols, and the assertion is just an "unwrap of None" assert. So the only contextual info we have is the query stack, and that isn't enough for me to identify what the problem might have been at that time. (e.g. could it have been an incremental compilation bug? Its impossible to tell at this point.) So, I'm sadly forced to close this as non-actionable. |
Compiler panics when compiling the following code that uses tokio's LocalSet:
Panic message is as follows:
Dependencies:
Sample:
rust-bug.zip
The text was updated successfully, but these errors were encountered: