-
Couldn't load subscription status.
- Fork 13.9k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.S-has-bisectionStatus: A bisection has been found for this issueStatus: A bisection has been found for this issueT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
- https://crater-reports.s3.amazonaws.com/beta-1.91-3/beta-2025-09-21/gh/mbhall88.drprg/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.91-3/beta-2025-09-21/reg/drprg-0.1.1/log.txt
[INFO] [stdout] --> src/builder.rs:265:9
[INFO] [stdout] |
[INFO] [stdout] 263 | fn prg_index_path(&self) -> PathBuf {
[INFO] [stdout] | ------- expected `PathBuf` because of return type
[INFO] [stdout] 264 | let ext = format!("k{}.w{}.idx", self.pandora_k, self.pandora_w);
[INFO] [stdout] 265 | self.prg_path().add_extension(ext.as_str().as_ref())
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `PathBuf`, found `bool`
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.S-has-bisectionStatus: A bisection has been found for this issueStatus: A bisection has been found for this issueT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.