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

thread 'rustc' panicked at 'Box<dyn Any>' #113947

Closed
stepancheg opened this issue Jul 22, 2023 · 1 comment
Closed

thread 'rustc' panicked at 'Box<dyn Any>' #113947

stepancheg opened this issue Jul 22, 2023 · 1 comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@stepancheg
Copy link
Contributor

Code

Sorry, didn't try to make minimal example. It likely broke in the latest nightly, because yesterday it worked fine in CI.

Error can be reproduced with

Meta

rustc --version --verbose:

rustc 1.73.0-nightly (0308df23e 2023-07-21)
binary: rustc
commit-hash: 0308df23e621e783e31a27ca5beaa01b9df60d4a
commit-date: 2023-07-21
host: aarch64-apple-darwin
release: 1.73.0-nightly
LLVM version: 16.0.5

Error output

https://gist.github.com/stepancheg/8dea55bf07148397357073a6977ee5d4

@stepancheg stepancheg added C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jul 22, 2023
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jul 22, 2023
@lqd
Copy link
Member

lqd commented Jul 22, 2023

I'm pretty sure this is a duplicate of #113941, which was fixed by #113946.

So I'll close this issue as already resolved, but feel free to reopen it if it's not actually fixed in tomorrow's nightly as we'd expect.

Thanks for opening an issue!

@lqd lqd closed this as completed Jul 22, 2023
@Noratrieb Noratrieb removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants