Skip to content

compiler unexpectedly panicked #10387

@Hefeweizen

Description

@Hefeweizen

Summary

Just started exploring gitoxide. At start, it suggests make tests check-size. Doing so, I hit:

thread 'rustc' panicked at 'Box<dyn Any>', compiler/rustc_errors/src/lib.rs:1610:13

Reproducer

I tried this code:

git clone https://github.com/Byron/gitoxide.git
cd gitoxide/
less README.md 
make tests check-size

I expected to see this happen:
I expected a clean build

Instead, this happened:
Instead the compiler panicked

full panic output in this file:
clippy_bug_report.20230221.txt

Version

$ rustc -Vv
rustc 1.67.1 (d5a82bbd2 2023-02-07)
binary: rustc
commit-hash: d5a82bbd26e1ad8b7401f6a718a9c57c96905483
commit-date: 2023-02-07
host: x86_64-unknown-linux-gnu
release: 1.67.1
LLVM version: 15.0.6

Additional Labels

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: Clippy is not doing the correct thing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions