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
Summary
Just started exploring gitoxide. At start, it suggests
make tests check-size. Doing so, I hit:Reproducer
I tried this code:
git clone https://github.com/Byron/gitoxide.git cd gitoxide/ less README.md make tests check-sizeI 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
Additional Labels
No response