Skip to content

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

Closed
@stepancheg

Description

@stepancheg
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

Activity

added
C-bugCategory: This is a bug.
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
on Jul 22, 2023
added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Jul 22, 2023
lqd

lqd commented on Jul 22, 2023

@lqd
Member

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!

removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @stepancheg@lqd@rustbot@Noratrieb

        Issue actions

          thread 'rustc' panicked at 'Box<dyn Any>' · Issue #113947 · rust-lang/rust