-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thing
Description
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
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thing